Builder
Properties
Identifies the dependency using the DependencyKeyAttributes
and DependencyOperationName
.
This is a string-to-string map that contains information about the type of object that this SLO is related to. It can include the following fields.
If the SLO monitors either the LATENCY
or AVAILABILITY
metric that Application Signals collects, this field displays which of those metrics is used.
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.
If the SLO monitors a specific operation of the service, this field displays that operation name.
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
.
Functions
construct an aws.sdk.kotlin.services.applicationsignals.model.DependencyConfig inside the given block