MetricFilterinterface
Metric filters that can be specified as part of a specific metric.
Properties (7)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| attributes⚓︎ | { complexLoad?: boolean; includesFrameCreation?: boolean; } & Record<string, any> | x | x | Matches the attributes attached to a metric value. Not all metrics have all attribute values. |
| attributeSettings⚓︎ | { [x: string]: MetricAttributeSettings; } | x | x | Controls the publishing of specific attributes. |
| enabled⚓︎ | boolean | x | x | Whether or not the value for the matching metric will be published. |
| name⚓︎ | string | x | x | The name of the matched metric. |
| overrideDefaultFilters⚓︎ | boolean | false | x | If |
| sample⚓︎ | number | boolean | true | x | Defines sampling probability for the metric. |
| type⚓︎ | MetricType | x | x | The type of the matched metric. |