opentelemetry-exporter-zipkin
Zipkin Span Exporters for OpenTelemetry
What it is and what it does
This package is a convenience installer that bundles two OpenTelemetry Zipkin exporters: one using JSON serialization and one using protobuf over HTTP. It simplifies initial setup by installing both formats at once, though the documentation recommends switching to the specific exporter package once you've chosen your serialization method to avoid unnecessary dependencies.
It integrates with OpenTelemetry's standard tracer provider and span processor architecture, allowing you to export distributed trace spans to a Zipkin backend for visualization and analysis. The package itself is a thin wrapper; the actual export logic lives in its two runtime dependencies.
Use it for:
- Set up distributed tracing in a Python service to send spans to a Zipkin backend for observability.
- Quickly prototype trace export configuration before committing to a specific serialization format.
- Integrate OpenTelemetry tracing into existing Python applications that already use Zipkin for monitoring.
- Export traces from microservices to a centralized Zipkin instance for cross-service request tracing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Installs a convenience bundle of OpenTelemetry Zipkin exporters (JSON and protobuf-HTTP serialization formats) for sending trace spans to Zipkin backends.
Yes, if you need Zipkin trace export from Python and haven't yet decided between JSON and protobuf serialization. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe choice. However, once you've settled on a serialization method, consider switching to the specific exporter package to reduce dependencies.
Install
opentelemetry-exporter-zipkin on PyPI
pip
pip install opentelemetry-exporter-zipkinuv
uv add opentelemetry-exporter-zipkinpoetry
poetry add opentelemetry-exporter-zipkinInstalling opentelemetry-exporter-zipkin
Before you install
Low friction installation with a pure-Python wheel. Actively maintained as of 2026-07-16 with recent release activity (29 days old). Requires Python 3.10 or later.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions.
Quickstart
pip install opentelemetry-exporter-zipkin
from opentelemetry.exporter.zipkin.json import ZipkinExporter
from opentelemetry.sdk.trace import TracerProvider
from opentelemetry.sdk.trace.export import SimpleSpanProcessor
zipkin_exporter = ZipkinExporter(localServiceName="my-service")
TracerProvider().add_span_processor(SimpleSpanProcessor(zipkin_exporter))
Requires Python 3.10 or later; Zipkin backend must be running and accessible at the configured endpoint.
Verify before relying
- Whether the bundle's convenience trade-off (installing both JSON and proto-HTTP exporters) is worth the extra dependencies for typical use cases.
- Performance characteristics and overhead of the exporters when handling high-volume trace data.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — opentelemetry-exporter-zipkin-json, opentelemetry-exporter-zipkin-proto-http |
| Maintenance | actively maintained — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 215,440/month — #9,400 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: opentelemetry_exporter_zipkin-1.44.0-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
opentelemetry-exporter-zipkin-jsonExports OpenTelemetry tracing data to Zipkin…
permissive · top 5,000 on PyPI
opentelemetry-exporter-zipkin-proto-httpExports OpenTelemetry tracing data to Zipkin…
permissive · top 15,000 on PyPI
py-zipkinpy_zipkin provides context managers and…
permissive · top 15,000 on PyPI
opentelemetry-exporter-otlpInstalls OpenTelemetry exporters for sending…
permissive · top 1,000 on PyPI
opentelemetry-exporter-jaegerInstalls Jaeger exporters for OpenTelemetry to…
permissive · top 15,000 on PyPI
opentelemetry-exporter-otlp-proto-grpcExports telemetry data from Python applications…
permissive · top 1,000 on PyPI
opentelemetry-exporter-prometheusExports OpenTelemetry metrics to Prometheus for…
permissive · top 1,000 on PyPI
opentelemetry-exporter-otlp-proto-commonProvides Protobuf encoding utilities for…
permissive · top 1,000 on PyPI
azure-monitor-opentelemetry-exporterExports OpenTelemetry traces, metrics, and logs…
permissive · top 1,000 on PyPI