-
Notifications
You must be signed in to change notification settings - Fork 27
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
Supply fixed now to datemath caluclations #981
Supply fixed now to datemath caluclations #981
Conversation
Hmm. Can't really merge this until there is a new version of grafana.data released, unfortunately this was not included in 11.4 released just a few days ago. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just import it with a tsignore , but you need a fall back to use the date math.parse if the scenes lib is used in a older version of Grafana that does not have this function
…the calculation of to and from to help issues
🚀 PR was released in |
evaluateTimeRange uses dateMath.parse that is not deterministic. Sometimes the clock tics over to the next millisecond between calculating
to
andfrom
. This makes the timerangenow-24 to now
be 86400001ms instead of 86400000ms (24 hours and one millisecond)Requires grafana/grafana#97151