Package | Description |
---|---|
org.glowroot.agent.plugin.api |
Modifier and Type | Method and Description |
---|---|
static TimerName |
Agent.getTimerName(Class<?> adviceClass)
Returns the
TimerName instance for the specified adviceClass . |
static TimerName |
Agent.getTimerName(String name) |
Modifier and Type | Method and Description |
---|---|
AsyncQueryEntry |
ThreadContext.startAsyncQueryEntry(String queryType,
String queryText,
QueryMessageSupplier queryMessageSupplier,
TimerName timerName) |
AsyncTraceEntry |
ThreadContext.startAsyncServiceCallEntry(String type,
String text,
MessageSupplier messageSupplier,
TimerName timerName) |
AsyncTraceEntry |
ThreadContext.startAsyncTraceEntry(MessageSupplier messageSupplier,
TimerName timerName) |
QueryEntry |
ThreadContext.startQueryEntry(String queryType,
String queryText,
long queryExecutionCount,
QueryMessageSupplier queryMessageSupplier,
TimerName timerName) |
QueryEntry |
ThreadContext.startQueryEntry(String queryType,
String queryText,
QueryMessageSupplier queryMessageSupplier,
TimerName timerName)
QueryEntry is a specialized type of TraceEntry that is aggregated by its
query text. |
TraceEntry |
ThreadContext.startServiceCallEntry(String type,
String text,
MessageSupplier messageSupplier,
TimerName timerName) |
Timer |
ThreadContext.startTimer(TimerName timerName)
Starts a timer for the specified timer name.
|
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.