Closed 1095071913 closed 3 months ago
@laurit Can you help me look at this problem
By default certain classes are excluded from instrumentation. Have a look at https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/2a35b8d7594374bcc2ee122fc2fe58760f93b617/javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/ignore/AdditionalLibraryIgnoredTypesConfigurer.java#L82 You can override this by calling allowClass
in your own IgnoredTypesConfigurer
.
By default certain classes are excluded from instrumentation. Have a look at
You can override this by calling
allowClass
in your ownIgnoredTypesConfigurer
.
Thank you for your help, it has been solved through your program
Describe the bug
TypeInstrumentation why cannot SpringBoot RedisOperations. ConvertAndSend to intercept
agent code:
springboot demo:
maven:
What should I do to intercept
Steps to reproduce
TypeInstrumentation why cannot SpringBoot RedisOperations. ConvertAndSend to intercept
Expected behavior
success
Actual behavior
error
Javaagent or library instrumentation version
https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.4.0
Environment
JDK: OS:
Additional context
No response