| Package | Description |
|---|---|
| com.amazonaws.services.applicationsignals.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.addKeyAttributesEntry(String key,
String value)
Add a single KeyAttributes entry
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.clearKeyAttributesEntries()
Removes all the entries added into KeyAttributes.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.clone() |
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorConfig.getSliMetricConfig()
Use this structure to specify the metric to be used for the SLO.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withKeyAttributes(Map<String,String> keyAttributes)
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.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure
to specify that metric or expression.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withMetricDataQueries(MetricDataQuery... metricDataQueries)
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, use this structure
to specify that metric or expression.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withMetricType(ServiceLevelIndicatorMetricType metricType)
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. |
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withMetricType(String metricType)
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. |
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withOperationName(String operationName)
If the SLO is to monitor a specific operation of the service, use this field to specify the name of that
operation.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withPeriodSeconds(Integer periodSeconds)
The number of seconds to use as the period for SLO evaluation.
|
ServiceLevelIndicatorMetricConfig |
ServiceLevelIndicatorMetricConfig.withStatistic(String statistic)
The statistic to use for comparison to the threshold.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceLevelIndicatorConfig.setSliMetricConfig(ServiceLevelIndicatorMetricConfig sliMetricConfig)
Use this structure to specify the metric to be used for the SLO.
|
ServiceLevelIndicatorConfig |
ServiceLevelIndicatorConfig.withSliMetricConfig(ServiceLevelIndicatorMetricConfig sliMetricConfig)
Use this structure to specify the metric to be used for the SLO.
|
Copyright © 2024. All rights reserved.