MetricSettingsinterface
Settings describing a metric.
Properties (11)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| additionalAttributes⚓︎ | { [key: string]: unknown } | (() => { [key: string]: unknown }) | x | x | x |
| baseMetricType⚓︎ | "histogram" | "gauge" | x | x | x |
| buckets⚓︎ | number[] | x | x | x |
| description⚓︎ | string | x | x | x |
| enabled⚓︎ | boolean | x | x | |
| name⚓︎ | string | x | x | x |
| platformVersion⚓︎ | string | x | x | x |
| publishingSettings⚓︎ | MetricPublishingSettings | x | x | x |
| type⚓︎ | MetricType | x | x | |
| unit⚓︎ | string | x | x | x |
| user⚓︎ | string | x | x | x |