Hi Team,

I am new to Prometheus and recently configured NGINX logs storage into 
prometheus via few recording rules. One of the rule is below where I am 
recording API-response-time average. I am using Grafana to see the graphs.

  - record: node_api:request_time:avg_
    expr: avg by (host, request) (nginx_access_log_request_time{request =~ 
"/api.*"})

Now I want to know the 'average API response time for 95% request' which I 
guess is 95percentile.

Could you please help me in making promQL query to achieve this?

Thanks a lot in advance for help.

regards,
Nitin

-- 
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/fb939073-2cf5-4287-a621-76a337513264%40googlegroups.com.

Reply via email to