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
Make the number of workers processing federated query configurable (#6449)
* Add number tenants per query histogram
Signed-off-by: SungJin1212 <[email protected]>
* Make the number of worker processing federated query configurable
Signed-off-by: SungJin1212 <[email protected]>
---------
Signed-off-by: SungJin1212 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
*[FEATURE] Chunk Cache: Support multi level cache and add metrics. #6249
19
19
*[FEATURE] Distributor: Accept multiple HA Tracker pairs in the same request. #6256
20
20
*[FEATURE] Ruler: Add support for per-user external labels #6340
21
+
*[ENHANCEMENT] Querier: Add a `-tenant-federation.max-concurrent` flags to configure the number of worker processing federated query and add a `cortex_querier_federated_tenants_per_query` histogram to track the number of tenants per query. #6449
21
22
*[ENHANCEMENT] Query Frontend: Add a number of series in the query response to the query stat log. #6423
22
23
*[ENHANCEMENT] Store Gateway: Add a hedged request to reduce the tail latency. #6388
23
24
*[ENHANCEMENT] Ingester: Add metrics to track succeed/failed native histograms. #6370
0 commit comments