Skip to main content

Metric



Resource Icon

Resource Overview

AWS CloudWatch Metrics are name-value pairs that represent measurements collected from monitored resources. For example, metrics such as CPU utilization, network input, and output can be collected from EC2 instances. These metrics are stored as CloudWatch Metrics and are used for dashboards, alerts, and analysis. Additionally, you can create custom metrics to monitor data collected from your applications and services. CloudWatch Metrics are integrated with various services provided by AWS.

Associated Resources

Parent Resources

Resource Setting Values

  • comparison_operator: The arithmetic operation to use when comparing the specified Statistic and Threshold
  • evaluation_periods: The number of periods over which data is compared to the specified threshold
  • metric_name: The name for the alarm's associated metric
  • namespace: The namespace for the alarm's associated metric
  • period: The period in seconds over which the specified statistic is applied
  • statistic: The statistic to apply to the alarm's associated metric
  • threshold: The value against which the specified statistic is compared
  • alarm_description: The description for the alarm
  • insufficient_data_actions: SNS list to send alarms for data shortage indicators

Reference Materials