MetricDataPointFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [MetricDataPointFilterInput!] | ||
| component | ComponentFilterInput | The component this data point belongs to. | |
| componentId | MetricDataPointFilterComponentId | ||
| metric | MetricFilterInput | The metric this data point belongs to. | |
| metricId | MetricDataPointFilterMetricId | ||
| not | [MetricDataPointFilterInput!] | ||
| operation | OperationFilterInput | The operation this data point belongs to. | |
| operationId | MetricDataPointFilterOperationId | ||
| or | [MetricDataPointFilterInput!] | ||
| signalType | MetricDataPointFilterSignalType | Semantic signal classification inherited from the parent metric. | |
| tags | MetricDataPointFilterTags | Any tags relevant to this data point. | |
| timestamp | MetricDataPointFilterTimestamp | ||
| value | MetricDataPointFilterValue | The value at the time of reading. |