-
Notifications
You must be signed in to change notification settings - Fork 792
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
Dev/twegner/spankindaddition #30
Dev/twegner/spankindaddition #30
Conversation
Merging open-telemetry/opentelemetry-dotnet master
src/OpenTelemetry.Exporter.ApplicationInsights/Implementation/TraceExporterHandler.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.ApplicationInsights/Implementation/TraceExporterHandler.cs
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.Ocagent/Implementation/SpanDataExtentions.cs
Outdated
Show resolved
Hide resolved
src/OpenTelemetry.Exporter.Zipkin/Implementation/TraceExporterHandler.cs
Outdated
Show resolved
Hide resolved
...OpenTelemetry.Exporter.ApplicationInsights.Tests/Implementation/TraceExporterHandlerTests.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also created #31 in the same area. You can address together or as a separate PR
src/OpenTelemetry.Exporter.Ocagent/Implementation/SpanDataExtentions.cs
Outdated
Show resolved
Hide resolved
I will close and re-open so CLA will get applied |
Please sign CLA and update the branch! Thank you! |
@trwegner you used two different e-mails to push commits - one (at)Microsoft and another (at)hotmail. Please use one that you signed CLA with. It should solve the problem |
PR feedback and change Unspecified to Internal to address #31
…egner/opentelemetry-dotnet into dev/twegner/spankindaddition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
Closing to address commits from different identities. Will resubmit once resolved. |
Adding producer and consumer SpanKind to address #8
Only Zipkin exporter currently support for the new values directly, other exportes will map producer to server and consumer to client.
Other changes address #15 and #31