RequestBasedServiceLevelIndicatorMetricConfig
Use this structure to specify the information for the metric that a period-based SLO will monitor.
Types
Properties
Identifies the dependency using the DependencyKeyAttributes
and DependencyOperationName
.
If this SLO is related to a metric collected by Application Signals, you must use this field to specify which service the SLO metric is related to. To do so, you must specify at least the Type
, Name
, and Environment
attributes.
If the SLO is to monitor either the LATENCY
or AVAILABILITY
metric that Application Signals collects, use this field to specify which of those metrics is used.
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.
If the SLO is to monitor a specific operation of the service, use this field to specify the name of that operation.
Use this structure to define the metric that you want to use as the "total requests" number for a request-based SLO. This result will be divided by the "good request" or "bad request" value defined in MonitoredRequestCountMetric
.