Skip to content
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

Switch to ActivityTraceId and ActivitySpanId (from .NET) #136

Merged

Conversation

lmolkova
Copy link

@lmolkova lmolkova commented Jul 6, 2019

Fix #59 and clean implementation of #128 part 1 (first step to support .NEt activities)

This change removes TraceId, SpanId, traceOptions. TraceOptionsBuilder, IRandomGenerator (and impl) and Array utils.

It uses ActivityTraceId, ActivitySpanId and ActivityTraceFlags from System.Diagnostics.DiagnosticSource instead.

Depends on #133 - do not merge

@lmolkova lmolkova changed the title Switch to ActivityTraceId and ActivitySpanId (from .NET) [Do not merge] Switch to ActivityTraceId and ActivitySpanId (from .NET) Jul 6, 2019
@lmolkova lmolkova force-pushed the SwitchToActivityTraceIdSpanId branch from 4ee86d5 to 3a30835 Compare July 6, 2019 02:28
@lmolkova lmolkova changed the title [Do not merge] Switch to ActivityTraceId and ActivitySpanId (from .NET) Switch to ActivityTraceId and ActivitySpanId (from .NET) Jul 9, 2019
@lmolkova lmolkova force-pushed the SwitchToActivityTraceIdSpanId branch from 6f9684d to fa4ed40 Compare July 9, 2019 20:46
@lmolkova
Copy link
Author

lmolkova commented Jul 9, 2019

@SergeyKanzhelev @austinlparker @discostu105 please review.

@lmolkova lmolkova mentioned this pull request Jul 9, 2019
@lmolkova lmolkova force-pushed the SwitchToActivityTraceIdSpanId branch from fa4ed40 to e755432 Compare July 11, 2019 00:34
@lmolkova
Copy link
Author

@SergeyKanzhelev @austinlparker @discostu105 please review, this is ready

@lmolkova
Copy link
Author

@lmolkova lmolkova merged commit 9523c31 into open-telemetry:master Jul 11, 2019
@lmolkova lmolkova deleted the SwitchToActivityTraceIdSpanId branch December 19, 2019 05:35
Yun-Ting pushed a commit to Yun-Ting/opentelemetry-dotnet that referenced this pull request Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: Use TraceId and SpanId from System.Diagnostics.DiagnosticSource
2 participants