goodCountMetric

@JvmName(name = "bhtdsawmafbysqby")
suspend fun goodCountMetric(value: Output<List<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "arimfqpcvigxrvsd")
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 = "uuhdswrfmuxxnfal")
suspend fun goodCountMetric(vararg values: Output<ServiceLevelObjectiveMetricDataQueryArgs>)


@JvmName(name = "dykjpehoqcboabpj")
suspend fun goodCountMetric(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "emmmytcxippghcxd")
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 = "cgbsscfxowegmfnu")
suspend fun goodCountMetric(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "ckqxxyfahltkhdoh")
suspend fun goodCountMetric(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "pxlkmceypkwhbgws")
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.