From e5f47e1eaf163a7d250c0b45f463dbc5a3d0e1a5 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Tue, 30 Jul 2024 16:05:10 -0700 Subject: [PATCH] Add missing changelogs for native histogram (#6130) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6e4bad0c..b437691982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ * [CHANGE] Ingester: Remove `-querier.query-store-for-labels-enabled` flag. Querying long-term store for labels is always enabled. #5984 * [CHANGE] Server: Instrument `cortex_request_duration_seconds` metric with native histogram. If `native-histograms` feature is enabled in monitoring Prometheus then the metric name needs to be updated in your dashboards. #6056 * [CHANGE] Distributor/Ingester: Change `cortex_distributor_ingester_appends_total`, `cortex_distributor_ingester_append_failures_total`, `cortex_distributor_ingester_queries_total`, and `cortex_distributor_ingester_query_failures_total` metrics to use the ingester ID instead of its IP as the label value. #6078 -* [FEATURE] Ingester: Experimental: Enable native histogram ingestion via `-blocks-storage.tsdb.enable-native-histograms` flag. #5986 +* [FEATURE] Ingester/Distributor: Experimental: Enable native histogram ingestion via `-blocks-storage.tsdb.enable-native-histograms` flag. #5986 #6010 #6020 +* [FEATURE] Querier: Enable querying native histogram chunks. #5944 #6031 +* [FEATURE] Query Frontend: Support native histogram in query frontend response. #5996 #6043 +* [FEATURE] Ruler: Support sending native histogram samples to Ingester. #6029 * [FEATURE] Ruler: Add support for filtering out alerts in ListRules API. #6011 * [FEATURE] Query Frontend: Added a query rejection mechanism to block resource-intensive queries. #6005 * [FEATURE] OTLP: Support ingesting OTLP exponential metrics as native histograms. #6071