MetricRangeArgs

data class MetricRangeArgs(val range: Output<GoogleMonitoringV3RangeArgs>? = null, val timeSeries: Output<String>? = null) : ConvertibleToJava<MetricRangeArgs>

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
constructor(range: Output<GoogleMonitoringV3RangeArgs>? = null, timeSeries: Output<String>? = null)

Properties

Link copied to clipboard
val range: Output<GoogleMonitoringV3RangeArgs>? = null

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

Link copied to clipboard
val timeSeries: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): MetricRangeArgs