kolla-ansible/releasenotes/notes/proxysql-prometheus-exporter-7eec65a67a61f724.yaml
Michal Arbet de79f77ef0 Add option to enable proxysql's prometheus exporter
From version 2.1, ProxySQL has a built-in ProxySQL
Prometheus exporter. This patch adds an option to
easily enable this exporter [1].

[1] https://proxysql.com/documentation/prometheus-exporter

Change-Id: I8776cdc0a6ec9e4e35a2424dd0984488514a711f
2024-09-17 09:58:10 +02:00

8 lines
311 B
YAML

---
features:
- |
Add ``proxysql_prometheus_exporter`` configuration parameter which
can be used to configure Prometheus to scrape ProxySQL metrics endpoints.
The default value of ``proxysql_prometheus_exporter`` is set to
the combined values of ``enable_prometheus`` and ``enable_proxysql``.