-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Support W3C format for distributed trace context propagation #5925
Comments
Please consider the case of "multiple" tracecontext users/providers in one process. This will be the use-case for the Dynatrace .NET Agent. Challenge:
I see these problems:
Add OpenCensus, OpenTracing into the mix. Who controls id's and who ultimately writes HTTP headers? |
Epic #8924 |
Fixed with #8495, dotnet/corefx#35882, dotnet/corefx#33207 |
@SergeyKanzhelev as far as you know, is there further work needed in ASP.NET Core here? (Catching up on stuff, sorry if this has been discussed before :)) (cc @glennc) |
@anurse there are other issues for different aspects of distributed tracing. This issue is OK to close. |
Thanks @SergeyKanzhelev ! |
@davidfowl Here the issue with the question from @discostu105 I was mentioning today during our conversation in the NDC workshop. |
Motivation
Support extraction and injection of distributed tracing context in a format of W3C headers.
Support for new headers in ASP.NET depend on support for
tracestate
collection inActivity
class ofDiagnosticsSource
.CC: @seth-capistron, @vancem, @jacpull, @lmolkova, @glennc, @davidfowl
The text was updated successfully, but these errors were encountered: