goodCountMetric

@JvmName(name = "eqssgohqxnwesepo")
suspend fun goodCountMetric(value: Output<List<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "llsbijvplvkcdawg")
suspend fun goodCountMetric(value: List<ServiceLevelObjectiveMetricDataQueryArgs>?)

Parameters

value

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


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


@JvmName(name = "arjyatayleytadmv")
suspend fun goodCountMetric(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "ycqvgrrpfslqqcip")
suspend fun goodCountMetric(vararg values: ServiceLevelObjectiveMetricDataQueryArgs)

Parameters

values

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


@JvmName(name = "piemsjqxsnxuaauu")
suspend fun goodCountMetric(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "nxerotxfbbrsvjip")
suspend fun goodCountMetric(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "ywjyuhdwuemdqcrj")
suspend fun goodCountMetric(argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)

Parameters

argument

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