Skip to content

Releases: prometheus/influxdb_exporter

0.9.0 / 2022-03-08

08 Mar 09:58
v0.9.0
f56e481
Compare
Choose a tag to compare
  • [FEATURE] Support ingestion from InfluxDB v2 clients (#95)

0.8.1 / 2021-11-26

26 Nov 13:23
v0.8.1
839289f
Compare
Choose a tag to compare
  • [ENHANCEMENT] Update Go & dependencies to enable build for windows/arm64 (#93)

0.8.0 / 2021-01-21

22 Jan 17:10
v0.8.0
699b1b9
Compare
Choose a tag to compare
  • [ENHANCEMENT] Accept gzip encoding (#78)

0.7.0 / 2020-12-04

07 Dec 08:37
v0.7.0
a1dc16a
Compare
Choose a tag to compare
  • [ENHANCEMENT] Handle metric names that start with digits (#77)

0.6.0 / 2020-11-02

03 Nov 09:23
v0.6.0
5479200
Compare
Choose a tag to compare
  • [ENHANCEMENT] Return errors as JSON, in line with InfluxDB (#74)

0.5.0 / 2020-08-21

21 Aug 14:47
v0.5.0
61b0fb4
Compare
Choose a tag to compare
  • [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

12 Jun 09:11
v0.4.2
7aa2b6f
Compare
Choose a tag to compare
  • [CHANGE] Update all dependencies, including Prometheus client (#66)

0.4.1 / 2020-05-04

04 May 08:09
Compare
Choose a tag to compare
  • [ENHANCEMENT] Improve performance by reducing allocations (#64)

0.4.0 / 2020-02-28

01 Mar 13:38
Compare
Choose a tag to compare
  • [FEATURE] Add ping endpoint that some clients expect (#60)

v0.3.0 / 2019-10-04

04 Oct 13:59
Compare
Choose a tag to compare
  • [CHANGE] Do not run as root in the Docker container by default (#40)
  • [CHANGE] Update logging library & flags (#58)