Skip to content

Commit 3855b3e

Browse files
authored
Merge pull request #518 from prometheus/mr/release-0.25.0
Release 0.25.0
2 parents fb1a02c + 3ea12e4 commit 3855b3e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.25.0 / 2023-10-23
2+
3+
* [CHANGE] Update `client_golang` ([#508](https://github.com/prometheus/statsd_exporter/pull/508), [#513](https://github.com/prometheus/statsd_exporter/pull/513))
4+
* [ENHANCEMENT] Process UDP packets asynchronously ([#511](https://github.com/prometheus/statsd_exporter/pull/511))
5+
* [BUGFIX] Debug-log incoming lines in cleartext ([#510](https://github.com/prometheus/statsd_exporter/pull/510))
6+
* [SECURITY] Update `golang.org/x/net` ([#516](https://github.com/prometheus/statsd_exporter/pull/516))
7+
8+
This release is less likely to drop UDP packets under very high traffic.
9+
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.
10+
If you are already monitoring for OS-level UDP packet drops, you _must_ also monitor this metric.
11+
The exporter will pull packets from the UDP socket queue much more quickly and queue them internally before processing.
12+
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.
13+
114
## 0.24.0 / 2023-06-02
215

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.0
1+
0.25.0

0 commit comments

Comments
 (0)