@WithSpan annotation doesn't seem to work? #3137
Unanswered
stevensim226
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Is the |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
From what I read in this documentation there is a feature to open a a span by just using an annotation.
My code is as follows:
with the method
printTrace()
as followsAnd from what I am using now (JaegerExporter) it only shows the
ping
span, but theprintTrace
span is nowhere to be found.I have also added the java agent for automatic instrumentation (even though I don't think this is required for using the annotation
@WithSpan
)Is there something that I forgot to set?
Beta Was this translation helpful? Give feedback.
All reactions