Java thread list

@felixbarny Using APM Java agent can we collect thread list at host level and some basic info (cpu time/user time) for each thread like java melody provides?

Not out of the box but you could use the JMX configuration to collect these metrics: https://www.elastic.co/guide/en/apm/agent/java/current/config-jmx.html

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.