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

Simplify global impl and add documentation #79

Merged
merged 3 commits into from
Mar 24, 2020
Merged

Simplify global impl and add documentation #79

merged 3 commits into from
Mar 24, 2020

Conversation

jtescher
Copy link
Member

This patch simplifies the global module by implementing GenericProvider and GenericTracer on impls of Provider and Tracer directly. These changes remove multiple levels of boxing that
were necessary with the previous implementation.

@jtescher jtescher requested a review from a team March 17, 2020 02:32
This patch simplifies the global module by implementing
`GenericProvider` and `GenericTracer` on impls of `Provider` and
`Tracer` directly. These changes remove multiple levels of boxing that
were necessary with the previous implementation.
Copy link
Member

@MikeGoldsmith MikeGoldsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a really great improvement - great work @jtescher!

@jtescher jtescher merged commit 2c687c5 into open-telemetry:master Mar 24, 2020
@jtescher jtescher deleted the global-docs branch March 24, 2020 04:11
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.

2 participants