Hi, do you have any idea when this feature will be released?
If you happen to be someone who wants to use metric math but don't want to wait for it to release, I was able to use escape hatches to make an Alarm in CDK and get the metric math working.
Comments on my approach are also welcome
Metric object (you'll have to set a namespace and metricName but that can be deleted laterAlarm object (set metric to above metric, and evaluationPeriod and threshold are legitimate fields we'll fill out and use)addPropertyDeletionOverride on above Alarm object to delete MetricName, Dimensions, Period, Namespace, Statistic, and ExtendedStatistic fields Metrics field on Alarm Object using addPropertyOverride. Use CloudFormation documentation to fill out the data in Metrics field as you would in a CFN templateNote that there are no escape hatches for Dashboards and Widgets so there appears to be no way to use Metric Math with CloudWatch Dashboards at this time.
Most helpful comment
Hi, do you have any idea when this feature will be released?