From 38d62c39a6ff34b30cff14cd4d69c30094e37a17 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Wed, 12 Jun 2019 09:23:09 +0000 Subject: [PATCH] Add #233 / #80 to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e51e6..ce03b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Unreleased / ????-??-?? + +* [ENHANCEMENT] Switch Prometheus client to promhttp, freeing the standard HTTP metrics ([#233](https://github.com/prometheus/statsd_exporter/pull/233)) + +With #233, the exporter no longer exports metrics about its own HTTP status. These were not helpful since you could not get them when scraping fails. This allows mapping to metric names like `http_requests_total` that are useful as application metrics. + ## v0.10.6 / 2019-06-07 * [BUGFIX] Fix mapping collision for metrics with different types, but the same name ([#229](https://github.com/prometheus/statsd_exporter/pull/229))