forked from mirrors/statsd_exporter
Release v0.4.0
* [IMPROVEMENT] Add increment/decrement support to Gauges #65 * [BUGFIX] Tolerate more forms of broken lines from StatsD #48 * [BUGFIX] Skip metrics with invalid utf8 #50 * [BUGFIX] ListenAndServe now fails on exit #58
This commit is contained in:
parent
3039d12e3a
commit
4b0d773a6e
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
## v1.4.0 / 2017-05-12
|
||||
|
||||
* [IMPROVEMENT] Improve mapping configuration parser #61
|
||||
* [IMPROVEMENT] Add increment/decrement support to Gauges #65
|
||||
* [BUGFIX] Tolerate more forms of broken lines from StatsD #48
|
||||
* [BUGFIX] Skip metrics with invalid utf8 #50
|
||||
* [BUGFIX] ListenAndServe now fails on exit #58
|
||||
|
||||
## 0.3.0 / 2016-05-05
|
||||
|
||||
* [CHANGE] Drop `_count` suffix for `loaded_mappings` metric (#41)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.3.0
|
||||
0.4.0
|
||||
|
|
Loading…
Reference in a new issue