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 document outlines the `MetricRange` class, part of the `Google.Cloud.Monitoring.V3` namespace, used to determine good windows based on a `TimeSeries` value."],["The `MetricRange` class is designed for `TimeSeries` data with `ValueType` as `INT64` or `DOUBLE`, and `MetricKind` as `GAUGE`, and is utilized when a window is considered good if a single `TimeSeries` value `x` falls within the `range.min \u003c= x \u003c= range.max`."],["The document lists available versions of the `Google.Cloud.Monitoring.V3` library, ranging from the latest 3.15.0 down to version 2.3.0."],["`MetricRange` class has two constructors, a default one and one that takes another `MetricRange` object, along with two properties: `Range` to specify the good values, and `TimeSeries` to filter the time series to evaluate."],["The `MetricRange` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `Object`."]]],[]]