Skip to content

Releases: prometheus/statsd_exporter

0.22.8 / 2022-09-13

13 Sep 15:06
v0.22.8
aecad1a
Compare
Choose a tag to compare
  • [BUGFIX] Prevent poisoning with gauge/distribution naming collision (#461)
  • [CHANGE] Update client_golang dependency (#463)

0.22.7 / 2022-07-08

08 Jul 14:03
v0.22.7
c2505cf
Compare
Choose a tag to compare
  • [CHANGE] Build with Go 1.18 (#450)

0.22.6 / 2022-07-08

08 Jul 13:28
v0.22.6
3b9ef1f
Compare
Choose a tag to compare
  • [CHANGE] Update dependencies (#449)

This is another housekeeping release.

0.22.5 / 2022-05-06

06 May 12:13
v0.22.5
c714dcd
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add metric for total lines relayed (#434)

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

0.22.4 / 2021-11-26

26 Nov 15:41
v0.22.4
7e2fe6c
Compare
Choose a tag to compare
  • [BUGFIX] Make Docker image compatible with the runAsNonRoot setting in Kubernetes pods (#409)
  • [BUGFIX] Library: fix support for custom Registerers with histograms and summaries (#410)

0.22.3 / 2021-10-26

26 Nov 15:25
v0.22.3
16d4f31
Compare
Choose a tag to compare
  • [BUGFIX] Accept metrics with multiple dashes even if not mapped (#402)

0.22.2 / 2021-09-10

10 Sep 10:17
v0.22.2
f789413
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add metrics to relay (#393)

0.22.1 / 2021-09-01

01 Sep 15:51
v0.22.1
9b31bb8
Compare
Choose a tag to compare
  • [ENHANCEMENT] Accept incoming metrics with multiple dashes (with mapping) (#381)
  • [ENHANCEMENT] Allow forwarding messages to statsd for easier transition (#388)
  • [BUGFIX] Actually expose pprof endpoints (#386)
  • [BUGFIX] Fix performance regression on metric ingestion (#390)

Version 0.22.0 was eaten by a grue.

0.21.0 / 2021-06-10

10 Jun 07:34
v0.21.0
ef6627b
Compare
Choose a tag to compare
  • [ENHANCEMENT] Update dependencies & switch to go-kit/log (#379)

This release changes the log format to be more structured, in line with other Prometheus projects.

0.20.3 / 2021-06-04

04 Jun 08:33
v0.20.3
2d1face
Compare
Choose a tag to compare
  • [ENHANCEMENT] Use extracted go-kit/log to reduce transitive dependencies (#378)

Once again there is no functional change.
For library users, the dependency tree shrinks considerably.
See prometheus/common#255 for more details.