-
Notifications
You must be signed in to change notification settings - Fork 256
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 parameter for dashboard AutoRefresh value #4012
Comments
@imrehg thanks for reporting this. we will look into how we can support this. |
seems like a great idea to me -- thanks @imrehg |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any news on this? (prompted by StaleBot to re-ask, since the original feedback was positive) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Again I just wonder if there are any news on this? (prompted by StaleBot to re-ask, since the original feedback was positive). Or should I just look in the code where to possibly add this feature? Any comments/feedback on that (should/should not, if should, any advice) |
@imrehg This is done. Here is how it works:
Keep in mind that this new feature does not apply to Hosts, Data Explorer, and the Cell Editor--query parameter for refresh will do nothing in them. |
Now the AutoRefresh value is switched to "paused" (since #3401), and don't seem to have a query parameter to set it to anything else. This makes it more difficult, to e.g. use a dashboard in a "kiosk" setting, when there's no input tools to change that value. On the other hand, the displayed time interval is set by a query parameter (such as
?lower=now%28%29%20-%2012h
for "Past 12h"). Would be good to add a value so that a dashboard view could be properly shared by the URL alone.The text was updated successfully, but these errors were encountered: