totalRequestCountMetric

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


@JvmName(name = "yikybodplljpwysx")
suspend fun totalRequestCountMetric(values: List<Output<ServiceLevelObjectiveMetricDataQueryArgs>>)
@JvmName(name = "nfoqssviglgihejp")
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 = "sogipggikjiyetnr")
suspend fun totalRequestCountMetric(argument: List<suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit>)
@JvmName(name = "gjwssvdrdsvmtkmf")
suspend fun totalRequestCountMetric(vararg argument: suspend ServiceLevelObjectiveMetricDataQueryArgsBuilder.() -> Unit)
@JvmName(name = "odynruoqkfhaoxfa")
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.