Adds contextual filters to billing alertsBreaking changes
What’s new
Moves the filter
field inside of the alert type configuration as a list of filters
. Also renames the alert type configuration fields to drop the _
suffix.
Use usage_
if you intend for an alert to fire when a usage threshold on a meter is crossed.
Use usage_
if you intend for an alert to fire when a usage threshold on a meter is crossed.
Why is this a breaking change?
Because this change moves the filter
parameter into the alert configuration, you can no longer apply the filter at the top level of alerts.
Additionally, you can no longer specify usage threshold configurations with usage_
and instead must use usage_
.
Impact
With this change, you can create filters that are unique to each alert type. You can see the filters as part of the alert type configuration.