AWS Developer Tools Blog

Tag: cloudwatch

New: Default Payload Compression for HAQM CloudWatch PutMetricData with the AWS SDKs

The AWS SDKs and Tools team is excited to announce support for request compression for the PutMetricData operation of HAQM CloudWatch. When publishing metrics to CloudWatch, the AWS SDKs will now automatically compress the metric data to reduce bandwidth utilization and latency. Motivation Compressing request payloads on the client prior to sending them to a […]

Writing Custom Metrics to HAQM CloudWatch Using the AWS SDK for Java

Metrics measure the performance of your system. Several AWS services provide free metrics, such as the CPU usage of an HAQM EC2 instance. You can create HAQM CloudWatch alarms based on metrics and send HAQM SNS messages when the alarm state changes. You can use this mechanism to implement elastic scaling if the message is […]