elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
384 stars 114 forks source link

Looking for features like ThreadDump and HeapDump in Elastic APM tool #506

Open pburad opened 3 years ago

pburad commented 3 years ago

Description - We are looking for features like generating ThreadDump/HeapDump in Elastic APM tool

Solution - Requesting Elastic team to provide a feature using which we can take ThreadDump/HeapDump at any given point of time

Alternative - Using jmap, jcmd, jstat commands using CLI, Directly providing the JVM ARG +XX-HeapDumpOnOutOfMemory, Using JProfiler etc.

Context - To get a snapshot of the objects running in a thread and to get the information on java heap which contains the low-level details about object and classes allocated. This would help us to find out the root-cause and troubleshoot any anomalies.

Thanks.