What is N95 in serverless metrics?
I finally understand the percentiles (P70, P90, P98) for serverless metrics, but I don't understand what N95 is. Can someone please explain what it is, how its calculated and what the significance of it is?
4 Replies
@Zeke is this something you're able to help with?
if you're talking about requests, it's the 95th percentile
i'm not sure why its n95 and not p95
Yeah its the requests from the metrics API:
So just a bug in the naming, and it should be
p95
like the others and not n95
?
Is that correct @Zeke ?
I am trying to calculate average costs per request.Solution
from what i can see yes