* 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> |
||
---|---|---|
.. | ||
src | ||
javaagent-tooling.gradle |