when I use range query api to get data point, for example I using step 30s

API return me data like these

 "values": [
                    [
                        1591607520,
                        "2270"
                    ],
                    [
                        1591607550,
                        "2270"
                    ],
                    [
                        1591607580,
                        "2270"
                    ],

for the UNIX timestamp, is that really reflex to scrap time?
since I see some scrape setting 

global:
  scrape_interval: 2m
  scrape_timeout: 2m
  evaluation_interval: 1m


because Prometheus using pull to get metric,  so is there any way I can get 
precise scape UNIX timestamp from API ?

-- 
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/dbbdaff1-f9d2-4e40-a3a8-37c32c2b76a6o%40googlegroups.com.

Reply via email to