@Service @Singleton public class RequestTraceSpanStore extends Object
EventType.TRACE_START and the end of the trace is marked with EventType#TRACE_END.
All the request events placed in between are marked with a conversation id, which is the id of request event with type EventType.TRACE_START.| Constructor and Description |
|---|
RequestTraceSpanStore() |
| Modifier and Type | Method and Description |
|---|---|
RequestTrace |
getTrace()
Returns the full trace
|
Iterable<Map.Entry<Thread,RequestTrace>> |
getTraces() |
public Iterable<Map.Entry<Thread,RequestTrace>> getTraces()
public RequestTrace getTrace()
Copyright © 2019. All rights reserved.