MetricCriteria type
Criterion to filter metrics.
type MetricCriteria = MultiMetricCriteria & {
criterionType: "StaticThresholdCriterion"
operator: Operator
threshold: number
}
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Criterion to filter metrics.
type MetricCriteria = MultiMetricCriteria & {
criterionType: "StaticThresholdCriterion"
operator: Operator
threshold: number
}