java.lang.Object
io.opentelemetry.instrumentation.runtimemetrics.java17.internal.memory.ParallelHeapSummaryHandler
All Implemented Interfaces:
RecordedEventHandler, AutoCloseable, Consumer<RecordedEvent>, Predicate<RecordedEvent>

public final class ParallelHeapSummaryHandler extends Object implements RecordedEventHandler
This class handles G1HeapSummary JFR events. For GC purposes they come in pairs. Basic heap values are sourced from GCHeapSummary - this is young generational details

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.