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
The ExperimentalConfig contains config properties that are not supposed to be used in library instrumentations; they're meant to be consumed by the javaagent ones. We should move the class to the javaagent-instrumentation-api module and hide it from the library instrumentations.
(I'm starting to wonder if we should do the same thing for Config too, since it's not meant to be used by library instrumentations)
The
ExperimentalConfig
contains config properties that are not supposed to be used in library instrumentations; they're meant to be consumed by the javaagent ones. We should move the class to thejavaagent-instrumentation-api
module and hide it from the library instrumentations.(I'm starting to wonder if we should do the same thing for
Config
too, since it's not meant to be used by library instrumentations)Additional context
Inspired by #4235 and https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/4237/files#diff-4801c9b77f266ab53ec0831d7b40ec3ab819faa1abfc685ac9897f460bd3292a
The text was updated successfully, but these errors were encountered: