From 3955c6ef1b6a5d7c7e35ef1cb7d7c1605ccf2517 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Tue, 9 Apr 2019 12:15:10 +0000 Subject: [PATCH] Update changelog for #193 #194 Signed-off-by: Matthias Rampke --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db50d0..e8ff978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Unreleased / ????-??-?? * [ENHANCEMENT] Add a health check to the Docker container ([#182](https://github.com/prometheus/statsd_exporter/pull/182)) +* [ENHANCEMENT] Allow inconsistent label sets ([#194](https://github.com/prometheus/statsd_exporter/pull/194)) +* [ENHANCEMENT] Add metric for count of events by action ([#193](https://github.com/prometheus/statsd_exporter/pull/193)) * [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.