You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
I'm trying to create a graph panel with the current (not 7.0) grafonnet lib. The panel should have a "min step" of 120, and according to #76, this is called interval in grafonnet. However, when I set interval, I can still create the panel, but it doesn't fetch data at all.
If I then remove the "min step" in the GUI, the query is executed as expected. I can then add the same value again for "min step", and it still works.
Am I doing something wrong? Is there a workaround that does not involve manual work?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to create a graph panel with the current (not 7.0) grafonnet lib. The panel should have a "min step" of
120
, and according to #76, this is calledinterval
in grafonnet. However, when I setinterval
, I can still create the panel, but it doesn't fetch data at all.If I then remove the "min step" in the GUI, the query is executed as expected. I can then add the same value again for "min step", and it still works.
Am I doing something wrong? Is there a workaround that does not involve manual work?
The text was updated successfully, but these errors were encountered: