Hello
I'd like to display the 95% percentile of the transaction duration. Any hint how I can do this?
This is my current search.
host=server1 | rename CorrelationId AS CDI | transaction CDI |table CDI duration
Best,
Manuel
could you try doing:
host=server1 | rename CorrelationId AS CDI | transaction CDI|stats perc95(duration)