forked from mirrors/statsd_exporter
Changelog for #361 & release 0.20.0
add extra note about the deprecated attributes, eventually I want to get rid of them. Signed-off-by: Matthias Rampke <matthias@prometheus.io>
This commit is contained in:
parent
eeeedce405
commit
fbcadbf71b
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
|||
## 0.20.0 / 2021-02-05
|
||||
|
||||
* [ENHANCEMENT] Support full defaults for summaries and histograms ([#361](https://github.com/prometheus/statsd_exporter/pull/361))
|
||||
|
||||
This completes support for `summary_options` and `histogram_options`.
|
||||
Change the legacy configuration attributes throughout the mapping configuration as follows:
|
||||
|
||||
* `quantiles: …` to `summary_options: { quantiles: … }`
|
||||
* `buckets: …` to `histogram_options: { buckets: … }`
|
||||
* `timer_type` to `observer_type`.
|
||||
|
||||
Support for the deprecated attributes will be removed in a future release.
|
||||
|
||||
## 0.19.1 / 2021-01-29
|
||||
|
||||
* [BUGFIX] Don't return empty responses to lifecycle api requests ([#360](https://github.com/prometheus/statsd_exporter/pull/360))
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.19.1
|
||||
0.20.0
|
||||
|
|
Loading…
Reference in a new issue