-
|
I added a new instrumentation module,but the instrumented server or library jar isn't available in any public Maven repository,so I reate a module with stub classes that define only the methods that I need to write the instrumentation.I follow the Instrumenting code that is not available as a Maven dependency content create a Now I commented |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Try adding |
Beta Was this translation helpful? Give feedback.
Try adding
@SuppressWarnings("MemberName")to the class. After that you'll probably get the next error from checkstyle, that you can suppress withopentelemetry-java-instrumentation/instrumentation/liberty/compile-stub/build.gradle.kts
Lines 11 to 15 in dc523cf