Can we generate sapn for all internal calling methods from service #4803
Unanswered
ychaydhari
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have created one controller and called one service method from that controller. This service calls multiple methods But I'm getting traced up to 2 spans only.
After adding the WithSpan annotation I got span for that particular service method but not for all calling methods. Can we generate a span for all calling methods? So it's better to find method latency or if any particular method failed.
Beta Was this translation helpful? Give feedback.
All reactions