It depends on which API endpoint 
<https://prometheus.io/docs/prometheus/latest/querying/api/> you're talking 
to.

If you're talking to the 'query' endpoint, and you give a range vector 
query, then you'll get all the actual data points, with the actual 
timestamps at they were scraped, from the specified time range.

If you're talking to the 'query' endpoint, and you give a subquery, then 
the inner query will be sampled at the intervals given in the subquery.

If you're talking to the 'query_range' endpoint, then you give it an 
instant vector query.  This query will be evaluated multiple times, at the 
interval given by the 'step' parameter.

I don't believe "min_step" is part of Prometheus.  (Grafana possibly).

-- 
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/5e7f844c-4240-44f6-b7a6-c82d2b651ac1o%40googlegroups.com.

Reply via email to