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
* merge queryable: cache curr series
Signed-off-by: Eugene Ma <eugene.ma@airbnb.com>
* add test to check label set
Signed-off-by: Eugene Ma <eugene.ma@airbnb.com>
* update CHANGELOG
Signed-off-by: Eugene Ma <eugene.ma@airbnb.com>
Co-authored-by: Eugene Ma <eugene.ma@airbnb.com>
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
@@ -48,6 +48,7 @@
48
48
*[ENHANCEMENT] New options `-server.http-listen-network` and `-server.grpc-listen-network` allow binding as 'tcp4' or 'tcp6'. #4462
49
49
*[ENHANCEMENT] Rulers: Using shuffle sharding subring on GetRules API. #4466
50
50
*[ENHANCEMENT] Support memcached auto-discovery via `auto-discovery` flag, introduced by thanos in https://github.com/thanos-io/thanos/pull/4487. Both AWS and Google Cloud memcached service support auto-discovery, which returns a list of nodes of the memcached cluster. #4412
51
+
*[ENHANCEMENT] Query federation: improve performance in MergeQueryable by memoizing labels. #4502
51
52
*[BUGFIX] Fixes a panic in the query-tee when comparing result. #4465
52
53
*[BUGFIX] Frontend: Fixes @ modifier functions (start/end) when splitting queries by time. #4464
53
54
*[BUGFIX] Compactor: compactor will no longer try to compact blocks that are already marked for deletion. Previously compactor would consider blocks marked for deletion within `-compactor.deletion-delay / 2` period as eligible for compaction. #4328
0 commit comments