Class ObjectAllocationInNewTlabHandler

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

public final class ObjectAllocationInNewTlabHandler extends Object implements RecordedEventHandler
This class handles TLAB allocation JFR events, and delegates them to the actual per-thread aggregators

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