-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concatenation of trace context for asynchronous requests in different goroutine #15
Comments
Hi @CoderPoet happy to hear that you like this project! 😄 It should be finished in the next couple of weeks, stay tuned :) |
Hi @CoderPoet. |
Whether the |
eg. In the go1.20 version, will there be problems with the memory GC of the header slice with |
Hi @CoderPoet |
@edeNFed Another problem is how to communicate the context in the process, adding it without integrating any otel SDK. For example, function A calls function B |
Feature request
This repo is the best idea I've seen recently !!!
Will consider supporting the scenario of starting a new goroutine for asynchronous client requests ?
In this scenario, is it impossible to connect the trace context through the goroutine context map ?
The text was updated successfully, but these errors were encountered: