totalRequestCountMetric

@JvmName(name = "reiqfxkicicxxrcb")
suspend fun totalRequestCountMetric(value: Output<List<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "yupqltmofroiwptu")
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 = "kujccukhtqsvfxda")
suspend fun totalRequestCountMetric(vararg values: Output<ServiceLevelObjectiveMetricDataQueryArgs>)


@JvmName(name = "hopdehopcqmhwwdw")
suspend fun totalRequestCountMetric(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "dotluxmcgoduhvqf")
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 = "oydywdukovoyampb")
suspend fun totalRequestCountMetric(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "fbklufakgexjvfsy")
suspend fun totalRequestCountMetric(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "rocrmcfxsnoyankv")
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.