From 700f9bd7c6070541002e476917805feb626063fa Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Mon, 16 Oct 2023 22:26:45 -0400 Subject: [PATCH] nits Signed-off-by: Levi Harrison --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd225d6a..f1eaf79b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 2.48.0-rc.0 / 2023-10-10 * [CHANGE] Remote-write: respect Retry-After header on 5xx errors. #12677 -* [FEATURE] Alerting: Add SigV4 authentication support for Alertmanager endpoints. #12774 +* [FEATURE] Alerting: Add AWS SigV4 authentication support for Alertmanager endpoints. #12774 * [FEATURE] Promtool: Add support for histograms in the TSDB dump command. #12775 * [FEATURE] PromQL: Add warnings (and annotations) to PromQL query results. #12152 #12982 * [FEATURE] Remote-write: Add Azure AD OAuth authentication support for remote write requests. #12572 @@ -16,7 +16,7 @@ * [ENHANCEMENT] PromQL: Prevent Prometheus from overallocating memory on subquery with large amount of steps. #12734 * [ENHANCEMENT] PromQL: Add warning when monotonicity is forced in the input to histogram_quantile. #12931 * [ENHANCEMENT] Scraping: Optimize sample appending by reducing garbage. #12939 -* [ENHANCEMENT] Storage: Reduce memory allocations when merging series sets. #12938 +* [ENHANCEMENT] Storage: Reduce memory allocations in queries that merge series sets. #12938 * [ENHANCEMENT] UI: Show group interval in rules display. #12943 * [ENHANCEMENT] Scraping: Save memory when scraping by delaying creation of buffer. #12953 * [ENHANCEMENT] Agent: Allow ingestion of out-of-order samples. #12897 @@ -28,7 +28,7 @@ * [BUGFIX] TSDB: Fix counter reset edgecases causing native histogram panics. #12838 * [BUGFIX] TSDB: Fix duplicate sample detection at chunk size limit. #12874 * [BUGFIX] Promtool: Fix errors not being reported in check rules command. #12715 -* [BUGFIX] TSDB: Register metrics after Head is initialized. #12876 +* [BUGFIX] TSDB: Avoid panics reported in logs when head initialization takes a long time. #12876 * [BUGFIX] TSDB: Ensure that WBL is repaired when possible. #12406 ## 2.47.1 / 2023-10-04