-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Blog post for OpenTracing compatibility deprecation #9386
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
Merged
theletterf
merged 12 commits into
open-telemetry:main
from
adp2201:codex/blog-opentracing-deprecation
Apr 23, 2026
Merged
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9b09018
Add draft blog post for OpenTracing deprecation
adp2201 b2ce417
Merge branch 'main' into codex/blog-opentracing-deprecation
adp2201 f067d45
Refresh OpenTracing deprecation blog post for review
adp2201 c861c35
Update content/en/blog/2026/deprecating-opentracing-compatibility.md
tiffany76 a0fc05f
Results from /fix directive
otelbot[bot] 8358637
Merge branch 'main' into codex/blog-opentracing-deprecation
theletterf 36d9a76
Apply suggestion from @tiffany76
tiffany76 d3fce18
Address review comments on OpenTracing deprecation blog post
adp2201 de637f4
Merge main into blog deprecation PR branch
adp2201 63a35db
Merge main into codex/blog-opentracing-deprecation
chalin 65cf957
Refresh refcache after resolving conflicts
chalin 097abb6
Merge branch 'main' into codex/blog-opentracing-deprecation
theletterf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
71 changes: 71 additions & 0 deletions
71
content/en/blog/2026/deprecating-opentracing-compatibility.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,71 @@ | ||
| --- | ||
| title: Deprecating OpenTracing compatibility requirements | ||
| linkTitle: Deprecating OpenTracing compatibility | ||
| date: 2026-04-14 | ||
| author: '[Amol Patil](https://github.com/adp2201)' | ||
| issue: 9385 | ||
| sig: Specification | ||
| cSpell:ignore: Patil | ||
| --- | ||
|
|
||
| On March 19, 2026, the OpenTelemetry Specification project merged | ||
| [PR #4938](https://github.com/open-telemetry/opentelemetry-specification/pull/4938), | ||
| deprecating OpenTracing compatibility requirements in the specification. | ||
|
|
||
| This change updates the specification to match where the ecosystem already is: | ||
| OpenTracing has been archived for years, and new integrations are expected to | ||
| use native OpenTelemetry APIs and SDKs instead of building on OpenTracing shim | ||
| requirements. | ||
|
|
||
| This is a deprecation of specification requirements, not an immediate removal of | ||
| compatibility material and not a requirement to remove existing shim artifacts | ||
| right away. | ||
|
|
||
| ## What is changing? | ||
|
|
||
| - OpenTracing compatibility requirements in the specification are deprecated. | ||
| - Implementing new OpenTracing compatibility is no longer required for new SDKs | ||
| or implementations. | ||
| - Existing OpenTracing shims can continue to be supported for backwards | ||
| compatibility during the deprecation period. | ||
| - New work should target native OpenTelemetry APIs, SDKs, and OTLP-based | ||
| workflows instead of introducing new OpenTracing dependencies. | ||
|
|
||
| ## Why now? | ||
|
|
||
| OpenTracing itself has been archived for years, and ecosystem adoption has | ||
| converged around native OpenTelemetry APIs and OTLP-based workflows. The project | ||
| also has precedent for this staged approach from prior deprecation work, such as | ||
| Zipkin exporter deprecation in | ||
| [PR #4715](https://github.com/open-telemetry/opentelemetry-specification/pull/4715). | ||
|
|
||
| ## Timeline and policy | ||
|
|
||
| - **Specification deprecation**: effective as of **March 2026**. | ||
| - **Earliest specification removal**: **no earlier than March 2027**, as stated | ||
| in the merged spec text. | ||
| - **Follow-up work**: additional migration guidance and future removal | ||
| discussions continue in | ||
| [issue #4849](https://github.com/open-telemetry/opentelemetry-specification/issues/4849). | ||
|
adp2201 marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## What should users do? | ||
|
|
||
| If you still depend on an OpenTracing shim, now is the right time to plan | ||
| migration to native OpenTelemetry APIs and SDKs. | ||
|
|
||
| If your current shim-based setup is stable, this announcement does not require | ||
| an immediate change. However, you should avoid introducing new dependencies on | ||
| OpenTracing compatibility and plan your migration path during the deprecation | ||
| window. | ||
|
adp2201 marked this conversation as resolved.
Outdated
|
||
|
|
||
| Start by reviewing: | ||
|
|
||
| - [Migrating from OpenTracing](/docs/compatibility/migration/opentracing/) | ||
| - [OpenTracing compatibility spec page](/docs/specs/otel/compatibility/opentracing/) | ||
|
|
||
| ## Questions and feedback | ||
|
|
||
| Please share feedback in the specification repository: | ||
|
|
||
| - [Issue #4849](https://github.com/open-telemetry/opentelemetry-specification/issues/4849) | ||
| - [PR #4938](https://github.com/open-telemetry/opentelemetry-specification/pull/4938) | ||
|
adp2201 marked this conversation as resolved.
Outdated
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.