JustHumanz | cfe78c7 | 2025-02-25 05:29:50 +0700 | [diff] [blame^] | 1 | --- |
| 2 | fixes: |
| 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. |