I found a similar question around here, but it doesn't seem to tackle my issue precisely.
I need a query that would allow me to show http_server_requests_seconds_count for a given time frame.
For example, I now use a:
sum(http_server_requests_seconds_count{namespace="XXX"}) by (uri, status)
(Namespace contains a certain name, I just "hid" it with X's).
What I now see is just a sum of those requests in total. I'd like to be able to see them divided into time frames - how many were there around 11am, how many were there around 7pm and so on.
I tried to achieve it using increase() function, but it seems to hardly change a thing.
Any ideas?
question from:
https://stackoverflow.com/questions/66063340/can-i-create-a-promql-query-in-grafana-to-set-the-metric-to-show-values-accordin 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…