Package | Description |
---|---|
org.glowroot.agent.plugin.api |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncQueryEntry
An
AsyncTraceEntry that also captures query data for aggregation. |
interface |
AsyncTraceEntry
See
ThreadContext.startAsyncTraceEntry(MessageSupplier, TimerName) for how to create and
use TraceEntry instances. |
interface |
QueryEntry
A
TraceEntry that also captures query data for aggregation. |
Modifier and Type | Method and Description |
---|---|
TraceEntry |
AuxThreadContext.start() |
TraceEntry |
AuxThreadContext.startAndMarkAsyncTransactionComplete() |
TraceEntry |
ThreadContext.startServiceCallEntry(String type,
String text,
MessageSupplier messageSupplier,
TimerName timerName) |
TraceEntry |
ThreadContext.startTraceEntry(MessageSupplier messageSupplier,
TimerName timerName)
Creates and starts a trace entry with the given
messageSupplier . |
TraceEntry |
OptionalThreadContext.startTransaction(String transactionType,
String transactionName,
MessageSupplier messageSupplier,
TimerName timerName)
If there is no active transaction, a new transaction is started.
|
Copyright © 2011–2017 Glowroot contributors. All rights reserved.