
This patch adds a new variable, ``haproxy_stats_refresh_interval``, which allows a deployer to configure their preferred refresh interval for the haproxy stats page. Release notes are included. Closes-Bug: 1742526 Change-Id: I3979299478a8e9b479a4c4e821f2a45e1b2679cb
7 lines
248 B
YAML
7 lines
248 B
YAML
---
|
|
features:
|
|
- |
|
|
Deployers can set a refresh interval for haproxy's stats page by setting
|
|
the ``haproxy_stats_refresh_interval`` variable. The default value is
|
|
``60``, which causes haproxy to refresh the stats page every 60 seconds.
|