prometheus BOSH Release v17.0.0
·
1376 commits
to master
since this release
Breaking changes
- All Alerts have been moved from
packages
tojob templates
to allow parametrization. Update your deployment manifest replacing/var/vcap/packages/*_alerts/*.json
to/var/vcap/jobs/*_alerts/*.json
. - All Dashboards have been moved from
packages
tojob templates
to allow parametrization. Update your deployment manifest replacing/var/vcap/packages/*_dashboards/*.json
to/var/vcap/jobs/*_dashboards/*.json
. - The probe SSL alerts at
probe.alerts
have been moved tossl.alerts
. - The BOSH alerts that predicts that disk will be fill have been moved to
bosh_system_predict.alerts
. - Most of the Cloud Foundry alerts have been refactored. New
alerts
files have been created.
Features
- All Alerts have been parametrized. You can now specify via manifest file the
evaluation_time
andthresholds
. - Added Consul alerts and dashboards