Skip to content

Commit

Permalink
Fix up changelog for 0.25.0
Browse files Browse the repository at this point in the history
- thank the contributors
- fix typo

Signed-off-by: Matthias Rampke <matthias@prometheus.io>
  • Loading branch information
matthiasr committed Oct 24, 2023
1 parent 3855b3e commit 56fe4f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
* [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.
Additonally, 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.
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

* [FEATURE] Improve the landing page experience ([#504](/~https://github.com/prometheus/statsd_exporter/pull/504))
Expand Down

0 comments on commit 56fe4f5

Please sign in to comment.