MetricEventDefaultRep
May 22, 2025 ยท View on GitHub
Example Usage
import { MetricEventDefaultRep } from "@launchdarkly/mcp-server/models/components";
let value: MetricEventDefaultRep = {
value: 0,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
disabled | boolean | :heavy_minus_sign: | Whether to disable defaulting missing unit events when calculating results. Defaults to false | |
value | number | :heavy_minus_sign: | The default value applied to missing unit events. Set to 0 when disabled is false. No other values are currently supported. | 0 |