Class: Aws::MWAA::Types::MetricDatum

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dimensionsArray<Types::Dimension>

**Internal only**. The dimensions associated with the metric.

Returns:



1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaa/types.rb', line 1185

class MetricDatum < Struct.new(
  :metric_name,
  :timestamp,
  :dimensions,
  :value,
  :unit,
  :statistic_values)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

**Internal only**. The name of the metric.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaa/types.rb', line 1185

class MetricDatum < Struct.new(
  :metric_name,
  :timestamp,
  :dimensions,
  :value,
  :unit,
  :statistic_values)
  SENSITIVE = []
  include Aws::Structure
end

#statistic_valuesTypes::StatisticSet

**Internal only**. The statistical values for the metric.

Returns:



1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaa/types.rb', line 1185

class MetricDatum < Struct.new(
  :metric_name,
  :timestamp,
  :dimensions,
  :value,
  :unit,
  :statistic_values)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

**Internal only**. The time the metric data was received.

Returns:

  • (Time)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaa/types.rb', line 1185

class MetricDatum < Struct.new(
  :metric_name,
  :timestamp,
  :dimensions,
  :value,
  :unit,
  :statistic_values)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

**Internal only**. The unit used to store the metric.

Returns:

  • (String)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaa/types.rb', line 1185

class MetricDatum < Struct.new(
  :metric_name,
  :timestamp,
  :dimensions,
  :value,
  :unit,
  :statistic_values)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

**Internal only**. The value for the metric.

Returns:

  • (Float)


1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaa/types.rb', line 1185

class MetricDatum < Struct.new(
  :metric_name,
  :timestamp,
  :dimensions,
  :value,
  :unit,
  :statistic_values)
  SENSITIVE = []
  include Aws::Structure
end