github prometheus/statsd_exporter v0.25.0
0.25.0 / 2023-10-23

latest releases: v0.26.1, v0.26.0
6 months ago
  • [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!

Don't miss a new statsd_exporter release

NewReleases is sending notifications on new releases.