Track JVM memory usage after GC #2900
Labels
[label deprecated] triaged-accepted
[label deprecated] Issue triaged and accepted by OTel community, can proceed with creating a PR
spec:metrics
Related to the specification/metrics directory
In talking about JVM gc metrics, the java SIG has concluded that it would be valuable to track memory usage after garbage collection. Discussion available here.
The JVM provides access to determine the memory usage by different memory pools as of the most recent garbage collection event. By recording this, we can analyze it over time to see if there is:
The text was updated successfully, but these errors were encountered: