de79f77ef0
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
8 lines
311 B
YAML
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``.
|