tokensmith / otter

micro web framework for servlet api 4.0.1
MIT License
5 stars 0 forks source link

Trace requests with thread context #45

Closed tmackenzie closed 6 years ago

tmackenzie commented 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.

tmackenzie commented 6 years ago

wont fix, implementing apps should implement this.