Class: Aws::ApplicationSignals::Types::RequestBasedServiceLevelIndicatorConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::RequestBasedServiceLevelIndicatorConfig
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
This structure specifies the information about the service and the performance metric that a request-based SLO is to monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comparison_operator ⇒ String
The arithmetic operation to use when comparing the specified metric to the threshold.
-
#metric_threshold ⇒ Float
The value that the SLI metric is compared to.
-
#request_based_sli_metric_config ⇒ Types::RequestBasedServiceLevelIndicatorMetricConfig
Use this structure to specify the metric to be used for the SLO.
Instance Attribute Details
#comparison_operator ⇒ String
The arithmetic operation to use when comparing the specified metric
to the threshold. This parameter is required if this SLO is tracking
the Latency
metric.
1312 1313 1314 1315 1316 1317 1318 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1312 class RequestBasedServiceLevelIndicatorConfig < Struct.new( :request_based_sli_metric_config, :metric_threshold, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#metric_threshold ⇒ Float
The value that the SLI metric is compared to. This parameter is
required if this SLO is tracking the Latency
metric.
1312 1313 1314 1315 1316 1317 1318 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1312 class RequestBasedServiceLevelIndicatorConfig < Struct.new( :request_based_sli_metric_config, :metric_threshold, :comparison_operator) SENSITIVE = [] include Aws::Structure end |
#request_based_sli_metric_config ⇒ Types::RequestBasedServiceLevelIndicatorMetricConfig
Use this structure to specify the metric to be used for the SLO.
1312 1313 1314 1315 1316 1317 1318 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 1312 class RequestBasedServiceLevelIndicatorConfig < Struct.new( :request_based_sli_metric_config, :metric_threshold, :comparison_operator) SENSITIVE = [] include Aws::Structure end |