public sealed class MetricRange : IMessage<WindowsBasedSli.Types.MetricRange>, IEquatable<WindowsBasedSli.Types.MetricRange>, IDeepCloneable<WindowsBasedSli.Types.MetricRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class WindowsBasedSli.Types.MetricRange.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Google Cloud Monitoring v3 API class `WindowsBasedSli.Types.MetricRange` is 3.15.0, with multiple older versions available ranging down to 2.3.0."],["`MetricRange` is used to define conditions for when a window is considered \"good,\" specifically when a single `TimeSeries` value `x` falls within the range `range.min \u003c= x \u003c= range.max`."],["The `TimeSeries` used with `MetricRange` must have `ValueType = INT64` or `ValueType = DOUBLE` and `MetricKind = GAUGE`."],["The class `MetricRange` includes properties for defining the acceptable `Range` of values and specifying the `TimeSeries` to be monitored through a monitoring filter string."],["The `MetricRange` class provides constructors to create a new instance, either empty or based on an existing `WindowsBasedSli.Types.MetricRange` instance."]]],[]]