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
Most of the tracer implementations only support child_of reference type.
child_of
When implementing the startSpan method we need to iterate over all references in order to find the child_of reference.
startSpan
Having a SpanOptions::getParent encapsulating this method would be very useful.
SpanOptions::getParent
Ping @tedsuo @felixfbecker @beberlei @lvht @yurishkuro
The text was updated successfully, but these errors were encountered:
can it be a private helper method instead? Making it part of SpanOptions extends the API surface.
Sorry, something went wrong.
No branches or pull requests
Background
Most of the tracer implementations only support
child_of
reference type.Problem
When implementing the
startSpan
method we need to iterate over all references in order to find thechild_of
reference.Proposal
Having a
SpanOptions::getParent
encapsulating this method would be very useful.Ping @tedsuo @felixfbecker @beberlei @lvht @yurishkuro
The text was updated successfully, but these errors were encountered: