Graphite Exporter Versions Save

Server that accepts metrics via the Graphite protocol and exports them as Prometheus metrics

v0.12.1

2 years ago

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

v0.12.0

2 years ago
  • [FEATURE] Support TLS on web UI and metrics (#175)

v0.11.1

2 years ago
  • [ENHANCEMENT] Build for windows/arm64 (#174)

v0.11.0

2 years ago
  • [ENHANCEMENT] Add experimental tool for converting historical data (#145)

This release adds the getool binary to the release tarball.

v0.10.1

3 years ago

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.

v0.10.0

3 years ago
  • [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.

v0.8.0

3 years ago
  • [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.

v0.9.0

3 years ago
  • [ENHANCEMENT] Generate labels from Graphite tags (#133)

v0.7.1

4 years ago
  • [BUGFIX] Fix "superfluous response.WriteHeader call" through dependency update (#125)

v0.7.0

4 years ago
  • [CHANGE] Update logging library and flags (#109)
  • [CHANGE] Updated prometheus golang client and statsd mapper dependency. (#113)

This release updates several dependencies. Logging-related flags have changed.

The metric mapping library is now at the level of statsd exporter 0.14.1, bringing in various performance improvements. See the statsd exporter changelog for the detailed changes.