Class: Aws::MWAA::Types::MetricDatum
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::MetricDatum
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
**Internal only**. Collects Apache Airflow metrics. To learn more about the metrics published to Amazon CloudWatch, see [Amazon MWAA performance metrics in Amazon CloudWatch].
[1]: docs.aws.amazon.com/mwaa/latest/userguide/cw-metrics.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<Types::Dimension>
**Internal only**.
-
#metric_name ⇒ String
**Internal only**.
-
#statistic_values ⇒ Types::StatisticSet
**Internal only**.
-
#timestamp ⇒ Time
**Internal only**.
-
#unit ⇒ String
**Internal only**.
-
#value ⇒ Float
**Internal only**.
Instance Attribute Details
#dimensions ⇒ Array<Types::Dimension>
**Internal only**. The dimensions associated with the metric.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1195 class MetricDatum < Struct.new( :metric_name, :timestamp, :dimensions, :value, :unit, :statistic_values) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
**Internal only**. The name of the metric.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1195 class MetricDatum < Struct.new( :metric_name, :timestamp, :dimensions, :value, :unit, :statistic_values) SENSITIVE = [] include Aws::Structure end |
#statistic_values ⇒ Types::StatisticSet
**Internal only**. The statistical values for the metric.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1195 class MetricDatum < Struct.new( :metric_name, :timestamp, :dimensions, :value, :unit, :statistic_values) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
**Internal only**. The time the metric data was received.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1195 class MetricDatum < Struct.new( :metric_name, :timestamp, :dimensions, :value, :unit, :statistic_values) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
**Internal only**. The unit used to store the metric.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1195 class MetricDatum < Struct.new( :metric_name, :timestamp, :dimensions, :value, :unit, :statistic_values) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
**Internal only**. The value for the metric.
1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1195 class MetricDatum < Struct.new( :metric_name, :timestamp, :dimensions, :value, :unit, :statistic_values) SENSITIVE = [] include Aws::Structure end |