public sealed class WindowsBasedSli.Types.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."],[[["This page provides reference documentation for the `WindowsBasedSli.Types.MetricRange` class within the Google Cloud Monitoring v3 API, detailing its usage for defining good windows based on metric ranges."],["The `MetricRange` class is used to define a range of values within which a `TimeSeries` data point must fall to be considered \"good,\" and it is applicable when the `TimeSeries` has a `ValueType` of `INT64` or `DOUBLE` and a `MetricKind` of `GAUGE`."],["The page includes a list of available versions for the `MetricRange` documentation, ranging from version 2.3.0 up to the latest version, 3.15.0, each with a corresponding link to their respective pages."],["The documentation outlines the class's inheritance from `object` and the various interfaces it implements, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, further detailing the implemented members."],["The provided `MetricRange` class has a constructor and two properties, `Range`, for specifying the good value range, and `TimeSeries`, for defining the time series filter."]]],[]]