We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/launchdarkly/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
metriceventdefaultrep.md•2.93 KiB
# MetricEventDefaultRep
## Example Usage
```typescript
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 <code>disabled</code> is false. No other values are currently supported. | 0 |