We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanos, Prometheus and Golang version used:
Main Branch
Anything else we need to know:
The current series limit simply takes the sum of matched postings counts from blocks. Maybe we should count unique series for a better user experience
Thanos implementaion:
thanos/pkg/store/bucket.go
Lines 1179 to 1182 in 4a84785
Cortex implementation:
https://github.com/cortexproject/cortex/blob/bb59466bcc2e4967c6b245407c539512e009e066/pkg/util/limiter/query_limiter.go#L69-L90
The text was updated successfully, but these errors were encountered:
+1 to the proposal. The implementation doesn't look like too hard but need proper benchmark to understand the performance impact.
Sorry, something went wrong.
No branches or pull requests
Thanos, Prometheus and Golang version used:
Main Branch
Anything else we need to know:
The current series limit simply takes the sum of matched postings counts from blocks. Maybe we should count unique series for a better user experience
Thanos implementaion:
thanos/pkg/store/bucket.go
Lines 1179 to 1182 in 4a84785
Cortex implementation:
https://github.com/cortexproject/cortex/blob/bb59466bcc2e4967c6b245407c539512e009e066/pkg/util/limiter/query_limiter.go#L69-L90
The text was updated successfully, but these errors were encountered: