All,
Is it possible to set thresholds in the JFR agents XML file? It doesn't appear to be.
To be clear, I'm talking about the file that looks like this:
<jfragent>
<events>
<event id="...">
</event>
</events>
</jfragent>
I'd like to set a threshold like 10ms, 20ms, etc.
thanks