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 OpenTracingShimBuilder class and test #5

Closed

Conversation

IrisTuntun
Copy link

Add OpenTracingShimBuilder class to simplify OpenTracingShim creational patterns. Future use cases should not depend on OpenTracingShim any more.

resolve open-telemetry#3084

@IrisTuntun IrisTuntun removed the request for review from anuraaga April 7, 2021 16:52
private static Tracer getTracer(TracerProvider tracerProvider) {
return tracerProvider.get("opentracingshim");
}
}

Choose a reason for hiding this comment

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

Suggested change
}
}

There should be a newline before EOF.

@github-actions
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 30, 2022
@github-actions
Copy link

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify OpenTracingShim creational patterns
2 participants