public interface InternalTracer
Modifier and Type | Method and Description |
---|---|
void |
addScopeListener(Runnable afterScopeActivatedCallback,
Runnable afterScopeClosedCallback)
Attach callbacks to the global scope manager.
|
void |
flush() |
void |
flushMetrics() |
DataStreamsCheckpointer |
getDataStreamsCheckpointer()
Return the global instance of the DataStreams checkpointer.
|
Profiling |
getProfilingContext() |
TraceSegment |
getTraceSegment() |
void addScopeListener(Runnable afterScopeActivatedCallback, Runnable afterScopeClosedCallback)
afterScopeActivatedCallback
- Callback on scope activation.afterScopeClosedCallback
- Callback on scope close.void flush()
void flushMetrics()
Profiling getProfilingContext()
TraceSegment getTraceSegment()
DataStreamsCheckpointer getDataStreamsCheckpointer()