Service Level Objective Sli
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)