You can prove whether or not there are multiple data points in the 1m 
window by looking at the raw samples.

In the UI: go to the PromQL expression browser in the web interface, select 
"Console" tab, and enter

metric_name{instance="foo"}[1m]

as the query.  It will show you the raw stored samples, with exact stored 
timestamps.

In this example, my scrape interval is 15 seconds:



You can do this via the API too.  I think you send a normal query (rather 
than a range query), but with a range vector as the PromQL expression.

-- 
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/05e4d98c-b602-4954-9087-ca97d1370b56o%40googlegroups.com.

Reply via email to