Skip to content

prometheus/18.3.0

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

Release Notes

Features

  • Added CF Application alerts
  • Added state, buildpack & instances to CF Apps dashboard
  • Added Service Bindings to CF Summary dashboard
  • Added Service Bindings and Service Plans to Prometheus CF Exporter dashboard
  • Added CF Services dashboard

Fixes

  • Fixes rendered PNG of grafana pannels (missing fontconfig dependency required by PhantomJS)

Upgrades

  • cf_exporter to v0.5.1

CI

The CI system has been upgraded:

  • uses bosh2
  • automatically runs testflight-pr job on pull requests
  • automatically fetches new prometheus & various exporters and adds as blobs

Deployment

releases:
- name: prometheus
  version: 18.3.0
  url: https://github.com/cloudfoundry-community/prometheus-boshrelease/releases/download/v18.3.0/prometheus-18.3.0.tgz
  sha1: f5949fe5493d595530eed0b7963b9f0283de3442

Usage

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

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

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

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

Jobs

Packages