-
Notifications
You must be signed in to change notification settings - Fork 33
While running stress test I am getting err="the StoreAPI responded with zero metric names" #29
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
Comments
Hello @dmilind, I am wondering whether this relates to the latest change in Thanos or not. What Thanos version are you using? |
@yeya24 HI I am using 0.15.0 version of thanos |
I can reproduce this error now and I think this is caused by pr thanos-io/thanos#2964. I will open a fix pr soon. |
@yeya24 Awesome , thank you. |
Any update on this? |
Umm, I think it just needs another 👁️ to review that pr. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am playing with thanosbench to perform a stress test against thanos components (querier here). What I am doing is,
kubectl run -n monitor --rm -i --tty thanosbench --image=thanosbench:latest --restart=Never -- stress --workers=5 172.18.7.48:10901
172.18.7.48 is the pod IP of thanos querier with 10901 container port for gRPC.
Error Log:
level=info ts=2020-09-14T20:52:09.182957888Z caller=stress.go:108 msg="stress test encountered an error" err="the StoreAPI responded with zero metric names" level=error ts=2020-09-14T20:52:09.183005192Z caller=main.go:114 msg="running command failed" err="the StoreAPI responded with zero metric names" pod "thanosbench" deleted pod monitor/thanosbench terminated (Error)
can anybody help me here what am I missing?
Also if you could explain where and how metrics names are looked by thanosbench, it would help my debugging.
The text was updated successfully, but these errors were encountered: