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 document provides reference documentation for the `WindowsBasedSli.Types.MetricRange` class within the Google Cloud Monitoring v3 API, focusing on its usage in defining good windows based on metric values."],["The `MetricRange` class is used to determine if a window is considered \"good\" when a single `TimeSeries`'s value `x` falls within a specified range: `range.min \u003c= x \u003c= range.max`."],["`MetricRange` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with other protobuf-based structures and functionalities."],["The class has properties such as `Range` (to specify the acceptable value range) and `TimeSeries` (to define the monitoring filter for the time series being evaluated)."],["The document also details the class's inheritance from `object` and provides a comprehensive list of available versions of the Google Cloud Monitoring v3 API and their associated paths, ranging from version 3.15.0 (latest) down to 2.3.0."]]],[]]