Changelog & version bump for #280 & #282

Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
Matthias Rampke 2020-01-10 13:15:10 +00:00
parent a4a9f26e16
commit 6f6d036307
No known key found for this signature in database
GPG key ID: 2CDE413A9BD0A5BC
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## 0.14.0 / unreleased
* [ENHANCEMENT] Add metrics for mapping cache hits ([#280](https://github.com/prometheus/statsd_exporter/pull/280))
* [CHANGE] Rename existing metric for mapping cache size ([#282](https://github.com/prometheus/statsd_exporter/pull/282))
The metric `statsd_exporter_cache_length` is now called `mapping_cache_length`.
## 0.13.0 / 2019-12-06
* [ENHANCEMENT] Support sampling factors for all statsd metric types ([#264](https://github.com/prometheus/statsd_exporter/issues/250))

View file

@ -1 +1 @@
0.13.0
0.14.0