Skip to content

Releases: cloudfoundry/cf_exporter

0.10.0

15 Oct 20:19
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.10.0

0.9.0

30 Aug 21:33
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.9.0

  • Added detected_buildpack to cf_applications_info metrics (thanks @timlharrison)
  • Bumped vendored packages

0.8.0

09 Feb 02:46
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.8.0

  • Added an Events collector (thanks @DRuggeri)
  • Added LastOperation Type and State to Service Instances metric

0.7.0

03 Feb 20:55
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.7.0

  • Added a new flag to enabled/disable CF API V3 calls
  • Added an Isolation Segments collector
  • Limit the number of gorutines spawed at applications collector
  • Bumped vendored packages

0.6.2

01 Mar 08:35
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.6.2

  • Bumped dependencies to fix an issue when CF API URL has a trailing slash

0.6.1

06 Jan 11:36
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.6.1

  • [FIX] Downgrades "golang.org/x/oauth2" version to fix a problem with UAA not being able to authenticate when client ID and/or Secret contains special characters (see a086ad7)

0.6.0

27 Dec 18:29
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.6.0

  • [BACKWARDS INCOMPATIBLE] Switch to kingpin flags to be coherent with other prometheus exporters

v0.5.3

23 Dec 19:39
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.5.3

  • [FIX] Fix a failing test
  • Bumped dependencies

0.5.2

25 Nov 16:50
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.5.2

  • Switched to new github org
  • Bumped dependencies (switching from godep to dep)

0.5.1

23 Aug 11:09
Compare
Choose a tag to compare

Cloud Foundry Prometheus Exporter v0.5.1

  • [FEATURE] Added Running Instances to Applications metrics
  • [FEATURE] Added Service Bindings collector
  • [FEATURE] Added Service Plans collector