Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
776 views
in Technique[技术] by (71.8m points)

monitoring - Can I create a PromQL query in Grafana to set the metric to show values according to a selected time frame?

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...