Skip to content

Releases: prometheus/graphite_exporter

0.7.1 / 2020-05-12

12 May 07:04
v0.7.1
2965753
Compare
Choose a tag to compare
  • [BUGFIX] Fix "superfluous response.WriteHeader call" through dependency update (#125)

0.7.0 / 2020-02-28

02 Mar 14:09
Compare
Choose a tag to compare
  • [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.

0.7.0-rc1 / 2020-01-21

21 Jan 11:57
Compare
Choose a tag to compare
Pre-release
  • [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.

0.6.2 / 2019-06-03

03 Jun 08:45
Compare
Choose a tag to compare

0.6.2 / 2019-06-03

  • [CHANGE] Do not run as root in the Docker container by default (#85)
  • [BUGFIX] Serialize processing of samples (#94)

This issue fixes a race condition in sample processing that showed if multiple
clients sent metrics simultaneously, or multiple metrics were sent in
individual UDP packets. It would manifest as duplicate metrics being exported
(0.4.x) or the metrics endpoint failing altogether (0.5.0).

0.5.0 / 2019-02-28

28 Feb 09:37
Compare
Choose a tag to compare
  • [BUGFIX] Update the mapper to fix captures being clobbered (#77)
  • [BUGFIX] Do not mask the pprof endpoints (#67)
  • [ENHANCEMENT] Accept 'name' as a label (#75)

This release also pulls in a more recent version of the Prometheus client library with improved validation and performance.

v0.4.2 / 2018-11-26

26 Nov 22:10
Compare
Choose a tag to compare
  • [BUGFIX] Fix segfault in mapper if mapping config is provided (#63)

v0.4.1 / 2018-11-23

24 Nov 00:15
Compare
Choose a tag to compare

No changes.

v0.4.0 / 2018-11-23

23 Nov 22:23
Compare
Choose a tag to compare
  • [ENHANCEMENT] Log incoming and parsed samples if debug logging is enabled (#58)
  • [ENHANCEMENT] Speed up glob matching (#59)

This release replaces the implementation of the glob matching mechanism,
speeding it up significantly. In certain sub-optimal configurations, a warning
is logged.

This major enhancement was contributed by Wangchong Zhou in prometheus/statsd_exporter#157.

v0.3.0 / 2018-08-22

22 Aug 08:03
Compare
Choose a tag to compare

This release contains two major breaking changes:

Flags now require two dashes (--help instead of -help).

The configuration format is now YAML, and uses the same format as the statsd exporter, minus support for
metric types other than gauges.
There is a conversion tool available.
This change adds new features to the mappings:
It is now possible to specify the "name" label.
Regular expressions can be used to match on Graphite metric names beyond extracting dot-separated components.

  • [CHANGE] Use YAML configuration format and mapper from statsd exporter (#52)
  • [CHANGE] Switch to the Kingpin flag library (#30)
  • [FEATURE] Add metric for the sample expiry setting (#34)
  • [FEATURE] Add pprof endpoint (#33)
  • [BUGFIX] Accept whitespace around the Graphite protocol lines (#53)

0.2.0 / 2017-03-01

01 Mar 17:53
Compare
Choose a tag to compare

[FEATURE] Added flag to allow dropping of unmatched metrics
[ENHANCEMENT] Logging changes and standardisation