ServiceLevelObjectiveRequestBasedSli

data class ServiceLevelObjectiveRequestBasedSli(val comparisonOperator: ServiceLevelObjectiveRequestBasedSliComparisonOperator? = null, val metricThreshold: Double? = null, val requestBasedSliMetric: ServiceLevelObjectiveRequestBasedSliMetric)

This structure contains information about the performance metric that a request-based SLO monitors.

Constructors

Link copied to clipboard
constructor(comparisonOperator: ServiceLevelObjectiveRequestBasedSliComparisonOperator? = null, metricThreshold: Double? = null, requestBasedSliMetric: ServiceLevelObjectiveRequestBasedSliMetric)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The arithmetic operation used when comparing the specified metric to the threshold.

Link copied to clipboard
val metricThreshold: Double? = null

The value that the SLI metric is compared to.

Link copied to clipboard

A structure that contains information about the metric that the SLO monitors.