I want to get average of network input and network output metric as a single metric from Amazon CloudWatch. Is there any way to achieve this or any script or opensource tools available?
CloudWatch does not automatically aggregate data across Regions, but you can use metric math to aggregate metrics from different Regions.
The key to distinguishing between Metrics with the same Name are Dimensions: A dimension is a name/value pair that is part of the identity of a metric.
You can use CloudWatch Metric Math AVG
function to get the average of two metrics:
The AVG of a single time series returns a scalar representing the average of all the data points in the metric. The AVG of an array of time series returns a single time series. Missing values are treated as 0.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With