Skip to content

prometheus BOSH Release v17.0.0

Compare
Choose a tag to compare
@starkandwayne-bot starkandwayne-bot released this 22 May 10:06
· 1376 commits to master since this release

Breaking changes

  • All Alerts have been moved from packages to job 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 to job 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 to ssl.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 and thresholds.
  • Added Consul alerts and dashboards