Skip to content

Commit 1406f60

Browse files
authored
Series limit for TSDB blocks based ingester (#2676)
* Series limit for Ingester blocks Signed-off-by: Ganesh Vernekar <[email protected]> * Consider validation error as partial error Signed-off-by: Ganesh Vernekar <[email protected]> * Add changelog entry Signed-off-by: Ganesh Vernekar <[email protected]> * Add test cases Signed-off-by: Ganesh Vernekar <[email protected]> * Fix review comments Signed-off-by: Ganesh Vernekar <[email protected]> * Fix review comments Signed-off-by: Ganesh Vernekar <[email protected]>
1 parent b9b3122 commit 1406f60

File tree

6 files changed

+324
-177
lines changed

6 files changed

+324
-177
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
* [ENHANCEMENT] Use separate Cassandra clients and connections for reads and writes. #2666
108108
* [ENHANCEMENT] Add `-cassandra.reconnect-interval` to allow specifying the reconnect interval to a Cassandra server that has been marked `DOWN` by the gocql driver. Also change the default value of the reconnect interval from `60s` to `1s`. #2687
109109
* [ENHANCEMENT] Experimental TSDB: Applied a jitter to the period bucket scans in order to better distribute bucket operations over the time and increase the probability of hitting the shared cache (if configured). #2693
110+
* [ENHANCEMENT] Experimental TSDB: Series limit per user and per metric now work in TSDB blocks. #2676
110111
* [BUGFIX] Ruler: Ensure temporary rule files with special characters are properly mapped and cleaned up. #2506
111112
* [BUGFIX] Fixes #2411, Ensure requests are properly routed to the prometheus api embedded in the query if `-server.path-prefix` is set. #2372
112113
* [BUGFIX] Experimental TSDB: fixed chunk data corruption when querying back series using the experimental blocks storage. #2400

0 commit comments

Comments
 (0)