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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Changelog
2
2
3
3
## master / unreleased
4
-
*[FEATURE] Query Frontend: Add support /api/v1/format_query API for formatting queries. #6893
5
4
*[CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603
6
5
*[CHANGE] Ingester: Remove EnableNativeHistograms config flag and instead gate keep through new per-tenant limit at ingestion. #6718
7
6
*[CHANGE] Validate a tenantID when to use a single tenant resolver. #6727
7
+
*[FEATURE] Query Frontend: Add support /api/v1/format_query API for formatting queries. #6893
8
8
*[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
9
9
*[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
10
10
*[FEATURE] Update prometheus alertmanager version to v0.28.0 and add new integration msteamsv2, jira, and rocketchat. #6590
@@ -20,6 +20,7 @@
20
20
*[FEATURE] Compactor: Add support for percentage based sharding for compactors. #6738
21
21
*[FEATURE] Querier: Allow choosing PromQL engine via header. #6777
22
22
*[FEATURE] Querier: Support for configuring query optimizers and enabling XFunctions in the Thanos engine. #6873
23
+
*[ENHANCEMENT] Ruler: Emit an error message when the rule synchronization fails. #6902
23
24
*[ENHANCEMENT] Tenant Federation: Add a # of query result limit logic when the `-tenant-federation.regex-matcher-enabled` is enabled. #6845
24
25
*[ENHANCEMENT] Query Frontend: Add a `cortex_slow_queries_total` metric to track # of slow queries per user. #6859
25
26
*[ENHANCEMENT] Query Frontend: Change to return 400 when the tenant resolving fail. #6715
0 commit comments