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
@@ -34,6 +34,7 @@
34
34
*[FEATURE] Experimental: Added support for `/api/v1/metadata` Prometheus-based endpoint. #2549
35
35
*[FEATURE] Add ability to limit concurrent queries to Cassandra with `-cassandra.query-concurrency` flag. #2562
36
36
*[FEATURE] TLS config options added for GRPC clients in Querier (Query-frontend client & Ingester client), Ruler, Store Gateway, as well as HTTP client in Config store client. #2502
37
+
*[ENHANCEMENT]`query-tee` supports `/metadata`, `/alerts`, and `/rules`#2600
37
38
*[ENHANCEMENT] Ruler: Automatically remove unhealthy rulers from the ring. #2587
38
39
*[ENHANCEMENT] Experimental TSDB: sample ingestion errors are now reported via existing `cortex_discarded_samples_total` metric. #2370
39
40
*[ENHANCEMENT] Failures on samples at distributors and ingesters return the first validation error as opposed to the last. #2383
*[ENHANCEMENT] Experimental TSDB: added the flag `-experimental.tsdb.wal-compression-enabled` to allow to enable TSDB WAL compression. #2585
84
85
*[ENHANCEMENT] Experimental TSDB: Querier and store-gateway components can now use so-called "caching bucket", which can currently cache fetched chunks into shared memcached server. #2572
86
+
*[ENHANCEMENT] Experimental TSDB: added per-tenant blocks sharding support in the compactor, in order to parallelize blocks compaction for a single tenant in a single node. Sharding can be enabled via `-compactor.per-tenant-num-shards` while the parallelization can be controlled with `-compactor.per-tenant-shards-concurrency`. #2599
85
87
*[BUGFIX] Ruler: Ensure temporary rule files with special characters are properly mapped and cleaned up. #2506
86
88
*[BUGFIX] Fixes #2411, Ensure requests are properly routed to the prometheus api embedded in the query if `-server.path-prefix` is set. #2372
87
89
*[BUGFIX] Experimental TSDB: fixed chunk data corruption when querying back series using the experimental blocks storage. #2400
@@ -95,6 +97,7 @@
95
97
*[BUGFIX] Querier: Fixed a situation where querier would crash because of an unresponsive frontend instance. #2569
96
98
*[BUGFIX] Fixed collection of tracing spans from Thanos components used internally. #2584
97
99
*[BUGFIX] Experimental TSDB: fixed memory leak in ingesters. #2586
100
+
*[BUGFIX] Ingester: Fix an ingester starting up in the JOINING state and staying there forever. #2565
0 commit comments