badCountMetric

@JvmName(name = "aoscfjctlfyduccx")
suspend fun badCountMetric(value: Output<List<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "oxksdtnuoedcmrqe")
suspend fun badCountMetric(value: List<ServiceLevelObjectiveMetricDataQueryArgs>?)

Parameters

value

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


@JvmName(name = "kaajiwjsirmkdkhn")
suspend fun badCountMetric(vararg values: Output<ServiceLevelObjectiveMetricDataQueryArgs>)


@JvmName(name = "xpxbsqkfhtyausbi")
suspend fun badCountMetric(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "xwqotuwfjqeyepwm")
suspend fun badCountMetric(vararg values: ServiceLevelObjectiveMetricDataQueryArgs)

Parameters

values

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


@JvmName(name = "lnywuhtrafjyrtwn")
suspend fun badCountMetric(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "hajpcdbdflfliapi")
suspend fun badCountMetric(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "rjuecnqcbomharku")
suspend fun badCountMetric(argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)

Parameters

argument

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