public sealed class MetricRange : IMessage<WindowsBasedSli.Types.MetricRange>, IEquatable<WindowsBasedSli.Types.MetricRange>, IDeepCloneable<WindowsBasedSli.Types.MetricRange>, IBufferMessage, IMessage
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."],[[["This webpage details the `MetricRange` class, which is part of the `Google.Cloud.Monitoring.V3` namespace and used within the context of `WindowsBasedSli` for monitoring."],["`MetricRange` determines the quality of a window by checking if the value `x` of a single `TimeSeries` is within a specified range ( `range.min \u003c= x \u003c= range.max`)."],["The class is limited to `TimeSeries` with `ValueType = INT64` or `ValueType = DOUBLE` and `MetricKind = GAUGE`."],["The page provides an extensive list of available versions ranging from 3.15.0 down to 2.3.0, and also includes the `MetricRange` class which is a part of version 3.0.0."],["`MetricRange` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and offers properties like `Range` and `TimeSeries` for configuration."]]],[]]