dist-max
Input Stack:
|
⇨ | Output Stack:
|
Compute the maximum recorded value for timers and distribution summaries. This is a helper for aggregating by the max of the max statistic for the meter.
A manual query would look like:
nf.cluster,foo,:eq, name,http.req.latency,:eq, :and, statistic,max,:eq, :and, :max
Using :dist-max
the query is reduced to:
nf.cluster,foo,:eq, name,http.req.latency,:eq, :and, :dist-max
Before | After |
name,playback.startLatency,:eq | name,playback.startLatency,:eq, :dist-max |