Skip to content

Releases: prometheus/statsd_exporter

0.26.1 / 2024-03-22

22 Mar 16:22
v0.26.1
58769c7
Compare
Choose a tag to compare
  • [SECURITY] Update dependencies, including google.golang.org/protobuf for CVE-2024-24786

This is a maintenance release.

0.26.0 / 2023-12-06

06 Dec 10:14
v0.26.0
2c7fd1e
Compare
Choose a tag to compare
  • [CHANGE] Update dependencies: prometheus/common, client model, and Go 1.21
  • [FEATURE] Add option to honor original labels from event tags over labels specified in mapping configuration (#521)

Thank you @rabenhorst for the honor_labels contribution!

0.25.0 / 2023-10-23

24 Oct 08:13
v0.25.0
3855b3e
Compare
Choose a tag to compare
  • [CHANGE] Update client_golang (#508, #513)
  • [ENHANCEMENT] Process UDP packets asynchronously (#511)
  • [BUGFIX] Debug-log incoming lines in cleartext (#510)
  • [SECURITY] Update golang.org/x/net (#516)

This release is less likely to drop UDP packets under very high traffic.
Additionally, when it does, it now attempts to record that this happened in the metric statsd_exporter_udp_packet_drops_total, where previously this could only be detected from operating system metrics.
If you are already monitoring for OS-level UDP packet drops, you must also monitor this metric.
The exporter will pull packets from the UDP socket queue much more quickly and queue them internally before processing.
Existing monitoring for packet drops will no longer be sufficient to detect dropped events, but attribution to the exporter is easier with this new metric.

Many thanks to @sumeshpremraj and @kullanici0606 for their contributions, and @pedro-stanaka for helping with the async UDP processing!

0.24.0 / 2023-06-02

02 Jun 08:12
v0.24.0
e91ce20
Compare
Choose a tag to compare
  • [FEATURE] Improve the landing page experience (#504)
  • [FEATURE] Support scaling parameter in mapping (#499)

0.23.3 / 2023-06-02

02 Jun 07:59
v0.23.3
191b071
Compare
Choose a tag to compare
  • [SECURITY] Maintenance release, updating dependencies
  • [ENHANCEMENT][library] Allow instantiating configuration without going through YAML (#491)

Version 0.23.2 was mistagged and thus skipped.

0.23.1 / 2023-03-08

08 Mar 19:03
v0.23.1
14d18d8
Compare
Choose a tag to compare
  • [SECURITY] Update all dependencies (#489)

0.23.0 / 2022-12-07

07 Dec 10:18
v0.23.0
9c6e245
Compare
Choose a tag to compare
  • [CHANGE] Print help and version to standard out (#469)
  • [FEATURE] Support experimental native histograms (#474)

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.