Releases: prometheus/influxdb_exporter
Releases · prometheus/influxdb_exporter
0.9.0 / 2022-03-08
- [FEATURE] Support ingestion from InfluxDB v2 clients (#95)
0.8.1 / 2021-11-26
- [ENHANCEMENT] Update Go & dependencies to enable build for windows/arm64 (#93)
0.8.0 / 2021-01-21
- [ENHANCEMENT] Accept gzip encoding (#78)
0.7.0 / 2020-12-04
- [ENHANCEMENT] Handle metric names that start with digits (#77)
0.6.0 / 2020-11-02
- [ENHANCEMENT] Return errors as JSON, in line with InfluxDB (#74)
0.5.0 / 2020-08-21
- [CHANGE] Move exporter metrics to their own endpoint (#68)
- [ENHANCEMENT] Ignore the
__name__
label on incoming metrics (#69)
This release improves the experience in mixed Prometheus/InfluxDB environments.
By moving the exporter's own metrics to a separate endpoint, we avoid conflicts with metrics from other services using the Prometheus client library.
In these circumstances, a spurious __name__
label might appear, which we cannot ingest.
The exporter now ignores it.
0.4.2 / 2020-06-12
- [CHANGE] Update all dependencies, including Prometheus client (#66)
0.4.1 / 2020-05-04
- [ENHANCEMENT] Improve performance by reducing allocations (#64)
0.4.0 / 2020-02-28
- [FEATURE] Add ping endpoint that some clients expect (#60)