mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-02-02 09:32:20 +00:00
6a84b510c6
* Update Makefile. * Add CHANGELOG.md.
14 lines
421 B
Markdown
14 lines
421 B
Markdown
## 0.2.0 / 2016-03-19
|
|
|
|
NOTE: This release renames `statsd_bridge` to `statsd_exporter`
|
|
|
|
* [CHANGE] New Dockerfile using alpine-golang-make-onbuild base image (#17)
|
|
* [IMPROVEMENT] Allow configuration of UDP read buffer (#22)
|
|
* [BUGFIX] allow metrics with dashes when mapping (#24)
|
|
* [IMPROVEMENT] add root endpoint with redirect (#25)
|
|
* [CHANGE] rename bridge to exporter (#26)
|
|
|
|
|
|
## 0.1.0 / 2015-04-17
|
|
|
|
* Initial release
|