Skip to content

prometheus/18.6.0

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

Release Notes

Features

  • Added monitoring Concourse via an external InfluxDB

Fixes

  • Fixed cadvisor binary not having execution permissions
  • Fixed bosh_exporter leaking tcp connections
  • Fixed a db migration conflict at grafana post-start script when running on slow systems

Manifests

  • Added enable-bosh-uaa.yml ops file to enable BOSH UAA authentication
  • Added monitor-concourse-influxdb.yml ops file to monitor Concourse using an external InfluxDB
  • Fixed add-prometheus-uaa-clients.yml ops file to add scope to clients (required by newer versions of UAA)
  • Fixed add-grafana-uaa-clients.yml ops file to add redirect-uri to client (required by newer versions of UAA)

Upgrades

  • bosh_exporter to v2.4.4
  • stackdriver_exporter to v0.4.0

Deployment

releases:
- name: prometheus
  version: 18.6.0
  url: https://github.com/cloudfoundry-community/prometheus-boshrelease/releases/download/v18.6.0/prometheus-18.6.0.tgz
  sha1: a066c50d91446c5ccd1817d5da41262ca2d28dc5

Usage

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

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

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

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

Jobs

Packages