MetricFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [MetricFilterInput!] | ||
| averageValue | MetricFilterAverageValue | ||
| countPoints | MetricFilterCountPoints | ||
| dataPoints | MetricDataPointFilterInput | The data points associated with this metric. | |
| description | MetricFilterDescription | An optional description of the metric. | |
| id | MetricFilterId | ||
| kind | MetricFilterKind | The kind of metric - such as a speed, a count, a temperature etc. | |
| maxValue | MetricFilterMaxValue | ||
| minValue | MetricFilterMinValue | ||
| name | MetricFilterName | The name of the metric, this must be unique. | |
| not | [MetricFilterInput!] | ||
| or | [MetricFilterInput!] | ||
| resource | ResourceFilterInput | Optional resource this metric is scoped to when not generic. | |
| resourceId | MetricFilterResourceId | ||
| signalDetails | MetricFilterSignalDetails | Vendor or sensor-specific metadata describing the signal. | |
| signalType | MetricFilterSignalType | Semantic signal classification (TOPIC_SUBTOPIC_STREAM). | |
| tags | MetricFilterTags | Any tags relevant to this metric. | |
| unit | MetricFilterUnit | The unit of the metric. |