badCountMetric

@JvmName(name = "bapsqfvolmbfvsfa")
suspend fun badCountMetric(value: Output<List<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "afylmfvovceyxdwv")
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 = "deamdqnkygesukdq")
suspend fun badCountMetric(vararg values: Output<ServiceLevelObjectiveMetricDataQueryArgs>)


@JvmName(name = "kojcvqbgkgghreus")
suspend fun badCountMetric(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "bqxplludhaopdpdf")
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 = "fokbldnajsfaapkl")
suspend fun badCountMetric(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "ymxnaunpxligdhti")
suspend fun badCountMetric(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "xqgnogtdnvctjxds")
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.