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
Marking this release:after-ga because otel.trace.runtime.context.field.injection is not a recommended setting, and the WeakConcurrentMap-backed InstrumentationContext mostly exists in the rare case where we don't get to do the initial transform on a class and can only do retransform, which limit ability to make any structural changes to the class (e.g. introduce a field for the field-backed InstrumentationContext).
The text was updated successfully, but these errors were encountered:
This doesn't match behavior for field-backed InstrumentationContext which allows storing null value.
You can reproduce this by disabling the field-backed provider:
and running
GrizzlyAsyncHttpClientTest
.Marking this
release:after-ga
becauseotel.trace.runtime.context.field.injection
is not a recommended setting, and the WeakConcurrentMap-backed InstrumentationContext mostly exists in the rare case where we don't get to do the initial transform on a class and can only do retransform, which limit ability to make any structural changes to the class (e.g. introduce a field for the field-backed InstrumentationContext).The text was updated successfully, but these errors were encountered: