Metric Range Args
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.