ServiceLevelObjectiveSli

data class ServiceLevelObjectiveSli(val comparisonOperator: ServiceLevelObjectiveSliComparisonOperator, val metricThreshold: Double, val sliMetric: ServiceLevelObjectiveSliMetric)

This structure contains information about the performance metric that an SLO monitors.

Constructors

Link copied to clipboard
constructor(comparisonOperator: ServiceLevelObjectiveSliComparisonOperator, metricThreshold: Double, sliMetric: ServiceLevelObjectiveSliMetric)

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

The value that the SLI metric is compared to.

Link copied to clipboard

Use this structure to specify the metric to be used for the SLO.