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
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@
52
52
*[ENHANCEMENT] Improve the documentation around limits. #4905
53
53
*[ENHANCEMENT] Distributor: cache user overrides to reduce lock contention. #4904
54
54
*[FEATURE] Compactor: Added `-compactor.block-files-concurrency` allowing to configure number of go routines for download/upload block files during compaction. #4784
55
-
*[FEATURE] Compactor: Added -compactor.blocks-fetch-concurrency` allowing to configure number of go routines for blocks during compaction. #4787
55
+
*[FEATURE] Compactor: Added `-compactor.blocks-fetch-concurrency` allowing to configure number of go routines for blocks during compaction. #4787
56
56
*[FEATURE] Compactor: Added configurations for Azure MSI in blocks-storage, ruler-storage and alertmanager-storage. #4818
57
57
*[FEATURE] Ruler: Add support to pass custom implementations of queryable and pusher. #4782
58
58
*[FEATURE] Create OpenTelemetry Bridge for Tracing. Now cortex can send traces to multiple destinations using OTEL Collectors. #4834
@@ -61,6 +61,7 @@
61
61
*[FEATURE] Storage/Bucket: Added `-*.s3.bucket-lookup-type` allowing to configure the s3 bucket lookup type. #4794
62
62
*[FEATURE] QueryFrontend: Implement experimental vertical sharding at query frontend for range/instant queries. #4863
63
63
*[FEATURE] Querier: Added a new limit `-querier.max-fetched-data-bytes-per-query` allowing to limit the maximum size of all data in bytes that a query can fetch from each ingester and storage. #4854
64
+
*[FEATURE] Added 2 flags `-alertmanager.alertmanager-client.grpc-compression` and `-querier.store-gateway-client.grpc-compression` to configure compression methods for grpc clients. #4889
64
65
*[BUGFIX] Storage/Bucket: Enable AWS SDK for go authentication for s3 to fix IMDSv1 authentication. #4897
65
66
*[BUGFIX] Memberlist: Add join with no retrying when starting service. #4804
66
67
*[BUGFIX] Ruler: Fix /ruler/rule_groups returns YAML with extra fields. #4767
0 commit comments