-
full config is here
acording to this doc https://opentelemetry.io/docs/instrumentation/java/automatic/agent-config/ The section Enable manual instrumentation only it's should only Export span with @Withspan annotation But it's seems like export nothing when set it to true is working fine but after setting to false is not working anymore and there is no exception. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @chawol , Can you prepare a repro scenario for your issue? A small app that shows the bug you're struggling with |
Beta Was this translation helpful? Give feedback.
-
Sorry , I figure out the problem |
Beta Was this translation helpful? Give feedback.
Sorry , I figure out the problem
Due to I use the wrong Annotation from Package io.opentelemetry.extension.annotations.WithSpan