kolla-ansible/releasenotes/notes/increase-prometheus-openstack-exporter-timeout-652eebff6a42d198.yaml
Pierre Riteau 9653ebe102 Increase openstack-exporter timeout to 45 seconds
Even on moderately sized clouds, openstack-exporter can easily take more
than 10 seconds to return, causing Prometheus to fail to scrape data.

Since the default scrape internal is 60 seconds, we can increase the
default timeout to 45 seconds.

Change-Id: Id8dffc425ff057b1e45103eb53734543bca8be80
Closes-Bug: #1976629
2022-06-02 15:56:50 +02:00

8 lines
265 B
YAML

---
fixes:
- |
Increases ``prometheus_openstack_exporter_timeout`` to 45 seconds to reduce
the odds of scrape failures on deployments with large number of OpenStack
resources.
`LP#1976629 <https://bugs.launchpad.net/kolla-ansible/+bug/1976629>`__