MetricThreshold
A metric threshold configured for an environment.
type MetricThreshold {
id: Int!
metricName: String!
operator: String!
value: Float!
}
Fields
MetricThreshold.id ● Int! non-null scalar common
The unique identifier for the threshold.
MetricThreshold.metricName ● String! non-null scalar common
The metric name the threshold applies to.
MetricThreshold.operator ● String! non-null scalar common
The comparison operator for the threshold.
MetricThreshold.value ● Float! non-null scalar common
The threshold value.
Member Of
AppEnvironment object ● SetOrUpdateMetricThresholdPayload object