Configuring Asynchronous Tracing with HTTP in Tokio Runtime - SpanExporter with_tonic vs with_http #2860
Unanswered
antonmithun-work
asked this question in
Q&A
Replies: 1 comment
-
The default behavior of |
Beta Was this translation helpful? Give feedback.
0 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.
-
I've read that gRPC is faster than HTTP, but I have a question about configuring the trace provider with HTTP. Do we need to specify anything specific to ensure that tracing tasks run asynchronously? Specifically, does the following configuration for with_http work asynchronously, or does it operate in a slower synchronous manner? And do we need to explicitly configure it to run within the Tokio runtime on separate threads?
Beta Was this translation helpful? Give feedback.
All reactions