Class: Aws::ApplicationSignals::Types::ServiceLevelIndicatorMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceLevelIndicatorMetric
- Defined in:
- gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb
Overview
This structure contains the information about the metric that is used for a period-based SLO.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dependency_config ⇒ Types::DependencyConfig
Identifies the dependency using the
DependencyKeyAttributes
andDependencyOperationName
. -
#key_attributes ⇒ Hash<String,String>
This is a string-to-string map that contains information about the type of object that this SLO is related to.
-
#metric_data_queries ⇒ Array<Types::MetricDataQuery>
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure includes the information about that metric or expression.
-
#metric_type ⇒ String
If the SLO monitors either the
LATENCY
orAVAILABILITY
metric that Application Signals collects, this field displays which of those metrics is used. -
#operation_name ⇒ String
If the SLO monitors a specific operation of the service, this field displays that operation name.
Instance Attribute Details
#dependency_config ⇒ Types::DependencyConfig
Identifies the dependency using the DependencyKeyAttributes
and
DependencyOperationName
.
2808 2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2808 class ServiceLevelIndicatorMetric < Struct.new( :key_attributes, :operation_name, :metric_type, :metric_data_queries, :dependency_config) SENSITIVE = [] include Aws::Structure end |
#key_attributes ⇒ Hash<String,String>
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.
Type
designates the type of object that this SLO is related to.ResourceType
specifies the type of the resource. This field is used only when the value of theType
field isResource
orAWS::Resource
.Name
specifies the name of the object. This is used only if the value of theType
field isService
,RemoteService
, orAWS::Service
.Identifier
identifies the resource objects of this resource. This is used only if the value of theType
field isResource
orAWS::Resource
.Environment
specifies the location where this object is hosted, or what it belongs to.
2808 2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2808 class ServiceLevelIndicatorMetric < Struct.new( :key_attributes, :operation_name, :metric_type, :metric_data_queries, :dependency_config) SENSITIVE = [] include Aws::Structure end |
#metric_data_queries ⇒ Array<Types::MetricDataQuery>
If this SLO monitors a CloudWatch metric or the result of a CloudWatch metric math expression, this structure includes the information about that metric or expression.
2808 2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2808 class ServiceLevelIndicatorMetric < Struct.new( :key_attributes, :operation_name, :metric_type, :metric_data_queries, :dependency_config) SENSITIVE = [] include Aws::Structure end |
#metric_type ⇒ String
If the SLO monitors either the LATENCY
or AVAILABILITY
metric
that Application Signals collects, this field displays which of
those metrics is used.
2808 2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2808 class ServiceLevelIndicatorMetric < Struct.new( :key_attributes, :operation_name, :metric_type, :metric_data_queries, :dependency_config) SENSITIVE = [] include Aws::Structure end |
#operation_name ⇒ String
If the SLO monitors a specific operation of the service, this field displays that operation name.
2808 2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2808 class ServiceLevelIndicatorMetric < Struct.new( :key_attributes, :operation_name, :metric_type, :metric_data_queries, :dependency_config) SENSITIVE = [] include Aws::Structure end |