-
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
Frontend stuttering after upgrade to 0.10.0 #2010
Comments
Thanks, can you look on the F12 (console) on chrome? What is introducing the lag in Network tab? |
I do see some "stalled" time for "graph_template.handlebar" >200ms in Chrome. The "stalled" values are <5ms in v0.8.1. |
Hi, do you happen to have large number of metrics with distinct name? |
Hi |
I believe it is a duplicate of #2011 |
I installed v0.10.1 it seems we experience similar performance as with v0.8.1. |
🎉 |
Thanos, Prometheus and Golang version used:
thanos, version 0.10.0 (branch: HEAD, revision: 698c7a9)
build user: circleci@07a502f4439b
build date: 20200113-14:49:31
go version: go1.13.1
Running current 0.10.0 docker image.
Running Prometheus 2.13.1
Object Storage Provider: GCS
What happened:
After upgrade to 0.10.0, we experience :
-freezes and stuttering in the frontend web UI when querying using Chrome
-same behavior in Firefox until the browser actually stops responding.
Querying from Grafana (backend) is working fine.
What you expected to happen:
The web UI to be snappy like when we were using it with 0.8.1.
How to reproduce it (as minimally and precisely as possible):
Upgrade to 0.10.0, run query in the web UI.
The text was updated successfully, but these errors were encountered: