Class 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.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class MetricRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Range
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
Declaration
[JsonProperty("range")]
public virtual GoogleMonitoringV3Range Range { get; set; }
Property Value
Type | Description |
---|---|
GoogleMonitoringV3Range |
TimeSeries
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying the TimeSeries to use for evaluating window quality.
Declaration
[JsonProperty("timeSeries")]
public virtual string TimeSeries { get; set; }
Property Value
Type | Description |
---|---|
string |