forked from mirrors/statsd_exporter
Add changelog for #309
and fix ordering and naming of the entries Signed-off-by: Matthias Rampke <matthias@prometheus.io>
This commit is contained in:
parent
ab73924e53
commit
f1de97dbdd
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
## 0.17.0 / unreleased
|
## 0.17.0 / Unreleased
|
||||||
|
|
||||||
* [FEATURE] Offline configuration check ([#312](https://github.com/prometheus/statsd_exporter/pull/312))
|
|
||||||
* [CHANGE] Support non-timer distributions without unit conversion ([#314](https://github.com/prometheus/statsd_exporter/pull/314))
|
* [CHANGE] Support non-timer distributions without unit conversion ([#314](https://github.com/prometheus/statsd_exporter/pull/314))
|
||||||
|
* [ENHANCEMENT] Offline configuration check ([#312](https://github.com/prometheus/statsd_exporter/pull/312))
|
||||||
|
* [BUGFIX] Allow matching single-letter metric name components ([#309](https://github.com/prometheus/statsd_exporter/pull/309))
|
||||||
|
|
||||||
Distribution and histogram events (type `d`, `h`) are now treated as distinct from timer events (type `ms`).
|
Distribution and histogram events (type `d`, `h`) are now treated as distinct from timer events (type `ms`).
|
||||||
Their values are observed as they are, while timer events are converted from milliseconds to seconds.
|
Their values are observed as they are, while timer events are converted from milliseconds to seconds.
|
||||||
|
|
Loading…
Reference in a new issue