MetricFilterinterface
Metric filters that can be specified as part of a specific metric.
Properties (6)
| 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. |
| enabled⚓︎ | boolean | x | Whether or not the value for the matching metric will be published. |
|
| name⚓︎ | string | x | The name of the matched metric. |
|
| overrideDefaultFilters⚓︎ | boolean | false | x | If |
| sample⚓︎ | number | boolean | x | x | Sampling probability. |
| type⚓︎ | MetricType | x | The type of the matched metric. |