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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@
35
35
*[FEATURE] Ruler: Support for filtering rules in the API. #5417
36
36
*[FEATURE] Compactor: Add `-compactor.ring.tokens-file-path` to store generated tokens locally. #5432
37
37
*[FEATURE] Query Frontend: Add `-frontend.retry-on-too-many-outstanding-requests` to re-enqueue 429 requests if there are multiple query-schedulers available. #5496
38
+
*[FEATURE] Store Gateway: Add `-blocks-storage.bucket-store.max-inflight-requests`for store gateways to reject further requests upon reaching the limit. #5553
38
39
*[ENHANCEMENT] Distributor/Ingester: Add span on push path #5319
39
40
*[ENHANCEMENT] Support object storage backends for runtime configuration file. #5292
40
41
*[ENHANCEMENT] Query Frontend: Reject subquery with too small step size. #5323
@@ -59,6 +60,8 @@
59
60
*[ENHANCEMENT] Store Gateway: add metric `cortex_bucket_store_chunk_refetches_total` for number of chunk refetches. #5532
60
61
*[ENHANCEMENT] BasicLifeCycler: allow final-sleep during shutdown #5517
0 commit comments