-
Notifications
You must be signed in to change notification settings - Fork 65
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
Grafanas show empty due to how variables are refreshed #3237
Comments
I ran into this ~2 minutes ago and didn't understand what was going on! Thanks for helping me understand this related to a grafana query issue! |
Temporary fix is:
|
This is a hub response summary for a lot of different hubs. I think it could be relevant to increase the request from 10m as we have now (0.01 or 1%) to something a bit more, like 50m. But what we have now seems to not cause major trouble. The Inactive hubs are typically idling at 10m. |
Currently, on latest grafana, the dashboards will currently show 'no data' because the `$hub` variable is not set correctly (see 2i2c-org/infrastructure#3237 for details). The longer term solution to this is: 1. Move away from the deprecated graphPanel to timeseries objects for panel 2. jupyterhub#89 Both of these are being undertaken in jupyterhub#90, but in the meantime, this PR implements [this workaround](jupyterhub#90) so end users can at least see data.
I've opened jupyterhub/grafana-dashboards#91 which will implement the latest workaround for all hubs so we don't end up with 'no data' |
This PR has been deployed on the openscapes hub and tested. |
PR merged upstream, re-deploying grafana dashboards via https://github.com/2i2c-org/infrastructure/actions/runs/6573134344 |
jupyterhub/grafana-dashboards#100 was a follow up PR that was needed |
Currently, on latest grafana, the dashboards will currently show 'no data' because the `$hub` variable is not set correctly (see 2i2c-org/infrastructure#3237 for details). The longer term solution to this is: 1. Move away from the deprecated graphPanel to timeseries objects for panel 2. jupyterhub#89 Both of these are being undertaken in jupyterhub#90, but in the meantime, this PR implements [this workaround](jupyterhub#90) so end users can at least see data.
A lot of Grafana dashbaords are currently showing 'no data'
But the data is there, the problem is how variables are refreshed. Particularly the $hub variable. Even though on the top left it says 'All' that's not actually true.
Note that the dropdown doesn't actually contain any actual values.
If you go to settings -> variables ->
$hub
and scroll down, you'll see it's empty:And selecting
Run query
does not help either with refreshing the list of variables.The text was updated successfully, but these errors were encountered: