totalRequestCountMetric

@JvmName(name = "phdcnqevhptjgvoj")
suspend fun totalRequestCountMetric(value: Output<List<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "uibyhattlvsevggm")
suspend fun totalRequestCountMetric(value: List<ServiceLevelObjectiveMetricDataQueryArgs>?)

Parameters

value

This structure defines the metric that is used as the "total requests" number for a request-based SLO. The number observed for this metric is divided by the number of "good requests" or "bad requests" that is observed for the metric defined in MonitoredRequestCountMetric.


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


@JvmName(name = "mfudaeeimxnyowqa")
suspend fun totalRequestCountMetric(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "hqekdneojfvvjsxy")
suspend fun totalRequestCountMetric(vararg values: ServiceLevelObjectiveMetricDataQueryArgs)

Parameters

values

This structure defines the metric that is used as the "total requests" number for a request-based SLO. The number observed for this metric is divided by the number of "good requests" or "bad requests" that is observed for the metric defined in MonitoredRequestCountMetric.


@JvmName(name = "bnuusnskbwpxxwdr")
suspend fun totalRequestCountMetric(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "tfvvaxllanfqjkfv")
suspend fun totalRequestCountMetric(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "nrlfxwauxtinlxnv")
suspend fun totalRequestCountMetric(argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)

Parameters

argument

This structure defines the metric that is used as the "total requests" number for a request-based SLO. The number observed for this metric is divided by the number of "good requests" or "bad requests" that is observed for the metric defined in MonitoredRequestCountMetric.