You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cloudwatch): Alarm can't use MathExpression without submetrics
`MathExpression`s without submetrics (like for example, `INSIGHT_RULE_METRIC`) will end up without a `period`, which is not allowed.
Add a `period` field to the schema (it's not in the upstream schema
yet), and render it out when submetrics are missing.
Fixes#7155.
0 commit comments