WithSpan usage in the context of asynchronous GRPC calls #5708
Unanswered
itsmaneesh
asked this question in
Q&A
Replies: 1 comment 2 replies
-
hi @itsmaneesh, just want to first check why the spans produced by grpc auto-instrumentation are not sufficient for your use case? |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi team,
I have a requirement to use async (future) stub type to make non-blocking calls to GRPC server. In order to have a custom span in this non-blocking calls case, I can use @WIthSpan annotation. But, I wanted to understand whether @WithSpan is able to handle the async calls in maintaining the Context.? If so, how it is being handle (any pointers to the documentation / explanation will be great).
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions