-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add blog on zipkin deprecation #8487
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
Open
lmolkova
wants to merge
11
commits into
open-telemetry:main
Choose a base branch
from
lmolkova:deprecate-zipkin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+57
−0
Open
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0854076
add blog on zipkin deprecation
lmolkova fe4fc19
up
lmolkova 86a34e3
up
lmolkova 3773c38
up
lmolkova ed8ba85
Update content/en/blog/2025/deprecating-zipkin-exporters.md
lmolkova 6c494dc
review: thank you zipkin
lmolkova 57956a5
format
lmolkova 062890a
Merge branch 'main' into deprecate-zipkin
lmolkova ee9d6ee
Results from /fix directive
otelbot[bot] b939ae8
Apply suggestions from code review
lmolkova e039850
format
lmolkova 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
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,53 @@ | ||
| --- | ||
| title: Deprecating Zipkin Exporter | ||
| linkTitle: Deprecating Zipkin Exporter | ||
| date: 2025-12-01 | ||
| author: >- | ||
| [Liudmila Molkova](https://github.com/lmolkova) (Grafana Labs) | ||
| sig: Specification | ||
| issue: https://github.com/open-telemetry/opentelemetry-specification/pull/4715 | ||
| cSpell:ignore: Liudmila Molkova | ||
| --- | ||
|
|
||
| The OpenTelemetry project is deprecating the Zipkin exporter specification in | ||
| favor of | ||
| [Zipkin's OTLP ingestion support](https://github.com/openzipkin-contrib/zipkin-otel). | ||
|
|
||
| Thank you to all Zipkin contributors for helping OpenTelemetry reach this | ||
| milestone! | ||
|
|
||
| After analyzing usage patterns across language ecosystems, we've observed that | ||
| the community has strongly gravitated toward OTLP, with Zipkin exporters seeing | ||
| limited adoption — in several languages, even less than the already-deprecated | ||
| Jaeger exporter. Combined with minimal user engagement on related issues and the | ||
| availability of alternatives, we believe this is the right time to sunset Zipkin | ||
| exporters in OTel SDKs. | ||
|
|
||
| ## Timeline and migration path | ||
|
|
||
| - **Specification deprecation**: Effective from December 2025 | ||
| - **SDK support**: Existing stable Zipkin exporters will continue to receive | ||
| security patches and critical bug fixes until at least **December, 2026**, | ||
| following the | ||
| [SDK stability guarantees](/docs/specs/otel/versioning-and-stability/#sdk-support). | ||
| - **New SDKs**: Implementing a Zipkin exporter is not required for new language | ||
| SDKs | ||
lmolkova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## What should users do? | ||
|
|
||
| If you're currently using a Zipkin exporter, you have two migration paths: | ||
|
|
||
| 1. **Switch to OTLP** (recommended): Configure your application to send traces | ||
| using OTLP and enable | ||
| [Zipkin's OTLP ingestion support](https://github.com/openzipkin-contrib/zipkin-otel) | ||
| 2. **Use the Collector**: Route your OTLP data through the OpenTelemetry | ||
| Collector with its | ||
| [Zipkin exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/zipkinexporter) | ||
lmolkova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Questions? | ||
|
|
||
| Reach out in the | ||
| [#otel-specification](https://cloud-native.slack.com/archives/C01N7PP1THC) | ||
| channel on the CNCF Slack or create an issue in | ||
| [opentelemetry-specification](https://github.com/open-telemetry/opentelemetry-specification) | ||
| repository. | ||
lmolkova marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO