Class MetricRange (2.12.0)

MetricRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A MetricRange is used when each window is good when the value x of a single TimeSeries satisfies range.min <= x <= range.max. The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.

Attributes

NameDescription
time_series str
A `monitoring filter
range_ google.cloud.monitoring_v3.types.Range
Range of values considered "good." For a one-sided range, set one bound to an infinite value.