Uses of Interface
org.glowroot.agent.plugin.api.QueryEntry
-
Uses of QueryEntry in org.glowroot.agent.plugin.api
Modifier and TypeInterfaceDescriptioninterface
AnAsyncTraceEntry
that also captures query data for aggregation.Modifier and TypeMethodDescriptionThreadContext.startQueryEntry
(String queryType, String queryText, long queryExecutionCount, QueryMessageSupplier queryMessageSupplier, TimerName timerName) ThreadContext.startQueryEntry
(String queryType, String queryText, QueryMessageSupplier queryMessageSupplier, TimerName timerName) QueryEntry
is a specialized type ofTraceEntry
that is aggregated by its query text.