Extension Instrumentation Class not found #6598
Answered
by
laurit
anuragagarwal561994
asked this question in
Q&A
-
Hello I have been trying to additional instrumentation using the extension API but in my Advice method I am not able to use any Singletons. I tried different mechanisms and I always get class not found in AppLoader |
Beta Was this translation helpful? Give feedback.
Answered by
laurit
Sep 13, 2022
Replies: 1 comment 1 reply
-
Perhaps you forgot to implemented |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anuragagarwal561994
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps you forgot to implemented
isHelperClass
in your instrumentation module https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/contributing/writing-instrumentation-module.md#tell-the-agent-which-classes-are-a-part-of-the-instrumentation-by-overriding-the-ishelperclass-method