We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the Spec it is recommended to not expose this functionality publicly, else it should be called NonRecordingSpan.
NonRecordingSpan
For example, in Java we expose this as Span.wrap(SpanContext).
Span.wrap(SpanContext)
The text was updated successfully, but these errors were encountered:
Doesn't Java have this exposed through PropagatedSpan? How is that any different than DefaultSpan?
DefaultSpan
Sorry, something went wrong.
PropagatedSpan is no longer a public class, so the user has to call Span.wrap(SpanContext spanCtx) instead.
PropagatedSpan
Span.wrap(SpanContext spanCtx)
My vote is to rename Default to NonRecordingSpan
lzchen
Successfully merging a pull request may close this issue.
According to the Spec it is recommended to not expose this functionality publicly, else it should be called
NonRecordingSpan
.For example, in Java we expose this as
Span.wrap(SpanContext)
.The text was updated successfully, but these errors were encountered: