blob: 380cfecbaa6946482d82237ca7ded2eb3304e193 [file] [log] [blame]
JustHumanzcfe78c72025-02-25 05:29:50 +07001---
2fixes:
3 - |
4 Improve alert generation for load balancers that have a non-``ACTIVE`` provisioning state
5 despite an ``ONLINE`` operational state. Previously, if a load balancer was in a
6 transitional state such as ``PENDING_UPDATE`` (``provisioning_state``) while still marked
7 as ``ONLINE`` (``operational_state``), the gauge metric
8 ``openstack_loadbalancer_loadbalancer_status{provisioning_status!="ACTIVE"}`` did not
9 trigger an alert. This update addresses the issue by ensuring that alerts are properly
10 generated in these scenarios.