You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should define an independent variable to represent the Quantile for factorLatency while not use c.Threshold,where c.Threshold should be the latency value?
As I understand, for hist.LatencyAtQuantile should accept a meaningful value between 0 and 100, and returns the latency value(l.Nanoseconds()/int64(time.Millisecond)) of a quantile, then if the value large than the threshold, should tripped.
For example, if I want it to be tripped when 90% latency > 300 milliseconds, but if I set the Threshold to 300, then the result will be 100% latency > 300milliseconds, which is not what I want.
Your logic sounds correct, yeah. Will let @dannav chime in when he has a chance too, he understands the implications a little better than I do (off-hand, anyway).
I think we should define an independent variable to represent the Quantile for factorLatency while not use c.Threshold,where c.Threshold should be the latency value?
The text was updated successfully, but these errors were encountered: