Class RequestTraceSpanStore


  • @Service
    @Singleton
    public class RequestTraceSpanStore
    extends Object
    Since:
    4.1.1.163
    Author:
    mertcaliskan Stores all request events in a thread local that are being traced. The start of the trace is marked with 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.