the http api called by grafana is showing data that is hard to explain. 
step size sent from grafana is 15 seconds.

i only have two points in underlying time series data:
10:01:14   5.5
10:31:30.  10.4

when I query a time range (query_range) inclusive of these points, I get 
two 5 min batches rounded to nearest minute. Each batch has points 
separated by 15 seconds.
10:01:00  5.5
10:01:15  5.5
10:01:30  5.5
...
10:05:00  5.5

10:31:00  10.4
10:31:15  10.4
10:31:30  10.4
..
10:36:00   10.4


Can you please explain the 5 minute batch?
Is there a way to plot the actual data points in grafana?



-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/12a6bd8a-778b-4d47-9672-eedf81517236o%40googlegroups.com.

Reply via email to