kolla-ansible/releasenotes/notes/bug-1964135-383c8bf4fad16618.yaml
Juan Pablo Suazo 6cf03122ee Support Prometheus as metrics database for Ceilometer
This commit adds support for pushing Ceilometer metrics
to Prometheus instead of Gnocchi or alongside it.


Closes-Bug: #1964135
Signed-off-by: Juan Pablo Suazo <jsuazo@whitestack.com>
Change-Id: I9fd32f63913a534c59e2d17703702074eea5dd76
2022-03-21 14:20:02 +00:00

9 lines
270 B
YAML

---
features:
- |
Adds the ability to use Prometheus as the metrics database for Ceilometer.
Adapts Ceilometer configurations so metrics can be pushed to a Prometheus
Pushgateway.
`LP#1964135 <https://bugs.launchpad.net/kolla-ansible/+bug/1964135>`__