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

@carlosalberto carlosalberto requested review from a team December 19, 2022 18:02
specification/compatibility/opentracing.md Outdated Show resolved Hide resolved
specification/compatibility/opentracing.md Outdated Show resolved Hide resolved
@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
@carlosalberto carlosalberto merged commit 1239bd9 into open-telemetry:main Jan 13, 2023
@carlosalberto carlosalberto deleted the otshim-tracer-close branch January 13, 2023 19:10
carlosalberto added a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
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.

7 participants