Skip to content

0.5.0 / 2020-08-21

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