Replies: 2 comments 1 reply
-
Transferring this over to the instrumentation project.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Nisha-sahu, The spring batch instrumentation is still turned off by default because of a lack of semantic conventions for batch jobs (they're still under discussion), it's treated as an "experimental" instrumentation. You can enable it by passing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As per the release notes, auto instrumentation is supported for spring batch 3+ but we cannot see any traces related to jobs and tasklets.
Tried adding the dependency in gradle build file as below
implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-spring-batch-3.0:0.16.0'
Please suggest if something else needs to be done.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions