Hello everyone! I need the evaluation interval to be a multiple of 30 minutes, for example 00:00:00, 00:30:00, 01:00:00 and so on. Now I use Grafana v11.4.0-pre (1c60d51905)
However, in Grafana v10.1.4 (a676a96d91) the time was rounded exactly as I needed. Please help me find a way to round the time to even intervals relative to the specified interval.
Grafana v11.4.0-pre:
Grafana v10.1.4:
That’s a feature and that’s not configurable. It’s there from 10.4
1 Like
Thank you very much for your answer!
Please tell me how to set it up in my situation. If I have forecast data for half an hour at points 12:01, 12:31, 13:01 and so on, and I accumulate current data in a half-hour period and output a point every 30 minutes, for example at 12:00, 12:30, 13:00 and so on. And then I compare the last two points (forecast for 12:31, fact for 12:30) the forecast is 1 minute later, so that the alert has time to work and the forecast point is correct. But now, when in the new version my interval can be off by 5, 2 or 9 minutes, how can I output forecast points for comparison? What can be done about this, any thoughts?
I don’t know. I commented fact, why Grafana is doing that and why it makes sense.
1 Like
It seems to have worked! Thanks!