kolla-ansible/releasenotes/notes/openstack-exporter-hammering-os-apis.yaml
k-s-dean 656f6cdb08 Put openstack exporter behind HAproxy so only one is queried at a time
Closes-Bug: #1972818

Change-Id: I9e36b9169b6725bf6db953e464fc099087747778
2022-05-12 07:41:57 +00:00

15 lines
631 B
YAML

---
fixes:
- |
The prometheus openstack exporters are now behind haproxy,
providing a unique time series in the prometheus database.
Also ensures that only one exporter queries
the openstack APIs at any given time interval.
With the previous behavior each openstack exporter
was scraped at the same time.
This caused each exporter to query the openstack APIs
simultaneously introducing unneccesary load and duplicate
time series in the prometheus database due to the instance
label being unique for each exporter.
`LP#1972818 <https://bugs.launchpad.net/kolla-ansible/+bug/1972818>`__