Hi!
I’m using Grafana with Prometheus data source. Is it possible to get the average execution time of the fastest 10 percent server requests? I have tried a few things including the quantile, e.g. http_server_requests_sum{quantile=0.1}, but couldn’t get it working. Anyone has any ideas how to do this?
Thanks.