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, detailing its usage and implementation."],["`MetricRange` defines criteria for good windows based on whether a `TimeSeries` value falls within a specified range (`range.min \u003c= x \u003c= range.max`), requiring `ValueType` to be `INT64` or `DOUBLE` and `MetricKind` to be `GAUGE`."],["The latest version documented is 3.15.0, while this specific documentation focuses on version 3.6.0, and there is a list of previous versions to explore."],["`MetricRange` has two properties to describe a time series, being `Range`, which will contain the min and max of the range, and `TimeSeries`, which is the actual time series data to use."],["This `MetricRange` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Cloud Protobuf ecosystem."]]],[]]