opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
Use context instead of request attributes for servlet async instrumentation
Hopefully resolves https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/13455 Keep async request handling state in context instead of using request attributes to avoid user application getting confused by these attributes.
@123liuziming could you verify whether this helps in your case
@123liuziming could you verify whether this helps in your case
It works, thanks!