Show / Hide Table of Contents

Class SloWindowsBasedSliMetricSumInRange

Inheritance
System.Object
SloWindowsBasedSliMetricSumInRange
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SloWindowsBasedSliMetricSumInRange

Fields

View Source

Range

Range of numerical values. The computed good_service will be the count of values x in the Distribution such that range.min <= x < range.max. inclusive of min and exclusive of max. Open ranges can be defined by setting just one of min or max. Summed value X should satisfy range.min &lt;= X &lt; range.max for a good window. Structure is documented below.

Declaration
public readonly SloWindowsBasedSliMetricSumInRangeRange Range
Field Value
Type Description
SloWindowsBasedSliMetricSumInRangeRange
View Source

TimeSeries

A monitoring filter specifying the TimeSeries to use for evaluating window quality. The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE. Summed value X should satisfy range.min &lt;= X &lt; range.max for a good window.

Declaration
public readonly string TimeSeries
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.