#Grafana data points issue:

1 messages · Page 1 of 1 (latest)

spark cipher
#

https://github.com/grafana/grafana/issues/113263
Does anyone have the same issue?
Does Grafana automatically aggregate or average the data (for example, into 5-minute intervals) when showing longer time ranges?
Can we set the query options interval to a fixed value like 1m?

GitHub

What happened? When I extend the time range in Grafana, I notice an upward trend in the graph. As image shows, upward trend stop on 10/24 3:00 However, when I zoom in to a shorter time range, the d...

sharp crag
#

@spark cipher when visualizing time ranges in Grafana, Grafana selects one data point per step size. This step size differs depending on time range selection and graph size in UI. You can try changing Min step param in time series panels but that is very tricky to get it right for different time ranges.

spark cipher
#

@sharp crag Can I set the Max Points to a biger value and it can change the interval to shorter time?

sharp crag
#

Max points is controlled via panel size.

spark cipher
sharp crag
#

You can check step size in network tool. Query interval 5 minute is different to step size

spark cipher
sharp crag
#

For a time series, This is what I have in my notes. This is a for a specific size of time range panel.

sharp crag
spark cipher
sharp crag
#

My understanding is it's the first or last point picked in the step size.

spark cipher
#

Thanks Rahul!!!
Seems to be a heavily requested issue