You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Changelog
2
2
3
3
## master / unreleased
4
-
*[CHANGE] Ingester: Remove EnableNativeHistograms config flag and instead gate keep through new per-tenant limit at ingestion. #6718
5
4
*[CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603
5
+
*[CHANGE] Ingester: Remove EnableNativeHistograms config flag and instead gate keep through new per-tenant limit at ingestion. #6718
6
6
*[CHANGE] Validate a tenantID when to use a single tenant resolver. #6727
7
7
*[FEATURE] Query Frontend: Add dynamic interval size for query splitting. This is enabled by configuring experimental flags `querier.max-shards-per-query` and/or `querier.max-fetched-data-duration-per-query`. The split interval size is dynamically increased to maintain a number of shards and total duration fetched below the configured values. #6458
8
8
*[FEATURE] Querier/Ruler: Add `query_partial_data` and `rules_partial_data` limits to allow queries/rules to be evaluated with data from a single zone, if other zones are not available. #6526
@@ -38,10 +38,11 @@
38
38
*[ENHANCEMENT] Querier: Add metric and enhanced logging for query partial data. #6676
39
39
*[ENHANCEMENT] Ingester: Push request should fail when label set is out of order #6746
40
40
*[ENHANCEMENT] Querier: Add `querier.ingester-query-max-attempts` to retry on partial data. #6714
41
-
*[ENHANCEMENT] Distributor: Add min/max schema validation for NativeHistograms. #6766
41
+
*[ENHANCEMENT] Distributor: Add min/max schema validation for Native Histogram. #6766
42
42
*[ENHANCEMENT] Ingester: Handle runtime errors in query path #6769
43
43
*[ENHANCEMENT] Compactor: Support metadata caching bucket for Cleaner. Can be enabled via `-compactor.cleaner-caching-bucket-enabled` flag. #6778
44
-
*[ENHANCEMENT] Distributor: Add ingestion rate limit for Native Histograms. #6794
44
+
*[ENHANCEMENT] Distributor: Add ingestion rate limit for Native Histogram. #6794
45
+
*[ENHANCEMENT] Ingester: Add active series limit specifically for Native Histogram. #6796
45
46
*[ENHANCEMENT] Compactor, Store Gateway: Introduce user scanner strategy and user index. #6780
46
47
*[ENHANCEMENT] Querier: Support chunks cache for parquet queryable. #6805
47
48
*[ENHANCEMENT] Parquet Storage: Add some metrics for parquet blocks and converter. #6809#6821
0 commit comments