kolla-ansible/releasenotes/notes/automated-blackbox-endpoints-b0ffd7bf9e3d16de.yaml
Alex-Welsh 91470d4c21 Automate prometheus blackbox configuration
This change automates the prometheus blackbox monitoring configuration
for common endpoints. Custom endpoints can be added to
prometheus_blackbox_exporter_endpoints_custom.

Change-Id: Id6f51a2bebee3ab63b84ca7032aad17c2933838c
2024-05-16 11:11:50 +01:00

15 lines
627 B
YAML

---
features:
- |
Blackbox monitoring endpoint configuration is now automated for many common
services. The default endpoint list,
``prometheus_blackbox_exporter_endpoints_default``, varies according to the
services that are enabled. Custom endpoints can be added to
``prometheus_blackbox_exporter_endpoints_custom``.
upgrade:
- |
``prometheus_blackbox_exporter_endpoints`` will now be automatically
populated with endpoints for many common services. Custom endpoints should
be migrated to ``prometheus_blackbox_exporter_endpoints_custom`` to avoid
overriding the default configuration.