91470d4c21
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
15 lines
627 B
YAML
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.
|