kolla-ansible/releasenotes/notes/bug-2006051-135bd20d5c465517.yaml
Matt Anson 8000550e02 Set HAProxy server timeout for openstack exporter
Set the openstack exporter HAProxy backend server timeout to
``prometheus_openstack_exporter_timeout`` to ensure that scrapes
that take longer than haproxy_server_timeout don't timeout.

Closes-Bug: #2006051
Change-Id: I44841a6b6fa5bf659cace06295d18c093ad7f927
2023-11-17 14:41:52 +00:00

8 lines
243 B
YAML

---
fixes:
- |
Fixes 504 timeout when scraping openstack exporter.
Ensures that HAProxy server timeout is the same as the
scrape timeout for the openstack exporter backend.
`LP#2006051 <https://launchpad.net/bugs/2006051>`__