Releases: cloudfoundry/cf_exporter
Releases · cloudfoundry/cf_exporter
0.10.1
Cloud Foundry Prometheus Exporter v0.10.1
- Updates go-cfclient to a version that supports the urlencoding of client ID and client secrets passed to UAA #55 (thanks @lancefrench)
0.10.0
Cloud Foundry Prometheus Exporter v0.10.0
0.9.0
Cloud Foundry Prometheus Exporter v0.9.0
- Added
detected_buildpack
to cf_applications_info
metrics (thanks @timlharrison)
- Bumped vendored packages
0.8.0
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
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
Cloud Foundry Prometheus Exporter v0.6.2
- Bumped dependencies to fix an issue when CF API URL has a trailing slash
0.6.1
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
Cloud Foundry Prometheus Exporter v0.6.0
- [BACKWARDS INCOMPATIBLE] Switch to kingpin flags to be coherent with other prometheus exporters
v0.5.3
Cloud Foundry Prometheus Exporter v0.5.3
- [FIX] Fix a failing test
- Bumped dependencies
0.5.2
Cloud Foundry Prometheus Exporter v0.5.2
- Switched to new github org
- Bumped dependencies (switching from
godep
to dep
)