monitored Request Count Metric
suspend fun monitoredRequestCountMetric(value: Output<ServiceLevelObjectiveMonitoredRequestCountMetricArgs>)
suspend fun monitoredRequestCountMetric(value: ServiceLevelObjectiveMonitoredRequestCountMetricArgs?)
Parameters
value
Use this structure to define the metric that you want to use as the "good request" or "bad request" value for a request-based SLO. This value observed for the metric defined in TotalRequestCountMetric
will be divided by the number found for MonitoredRequestCountMetric
to determine the percentage of successful requests that this SLO tracks.
suspend fun monitoredRequestCountMetric(argument: suspend ServiceLevelObjectiveMonitoredRequestCountMetricArgsBuilder.() -> Unit)
Parameters
argument
Use this structure to define the metric that you want to use as the "good request" or "bad request" value for a request-based SLO. This value observed for the metric defined in TotalRequestCountMetric
will be divided by the number found for MonitoredRequestCountMetric
to determine the percentage of successful requests that this SLO tracks.