Releases: cloudfoundry/bosh_exporter
Releases · cloudfoundry/bosh_exporter
2.4.0
BOSH Prometheus Exporter v2.4.0
- Added web basic auth & TLS support
- Fixed BOSH UAA login when using username and password
- Removed
bosh.uaa.url
flag (the exporter grabs it from the director info)
2.3.1
BOSH Prometheus Exporter v2.3.1
- Removed reading
errands
(we were not using them anywhere)
2.3.0
BOSH Prometheus Exporter v2.3.0
- Add
bosh_name
and bosh_uuid
labels to all metrics.
2.2.0
BOSH Prometheus Exporter v2.2.0
- Add
environment
label to all metrics.
2.1.3
BOSH Prometheus Exporter v2.1.3
2.1.2
BOSH Prometheus Exporter v2.1.2
- Use typed metrics instead of constant metrics
- Updated vendors
2.1.1
BOSH Prometheus Exporter v2.1.1
- Fix error not being catched
2.1.0
BOSH Prometheus Exporter v2.1.0
- Added a filters.azs command flag
- Added some new general metrics:
namespace_scrapes_total
, namespace_scrape_errors_total
, namespace_last_scrape_error
, namespace_last_scrape_timestamp
, namespace_last_scrape_duration_seconds
- All collectors resuse the same BOSH Director calls
2.0.1
BOSH Prometheus Exporter v2.0.1
- [FIX] Do not report instances with no VMID
2.0.0
BOSH Prometheus Exporter v2.0.0
- Filters command flags have been renamed:
bosh.deployments
to filter.deployments
and bosh.collectors
to filter.collectors
.
- Default metrics namespace have changed from
bosh_exporter
to bosh
.