You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instrumentation-api module can be added to an application classpath, e.g. for library instrumentations. This will result in different ContextKey instances e.g. io.opentelemetry.instrumentation.api.servlet.ServerSpanNaming#CONTEXT_KEY. For them to work correctly with the agent, they probably has to be bridged or something.
The text was updated successfully, but these errors were encountered:
instrumentation-api
module can be added to an application classpath, e.g. for library instrumentations. This will result in differentContextKey
instances e.g.io.opentelemetry.instrumentation.api.servlet.ServerSpanNaming#CONTEXT_KEY
. For them to work correctly with the agent, they probably has to be bridged or something.The text was updated successfully, but these errors were encountered: