public class TraceService extends Object
| Constructor and Description |
|---|
TraceService(HttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertNoActiveTransactions() |
Trace |
getActiveTrace(int timeout,
TimeUnit unit) |
List<TraceEntry> |
getEntries(String traceId) |
Trace |
getLastTrace() |
ProfileNode |
getProfile(String traceId) |
InputStream |
getTraceExport(String traceId) |
List<Trace> |
getTraces(TraceQuery query) |
public TraceService(HttpClient httpClient)
public InputStream getTraceExport(String traceId) throws Exception
Exception@Nullable public Trace getActiveTrace(int timeout, TimeUnit unit) throws Exception
Exceptionpublic List<Trace> getTraces(TraceQuery query) throws Exception
Exceptionpublic List<TraceEntry> getEntries(String traceId) throws Exception
Exceptionpublic ProfileNode getProfile(String traceId) throws Exception
ExceptionCopyright © 2011–2015 Glowroot contributors. All rights reserved.