Class WindowsBasedSli
A WindowsBasedSli defines good_service as the count of time windows for which the provided service was of good quality. Criteria for determining if service was good are embedded in the window_criterion.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class WindowsBasedSli : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoodBadMetricFilter
A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries with ValueType = BOOL. The window is good if any true values appear in the window.
Declaration
[JsonProperty("goodBadMetricFilter")]
public virtual string GoodBadMetricFilter { get; set; }
Property Value
Type | Description |
---|---|
string |
GoodTotalRatioThreshold
A window is good if its performance is high enough.
Declaration
[JsonProperty("goodTotalRatioThreshold")]
public virtual PerformanceThreshold GoodTotalRatioThreshold { get; set; }
Property Value
Type | Description |
---|---|
PerformanceThreshold |
MetricMeanInRange
A window is good if the metric's value is in a good range, averaged across returned streams.
Declaration
[JsonProperty("metricMeanInRange")]
public virtual MetricRange MetricMeanInRange { get; set; }
Property Value
Type | Description |
---|---|
MetricRange |
MetricSumInRange
A window is good if the metric's value is in a good range, summed across returned streams.
Declaration
[JsonProperty("metricSumInRange")]
public virtual MetricRange MetricSumInRange { get; set; }
Property Value
Type | Description |
---|---|
MetricRange |
WindowPeriod
Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
Declaration
[JsonProperty("windowPeriod")]
public virtual object WindowPeriod { get; set; }
Property Value
Type | Description |
---|---|
object |