Closed tmackenzie closed 6 years ago
When a request enters the entry servlet add a fishtag with thread context.
When a request enters otter then check for a trace id header, X-Correlation-ID, and add it to the thread context.
X-Correlation-ID
wont fix, implementing apps should implement this.
When a request enters the entry servlet add a fishtag with thread context.
When a request enters otter then check for a trace id header,
X-Correlation-ID
, and add it to the thread context.