Graphite Exporter Versions Save

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

v0.15.1

1 month ago
  • [SECURITY] Update dependencies, including google.golang.org/protobuf for CVE-2024-24786
  • [CHANGE] Use go standard errors instead of deprecated github.com/pkg/errors (#242)

v0.15.0

5 months ago
  • [FEATURE] Upgrade mapping library to bring in honor_labels support from prometheus/statsd_exporter#521

v0.14.1

5 months ago
  • [SECURITY] Maintenance release, updating dependencies & building with Go 1.21

v0.14.0

11 months ago
  • [FEATURE] Support scaling parameter in mapping (#235)
  • [SECURITY] Maintenance release, updating dependencies

v0.13.3

1 year ago
  • [SECURITY] Update various dependencies (#223 and others)

v0.13.1

1 year ago

v0.12.4

1 year ago

v0.13.0

1 year ago
  • [ENHANCEMENT] Support systemd socket activation (#206)

NOTE: This release was not properly published right away. It is affected by GHSA-7rg2-cxvp-9p7p and if you are not already using it, wait for 0.13.1 which will be out in a few minutes.

v0.12.3

1 year ago
  • [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.

v0.12.2

1 year ago

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.