MetricRangeResponse

data class MetricRangeResponse(val range: GoogleMonitoringV3RangeResponse, val timeSeries: String)

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.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Range of values considered "good." For a one-sided range, set one bound to an infinite value.

Link copied to clipboard

A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.