MetricThresholdInput
A single threshold rule for a metric.
input MetricThresholdInput {
operator: String!
value: Float!
}
Fields
MetricThresholdInput.operator ● String! non-null scalar common
The comparison operator for the threshold.
MetricThresholdInput.value ● Float! non-null scalar common
The threshold value.