Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
with changelog entries for #68 and #69.

Signed-off-by: Matthias Rampke <[email protected]>
  • Loading branch information
matthiasr committed Aug 21, 2020
1 parent b805830 commit 61b0fb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.0 / 2020-08-21

* [CHANGE] Move exporter metrics to their own endpoint ([#68](https://github.com/prometheus/influxdb_exporter/pull/68))
* [ENHANCEMENT] Ignore the `__name__` label on incoming metrics ([#69](https://github.com/prometheus/influxdb_exporter/pull/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](https://github.com/prometheus/influxdb_exporter/pull/66))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.5.0

0 comments on commit 61b0fb4

Please sign in to comment.