kolla-ansible/releasenotes/notes/support-etcd-metrics-fdfb8f3da96dd761.yaml
Nathan Taylor 0f2794a075 Adds etcd endpoints as a Prometheus scrape target
Add "enable_prometheus_etcd_integration" configuration parameter which
can be used to configure Prometheus to scrape etcd metrics endpoints.
The default value of "enable_prometheus_etcd_integration" is set to
the combined values of "enable_prometheus" and "enable_etcd".

Change-Id: I7a0b802c5687e2d508e06baf55e355d9761e806f
2022-03-08 08:42:19 -07:00

8 lines
315 B
YAML

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