add CHANGELOG entry

Signed-off-by: alexgreenbank <alex.greenbank@grafana.com>
This commit is contained in:
alexgreenbank 2024-11-06 15:50:04 +00:00
parent 2dd162563f
commit 2cd268c87b

View file

@ -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