| Interface | Description |
|---|---|
| AsyncQueryEntry |
An
AsyncTraceEntry that also captures query data for aggregation. |
| AsyncTraceEntry |
See
ThreadContext.startAsyncTraceEntry(MessageSupplier, TimerName) for how to create and
use TraceEntry instances. |
| AuxThreadContext | |
| Logger |
Very thin wrapper around SLF4J so plugins don't have to worry about SLF4J shading.
|
| OptionalThreadContext | |
| QueryEntry |
A
TraceEntry that also captures query data for aggregation. |
| ThreadContext | |
| ThreadContext.Priority | |
| Timer |
See
ThreadContext.startTimer(TimerName) for how to retrieve and use Timer
instances. |
| TimerName |
See
Agent.getTimerName(Class) for how to retrieve and use TimerName instances. |
| TraceEntry |
See
ThreadContext.startTraceEntry(MessageSupplier, TimerName) for how to create and use
TraceEntry instances. |
| Class | Description |
|---|---|
| Agent | |
| Message | |
| MessageSupplier |
A (lazy) supplier of
Message instances. |
| QueryMessage | |
| QueryMessageSupplier |
A (lazy) supplier of
QueryMessage instances. |
Copyright © 2011–2017 Glowroot contributors. All rights reserved.