Skip to content

Releases: prometheus/graphite_exporter

0.12.3 / 2022-08-06

06 Aug 12:43
v0.12.3
cf6bc9a
Compare
Choose a tag to compare
  • [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

08 Jul 19:30
v0.12.2
f08af21
Compare
Choose a tag to compare

This is a comprehensive housekeeping release, bringing all dependencies and the compiler version up to date.

It imports a bug fix in the mapper, allowing metrics with multiple dashes in a row.

0.12.1 / 2022-05-06

06 May 14:14
v0.12.1
7929945
Compare
Choose a tag to compare

This is a maintenance release, built with Go 1.17.9 to address security issues.

0.12.0 / 2021-12-01

01 Dec 09:02
v0.12.0
fd93180
Compare
Choose a tag to compare
  • [FEATURE] Support TLS on web UI and metrics (#175)

0.11.1 / 2021-11-26

26 Nov 13:08
v0.11.1
13b0924
Compare
Choose a tag to compare
  • [ENHANCEMENT] Build for windows/arm64 (#174)

0.11.0 / 2021-09-01

02 Sep 09:45
v0.11.0
f5d1259
Compare
Choose a tag to compare
  • [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

13 May 05:13
v0.10.1
5a5325c
Compare
Choose a tag to compare

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

13 Apr 07:26
v0.10.0
334942c
Compare
Choose a tag to compare
  • [CHANGE] Reorganize repository (#144)
  • [ENHANCEMENT] Configuration check (#146)

The main binary package is now github.com/prometheus/graphite_exporter/cmd/graphite_exporter.
This has no effect on those using the binary release.

0.9.0 / 2020-07-21

21 Jul 15:59
v0.9.0
ec2b4ba
Compare
Choose a tag to compare
  • [ENHANCEMENT] Generate labels from Graphite tags (#133)

0.8.0 / 2020-06-12

13 Apr 07:14
v0.8.0
ca88ebb
Compare
Choose a tag to compare
  • [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.