Skip to content

Releases: prometheus/statsd_exporter

0.30.0

28 May 14:20
4a7feb4

Choose a tag to compare

What's Changed

  • [CHANGE] Remove the Dockerfile HEALTHCHECK from published container images (#671) by @SuperQ
  • [ENHANCEMENT] Add a distroless container image variant (#703) by @roidelapluie
  • [ENHANCEMENT] Use the common Prometheus Docker architecture set for container image publishing (#682) by @SuperQ
  • [SECURITY] Update dependencies, including github.com/prometheus/exporter-toolkit, go.yaml.in/yaml/v2, golang.org/x/crypto, and golang.org/x/net (#675,
    #689)

New Contributors

Full Changelog: v0.29.0...v0.30.0

0.29.0 / 2025-03-03

03 Mar 05:36
595c774

Choose a tag to compare

  • [CHANGE] Update dependencies and Go to 1.25
  • [FEATURE][library] Add MultiValueEvent interface and MultiObserverEvent implementation (first part of a bigger change; see #602 for details)
  • [ENHANCEMENT] Add metric name label to statsd_exporter_events_conflict_total for easier debugging (#605)
  • [ENHANCEMENT] Extract starter configuration to config.example.yml with modern defaults (glob matching, native histograms) (#642)
  • [FEATURE] Support DogStatsD v1.2 container ID and sampling extensions (#649)

Thank you @marc-harrison for the contribution!

0.28.0 / 2024-10-25

25 Oct 14:00
v0.28.0
c0a390a

Choose a tag to compare

  • [CHANGE] Update exporter-toolkit & switch to slog (#586)
  • [CHANGE] Update client_golang and prometheus-common

This is a breaking change for library users.

0.27.2 / 2024-10-07

07 Oct 13:45
v0.27.2
c18857b

Choose a tag to compare

  • [BUGFIX] Fix panic on certain invalid lines (#579)

0.27.1 / 2024-08-18

18 Aug 15:50
v0.27.1
90547ea

Choose a tag to compare

Thank you @GrgDev for the contribution!

0.26.1 / 2024-03-22

22 Mar 16:22
v0.26.1
58769c7

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

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

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

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

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.