>
> Hi all,
>
I’m looking for some help with percentile in Grafana - Prometheus.
I would expect that CPU usage shown by Grafana would match that of the 
Excel calculation =PERCENTILE(B2:B268,0.95).
I used this query *quantile_over_time(0.95, (100 - (avg by (instance) 
(irate(node_cpu_seconds_total{instance=~"$node",mode="idle"}[1m])) * 
100))[$__range:])*
 but it works not true, it returns an instant vector with per-series 
aggregation results 
Please tell me how can I get exactly what I want! 

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Developers" 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-developers/7ba47447-bf3d-4915-b0b4-8db46eb97242%40googlegroups.com.

Reply via email to