0.25.0 / 2023-10-23
<https://github.com/prometheus/statsd_exporter/releases/tag/v0.25.0>

Repository: prometheus/statsd_exporter
<https://github.com/prometheus/statsd_exporter> · Tag: v0.25.0
<https://github.com/prometheus/statsd_exporter/tree/v0.25.0> · Commit:
3855b3e
<https://github.com/prometheus/statsd_exporter/commit/3855b3e8c99eb94c216bcb254cefefc4ba9cbb8f>
· Released by: prombot <https://github.com/prombot>

   - [CHANGE] Update client_golang (#508
   <https://github.com/prometheus/statsd_exporter/pull/508>, #513
   <https://github.com/prometheus/statsd_exporter/pull/513>)
   - [ENHANCEMENT] Process UDP packets asynchronously (#511
   <https://github.com/prometheus/statsd_exporter/pull/511>)
   - [BUGFIX] Debug-log incoming lines in cleartext (#510
   <https://github.com/prometheus/statsd_exporter/pull/510>)
   - [SECURITY] Update golang.org/x/net (#516
   <https://github.com/prometheus/statsd_exporter/pull/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!

-- 
You received this message because you are subscribed to the Google Groups 
"prometheus-announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-announce+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/prometheus-announce/CAMV%3D_gb8%2BnaMxJtzyY6si006mb5s6t6WsJDXrAvHkSLhPUfn3Q%40mail.gmail.com.

Reply via email to