Amazon web services – In AWS CloudWatch, is it possible to graph a sum of different metrics per minute?
There are multiple servers doing data stream processing, and each of them is sending two custom metrics to AWS CloudWatch every minute: RecordCount RecordCount-{server_id} The metric RecordCount is the number of records processed in the last minute. For example, for…