-
Enhancement
-
Resolution: Unresolved
-
P5
-
None
-
None
When viewing events in the Events Browser, the column order doesn't always matchup with the order of the attributes listed in metadata.xml
For example, if I'm looking at jfr.JavaThreadStatistics I'm expecting: startTime, activeCount, daemonCount, accumulatedCount, and peakCount. But the order in JMC is startTime, accumulatedCount, activeCount, daemonCount, and peakCount.