In https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7447 injected resource is opened with class loader getResourceAsStream. This works only in class loaders where getResourceAsStream delegates to getResource. This is not the case with all class loaders, for example tomcat class loader does not do this. Because of this we also need to instrument class loader getResourceAsStream. |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts |