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