I am trying to find the average response time of all the URLs in Grafana,
The below query not returning any data, what am I doing wrong here?
avg by (uri) (rate(http_server_requests_seconds_sum{app_name="$app",
namespace="$namespace", uri!~".*actuator.*|/health|root"}[1m])
/rate(http_server_requests_seconds_count{app_name="$app",
namespace="$namespace", uri!~".*actuator.*|/health|root"}[1m]))
The data is collected via a micrometer.