Releases: prometheus/graphite_exporter
0.12.3 / 2022-08-06
- [BUGFIX] Fix crash on startup for some configurations (#198)
For mappings that require backtracking, 0.12.2 would crash on startup due to an uninitialized logger.
If this affected you, consider changing the order of rules or enabling unordered rules for better performance.
0.12.2 / 2022-07-08
0.12.1 / 2022-05-06
This is a maintenance release, built with Go 1.17.9 to address security issues.
0.12.0 / 2021-12-01
- [FEATURE] Support TLS on web UI and metrics (#175)
0.11.1 / 2021-11-26
- [ENHANCEMENT] Build for windows/arm64 (#174)
0.11.0 / 2021-09-01
- [ENHANCEMENT] Add experimental tool for converting historical data (#145)
This release adds the getool
binary to the release tarball.
0.10.1 / 2021-05-12
No changes.
This release will include an updated Busybox in the Docker image, which fixes CVE-2018-1000500.
This security issue does not affect you unless you extend the container and use gzip, but it trips security scanners, so we provide this version.
0.10.0 / 2021-04-13
0.9.0 / 2020-07-21
- [ENHANCEMENT] Generate labels from Graphite tags (#133)
0.8.0 / 2020-06-12
- [CHANGE] Update metric mapper and other dependencies (#127)
This brings the metric mapper to parity with statsd_exporter 0.16.0.
See the statsd exporter changelog for the detailed changes.
Notably, we now support a random-replacement mapping cache.
The changes for the timer type configuration do not affect this exporter as Graphite only supports gauge-type metrics.
Note that this release was published late and only for completeness' sake (forgot to hit the button). Use 0.9.0 or the imminent 0.10.0 instead.