JVM Runtime Metrics: Garbage Collection metrics now broken down by Young and Old generations

Change effective on 17 April 2018

The JVM Runtime Metrics feature has been updated to include new data to help you debug your Java applications.

A new chart, Aggregate Garbage Collections, has been added, showing the aggregate number of times that the garbage collector ran during each roll up, broken down by Young and Old generations.

Also, the Aggregate Time Spent in Garbage Collection chart has been updated to include a break down of the aggregate time spent in garbage collection by Young and Old generations.

For more information on how to interpret these new metrics, click here.