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

Add StartOptions to Tracer.WithSpan() #472

Merged
merged 2 commits into from
Feb 11, 2020

Conversation

Aneurysm9
Copy link
Member

@Aneurysm9 Aneurysm9 commented Feb 11, 2020

Tracer.WithSpan() will now accept StartOptions as a variadic final parameter opts
that will be passed to the Tracer.Start() invocation that creates the Span
wrapping the user-provided function.

Fixes #149.

Tracer.WithSpan() will now accept StartOptions as a variadic final parameter `opts`
that will be passed to the Tracer.Start() invocation that creates the Span
wrapping the user-provided function.
@lizthegrey lizthegrey added the blocked:CLA Waiting on CLA to be signed before progress can be made label Feb 11, 2020
@Aneurysm9
Copy link
Member Author

CLA signed.

@paivagustavo paivagustavo removed the blocked:CLA Waiting on CLA to be signed before progress can be made label Feb 11, 2020
@lizthegrey lizthegrey merged commit f0c70ff into open-telemetry:master Feb 11, 2020
@Aneurysm9 Aneurysm9 deleted the OTG-149 branch February 11, 2020 23:38
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.

Should Tracer#WithSpan take options?
3 participants