Skip to content

prometheus/17.0.0

You can find the source of this version on GitHub at cloudfoundry-community/prometheus-boshrelease. It was created based on the commit e2930042.

Release Notes

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

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "prometheus"
  version: "17.0.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/prometheus-boshrelease?v=17.0.0"
  sha1: "094ef69545dd0b3967c3015872b208405e77c405"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 094ef69545dd0b3967c3015872b208405e77c405 \
  "https://bosh.io/d/github.com/cloudfoundry-community/prometheus-boshrelease?v=17.0.0"

Jobs

Packages