I recently added the ability for my application to upload custom metrics to AWS CloudWatch so that we can better monitor the performance characteristics of the system.
I am now trying to create a report by querying those collected custom metrics using the AWS CloudWatch CLI. However, I've come across a seemingly insurmountable problem, namely, the inability to aggregate statistics across dimensions for custom metrics emitted using PutMetricData as per this article.
Is anyone aware of a way to specify dimension values using something like wildcards or regular expressions (e.g. *,?,.+ etc) ?