From 435335133f1dd322b5c066a8a59519482e845bf5 Mon Sep 17 00:00:00 2001 From: alexgreenbank Date: Wed, 23 Oct 2024 13:10:55 +0100 Subject: [PATCH] add CHANGELOG entry Signed-off-by: alexgreenbank --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1321829e3..19448e60b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## unreleased +* [CHANGE] Remote-Write: Ability to set User-Agent #15201 * [CHANGE] Scraping: Remove implicit fallback to the Prometheus text format in case of invalid/missing Content-Type and fail the scrape instead. Add ability to specify a `fallback_scrape_protocol` in the scrape config. #15136 * [BUGFIX] PromQL: Fix stddev+stdvar aggregations to always ignore native histograms. #14941 * [BUGFIX] PromQL: Fix stddev+stdvar aggregations to treat Infinity consistently. #14941