Skip to content

prometheus/18.5.0

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

Release Notes

Features

  • grafana job optionally consumes a database job

Manifest

  • Default manifest now deploys a database job (to persist grafana data and state)
  • monitor_cf operator file now places the firehose_exporter at a separate vm to allow scaling

Upgrades

  • kube_state_metrics to v1.0.1
  • stackdriver_exporter to v0.3.0

Deployment

releases:
- name: prometheus
  version: 18.5.0
  url: https://github.com/cloudfoundry-community/prometheus-boshrelease/releases/download/v18.5.0/prometheus-18.5.0.tgz
  sha1: ce332a50c02e4d0681c4b0fdeb4842b125d8edbe

Usage

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

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

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

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

Jobs

Packages