From 2cd268c87b2787dfa7fba598a1966e86eda9adc4 Mon Sep 17 00:00:00 2001 From: alexgreenbank Date: Wed, 6 Nov 2024 15:50:04 +0000 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 d94e192d7b..8c33e80ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## unreleased +* [BUGFIX] Scraping: Don't log errors on empty scrapes. #15352 * [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 * [CHANGE] Remote-write: default enable_http2 to false. #15219 * [CHANGE] Scraping: normalize "le" and "quantile" label values upon ingestion. #15164