From c5aee286ee98cf063442542be06f6ba50adb37b8 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Sun, 18 Aug 2024 15:15:36 +0000 Subject: [PATCH] Changelog & version bump for 0.27.0 And add a mention of #558 extended aggregations to the README. Signed-off-by: Matthias Rampke --- CHANGELOG.md | 5 +++++ README.md | 1 + VERSION | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd475e0..faaa073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.27.0 / 2024-08-18 + +* [FEATURE] Support [dogstatsd extended aggregation](https://github.com/DataDog/datadog-go/blob/master/README.md#extended-aggregation) ([#558](https://github.com/prometheus/statsd_exporter/pull/558)) +* [SECURITY] Update dependencies + ## 0.26.1 / 2024-03-22 * [SECURITY] Update dependencies, including `google.golang.org/protobuf` for CVE-2024-24786 diff --git a/README.md b/README.md index ab23897..7eeb63c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ in the DogStatsD documentation for the concept description and [Datagram Format](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/). If you encounter problems, note that this tagging style is incompatible with the original `statsd` implementation. +The exporter also supports [DogStatD extended aggregations](https://github.com/prometheus/statsd_exporter/pull/558) in combination with DogStatsD tags, but not other tagging styles. For [SignalFX dimension](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitors/collectd-statsd.md#adding-dimensions-to-statsd-metrics), add the tags to the metric name in square brackets, as so: diff --git a/VERSION b/VERSION index 30f6cf8..1b58cc1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.26.1 +0.27.0