SloRequestBasedSliGoodTotalRatio

data class SloRequestBasedSliGoodTotalRatio(val badServiceFilter: String? = null, val goodServiceFilter: String? = null, val totalServiceFilter: String? = null)

Constructors

Link copied to clipboard
constructor(badServiceFilter: String? = null, goodServiceFilter: String? = null, totalServiceFilter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A TimeSeries monitoring filter quantifying bad service provided, either demanded service that was not provided or demanded service that was of inadequate quality. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

Link copied to clipboard

A TimeSeries monitoring filter quantifying good service provided. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.

Link copied to clipboard

A TimeSeries monitoring filter quantifying total demanded service. Exactly two of good, bad, or total service filter must be defined (where good + bad = total is assumed) Must have ValueType = DOUBLE or ValueType = INT64 and must have MetricKind = DELTA or MetricKind = CUMULATIVE.