On Tuesday, 21 April 2020 10:26:47 UTC+1, Yagyansh S. Kumar wrote: > > If I want to see the number of requests that increased on let say 17th > April. How to approach that? > > If querying through the API: choose an instant for your query which is 00:00:00 on 18th April. https://prometheus.io/docs/prometheus/latest/querying/api/#instant-queries
Or do this via your frontend (e.g. Grafana). If you draw increase(haproxy_frontend_http_requests_total[24h]) as a graph, then the value at a given point is for the 24 hour period up to that point. -- 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/16e3a075-a7be-40a8-a601-cc89e7b5b1cf%40googlegroups.com.

