Skip to content

prometheus/14.0.0

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

Release Notes

14.0.0

Breaking changes

  • Most of the alerts and dashboards have been refactored, including removing or renaming some of them. Please check the src to discover which alerts & dashboards are available in this release.
  • bosh_exporter does NOT filter AZ by default, you now must explicitly set the AZs to filter (if desired)
  • cf_exporter requires two new properties: deployment-name & metrics.environment
  • firehose_exporter requires a new property: metrics.environment

Features

Upgrades

  • bosh_exporter 2.3.1
  • cf_exporter 0.4.6
  • firehose_exporter 4.1.0
  • graphite_exporter 0.2.0
  • prometheus 1.5.2
  • redis_exporter 0.10.7

Usage

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

- name: "prometheus"
  version: "14.0.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-community/prometheus-boshrelease?v=14.0.0"
  sha1: "1be80d24c8eed3772f6ce17b1fb2120723241b0b"

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

bosh upload-release --sha1 1be80d24c8eed3772f6ce17b1fb2120723241b0b \
  "https://bosh.io/d/github.com/cloudfoundry-community/prometheus-boshrelease?v=14.0.0"

Jobs

Packages