Skip to content

Commit e5f47e1

Browse files
authored
Add missing changelogs for native histogram (#6130)
1 parent 85bc555 commit e5f47e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
* [CHANGE] Ingester: Remove `-querier.query-store-for-labels-enabled` flag. Querying long-term store for labels is always enabled. #5984
66
* [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
77
* [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
8-
* [FEATURE] Ingester: Experimental: Enable native histogram ingestion via `-blocks-storage.tsdb.enable-native-histograms` flag. #5986
8+
* [FEATURE] Ingester/Distributor: Experimental: Enable native histogram ingestion via `-blocks-storage.tsdb.enable-native-histograms` flag. #5986 #6010 #6020
9+
* [FEATURE] Querier: Enable querying native histogram chunks. #5944 #6031
10+
* [FEATURE] Query Frontend: Support native histogram in query frontend response. #5996 #6043
11+
* [FEATURE] Ruler: Support sending native histogram samples to Ingester. #6029
912
* [FEATURE] Ruler: Add support for filtering out alerts in ListRules API. #6011
1013
* [FEATURE] Query Frontend: Added a query rejection mechanism to block resource-intensive queries. #6005
1114
* [FEATURE] OTLP: Support ingesting OTLP exponential metrics as native histograms. #6071

0 commit comments

Comments
 (0)