opentelemetry-java-instrume.../instrumentation/internal/internal-class-loader/javaagent
Lauri Tulmin fe540eaad2
Resource injection for class loader getResourceAsStream (#7476)
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.
2023-01-02 11:01:00 +01:00
..
src Resource injection for class loader getResourceAsStream (#7476) 2023-01-02 11:01:00 +01:00
build.gradle.kts Format kotlin gradle files (#3942) 2021-08-25 13:43:57 +09:00