-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
query: error in #1904 - /series with SkipChunks not use start/end args. #2011
Comments
Thanks for the report! At first glance, it seems like the problem is here: https://github.com/thanos-io/thanos/pull/1904/files#diff-83652b446ecd7da3f50669bd4a6d44baR664-R667 - |
Thanks for the report. I will send a fix ASAP |
I think you are right! Thanks! I need to test it locally first |
@yeya24 let me know if you need any help. It would be nice to release |
This should be fixed, we will be releasing 0.10.1 with this. |
cc @GiedriusS |
Thanos, Prometheus and Golang version used:
thanos v0.10.0 with #1904
Object Storage Provider:
What happened:
/series return all data (not considering selected time range in Grafana)
What you expected to happen:
Return data only in selected time range
How to reproduce it (as minimally and precisely as possible):
Request /series to prometheus with start/end args and compare with same request to thanos-query
Full logs to relevant components:
Anything else we need to know:
I try to set
SkipChunks=false
and get vallid responseThe text was updated successfully, but these errors were encountered: