Releases: cloudfoundry/bosh_exporter
Releases · cloudfoundry/bosh_exporter
3.2.0
BOSH Prometheus Exporter v3.2.0
- Add deployment instances metrics (thanks @Jodazo)
- Fix building director client when using username and password
3.1.0
BOSH Prometheus Exporter v3.1.0
- Allow instance IP ordering and filtering (thanks psycofdj)
- Use MatchUnorderedJSON gomega matcher (thanks Jodazo)
- Bumped vendored packages
3.0.1
BOSH Prometheus Exporter v3.0.1
- [FIX] Bump bosh-cli library to fix a leak descriptor issue (see #14)
3.0.0
BOSH Prometheus Exporter v3.0.0
- [BACKWARDS INCOMPATIBLE] Switch to kingpin flags to be coherent with other prometheus exporters
2.5.0
BOSH Prometheus Exporter v2.5.0
- Include deployment name in service discovery file
- Bumped dependencies
2.4.5
BOSH Prometheus Exporter v2.4.5
- Switched to new github org
- Bumped dependencies (switching from
godep
to dep
)
2.4.4
BOSH Prometheus Exporter v2.4.4
- [FIX] Bumps bosh-utils vendored library to fix an issue with leaked tcp connections
2.4.3
BOSH Prometheus Exporter v2.4.3
- [FIX] Don't return an error if unable to get a deployment info
2.4.2
BOSH Prometheus Exporter v2.4.2
- [FIX] Trim whitespaces from azs, collectors & deployments filters
2.4.1
BOSH Prometheus Exporter v2.4.1
- [FIX] Basic Auth handler not being set