Skip to content
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

Debounce timerange setting changes #406

Open
juliusv opened this Issue Oct 6, 2014 · 1 comment

Comments

Projects
None yet
3 participants
@juliusv
Copy link
Member

juliusv commented Oct 6, 2014

After pressing any of the buttons that cause timerange changes, we should wait a short amount of time before updating the graph. That way, if the user presses the button multiple times, we don't load every intermediate result immediately.

@juliusv juliusv added the enhancement label Oct 6, 2014

@brian-brazil

This comment has been minimized.

Copy link
Member

brian-brazil commented Oct 6, 2014

The way I did this on a different UI was only to allow one request to be in progress at a time, and wait for the result to come back (and discarded) before sending of the newest request.

This approach helps avoid thundering herd.

@fabxc fabxc added kind/enhancement and removed enhancement labels Apr 28, 2016

simonpasquier pushed a commit to simonpasquier/prometheus that referenced this issue Oct 12, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.