opentelemetry-java-instrume.../javaagent-tooling
Pavol Loffay d197748bd9
Add package prefix to classloader ignore matcher (#1813)
* Add package prefix to classloader ignore matcher

OTEL agent already ignores other agent's classes by package prefix.
However agets also use non-shaded classes (usually present in agent classloader),
these classes are not excluded by package prefix and have to be excluded
by classloader. One example is Okhttp client used by DataDog agent.

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* fix review comments

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* Fix checkstyle

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
2020-12-09 23:12:20 +02:00
..
src Add package prefix to classloader ignore matcher (#1813) 2020-12-09 23:12:20 +02:00
javaagent-tooling.gradle Use sdk-extensions/resources in the agent (#1809) 2020-12-01 16:03:51 -08:00