-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actual class names of spring boot application are wrapped by SpringSchedulingRunnablewrapper
#6103
Comments
Hi @vasireddy99 . The way that the Spring Scheduling instrumentation works is by wrapping If the Spring Scheduling instrumentation is getting in the way and causing problems, you should be able to disable it by passing |
As @breedx-splk mentioned this is because we wrap the |
If that list in the screenshot is created within the schedule methods, though, the same problem would exist right? |
Yes, but I find it unlikely that it is filled there. |
Describe the bug
When using OTEL with Spring boot app, spring boot admin console wraps all actual classes with
io.opentelemetry.javaagent.instrumentation.spring.scheduling.SpringSchedulingRunnablewrapper
.What did you expect to see?
It is expected to to see the actual classes and not to have the above wrapper as shown in the image.
What version are you using?
v1.14.0
The text was updated successfully, but these errors were encountered: