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

public final class G1HeapSummaryHandler 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.