MonitoredRequestCountMetricDataQueries - Application Signals

MonitoredRequestCountMetricDataQueries

This structure defines the metric that is used as the "good request" or "bad request" value for a request-based SLO. This value observed for the metric defined in TotalRequestCountMetric is divided by the number found for MonitoredRequestCountMetric to determine the percentage of successful requests that this SLO tracks.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

BadCountMetric

If you want to count "bad requests" to determine the percentage of successful requests for this request-based SLO, specify the metric to use as "bad requests" in this structure.

Type: Array of MetricDataQuery objects

Required: No

GoodCountMetric

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.

Type: Array of MetricDataQuery objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: