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

OpenTracing Shim: Add Tracer.Close() operation. #3048

Merged
merged 15 commits into from
Jan 13, 2023

Conversation

carlosalberto
Copy link
Contributor

@carlosalberto carlosalberto commented Dec 19, 2022

Upon cleaning up the existing OT Shim for Java, realized we missed adding Tracer.Close().

I'd argue we are fine adding this, as:

  1. Currently the support for Close() is undefined/no-op (the OpenTelemetry API doesn't expose this, after all)
  2. Among all OpenTracing languages, only Java and C++ implement this functionality.

In case #2944 is approved/solved, we could simply implement flushing by then.

cc @yurishkuro

specification/compatibility/opentracing.md Outdated Show resolved Hide resolved
specification/compatibility/opentracing.md Outdated Show resolved Hide resolved
carlosalberto and others added 4 commits December 21, 2022 10:50
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
@github-actions
Copy link

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

specification/compatibility/opentracing.md Outdated Show resolved Hide resolved
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
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.

None yet

7 participants