0
votes

Is there a way for me to track garbage collection of my Java application using Elastic APM and the associated Java APM agent?

I'm using Spring Boot, if that makes a difference.

Out-of-the-box I'm able to see the heap and non-heap memory utilization, but I'm not sure if there is also a way to view garbage collection.

2

2 Answers

0
votes

The JVM GC metrics tracked right now are jvm.gc.alloc, jvm.gc.time, and jvm.gc.count.

If you are looking for additional ones, which ones would those be? And could you open an issue with the details.