GoodCountMetric

If you want to count "good requests" to determine the percentage of successful requests for this request-based SLO, specify the metric to use as "good requests" in this structure.

Constructors

Link copied to clipboard
constructor(value: List<MetricDataQuery>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this MonitoredRequestCountMetricDataQueries as a BadCountMetric and retrieves its kotlin.collections.List value. Throws an exception if the MonitoredRequestCountMetricDataQueries is not a BadCountMetric.

Link copied to clipboard

Casts this MonitoredRequestCountMetricDataQueries as a BadCountMetric and retrieves its kotlin.collections.List value. Returns null if the MonitoredRequestCountMetricDataQueries is not a BadCountMetric.

Link copied to clipboard

Casts this MonitoredRequestCountMetricDataQueries as a GoodCountMetric and retrieves its kotlin.collections.List value. Throws an exception if the MonitoredRequestCountMetricDataQueries is not a GoodCountMetric.

Link copied to clipboard

Casts this MonitoredRequestCountMetricDataQueries as a GoodCountMetric and retrieves its kotlin.collections.List value. Returns null if the MonitoredRequestCountMetricDataQueries is not a GoodCountMetric.