Open
Description
Is your feature request related to a problem? Please describe.
Current jetty instrumentation cannot handle the situation of thread multiplexing provided by "Jetty Coninuation", thousands of requests will have a same traceId which is irrational.
Describe the solution you'd like
What I need is each request have it's own traceId in the situation of context switches and multiplexing.
Additional context
About "Jetty Coninuaton" please refer to this link: Jetty Coninuaton
An Q&A already created before, you can see the discussion. #3094