Update changelog for #192

add note about the metric change.
This commit is contained in:
Matthias Rampke 2019-03-26 12:11:17 +00:00 committed by GitHub
parent 035a309552
commit 71df5a3198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
## Unreleased / ????-??-??
* [ENHANCEMENT] Add a health check to the Docker container ([#182](https://github.com/prometheus/statsd_exporter/pull/182))
* [BUGFIX] Fix panic if a mapping resulted in an empty name ([#192](https://github.com/prometheus/statsd_exporter/pull/192))
With #192, the count of events rejected because of negative counter increments has moved into the `statsd_exporter_events_error_total` metric, instead of being lumped in with the different kinds of successful events.
## v0.9.0 / 2019-03-11