opentelemetry-exporter-zipkin-json
Zipkin Span JSON Exporter for OpenTelemetry
What it is and what it does
This package is an OpenTelemetry exporter that sends tracing spans to a Zipkin backend using JSON as the wire format. It integrates with the OpenTelemetry SDK to capture distributed traces from your application and serialize them for ingestion by Zipkin, a popular open-source distributed tracing system. The exporter depends on opentelemetry-api and opentelemetry-sdk for trace collection, and requests to handle HTTP communication with the Zipkin server.
It is part of the official OpenTelemetry Python instrumentation ecosystem and is classified as production-stable. The package supports current Python versions (3.10 through 3.14) and is actively maintained by the OpenTelemetry project. Installation is straightforward with no compiled dependencies, and it integrates into standard OpenTelemetry tracer provider setup patterns.
Use it for:
- Send application traces to a Zipkin backend for centralized distributed tracing and latency analysis.
- Monitor microservice interactions and request flows across service boundaries in JSON format.
- Integrate OpenTelemetry instrumentation with existing Zipkin deployments for observability.
- Export trace spans from Python applications for root-cause analysis and performance debugging.
- Build observability pipelines that aggregate traces from multiple services into Zipkin.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Exports OpenTelemetry tracing data to Zipkin using JSON serialization for distributed tracing and observability.
Yes. This is a production-stable, actively maintained exporter with low install friction, no known vulnerabilities, and permissive licensing. Install it if you are using OpenTelemetry in Python and need to send traces to Zipkin. The only condition is that your environment runs Python 3.10 or later and has network access to a Zipkin backend.
Install
opentelemetry-exporter-zipkin-json on PyPI
pip
pip install opentelemetry-exporter-zipkin-jsonuv
uv add opentelemetry-exporter-zipkin-jsonpoetry
poetry add opentelemetry-exporter-zipkin-jsonInstalling opentelemetry-exporter-zipkin-json
Before you install
Low friction installation with three stable runtime dependencies (opentelemetry-api, opentelemetry-sdk, requests). Repository is actively maintained with recent commits and no archived status.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in proprietary and open-source projects with minimal restrictions beyond attribution.
Quickstart
pip install opentelemetry-exporter-zipkin-json
from opentelemetry.exporter.zipkin.json import ZipkinExporter
from opentelemetry.sdk.trace import TracerProvider
from opentelemetry.sdk.trace.export import SimpleSpanProcessor
zipkin_exporter = ZipkinExporter()
tracer_provider = TracerProvider()
tracer_provider.add_span_processor(SimpleSpanProcessor(zipkin_exporter))
Requires Python 3.10 or later; Zipkin backend must be accessible at the configured endpoint.
Verify before relying
- Whether the package supports custom Zipkin endpoint configuration and authentication.
- Performance characteristics when exporting high-volume trace data.
- Compatibility with specific Zipkin server versions.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — opentelemetry-api, opentelemetry-sdk, requests |
| Maintenance | actively maintained — 29 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 944,115/month — #4,670 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: opentelemetry_exporter_zipkin_json-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-zipkinInstalls a convenience bundle of OpenTelemetry…
permissive · top 15,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-otlp-proto-grpcExports telemetry data from Python applications…
permissive · top 1,000 on PyPI
opentelemetry-exporter-jaegerInstalls Jaeger exporters for OpenTelemetry to…
permissive · top 15,000 on PyPI
opentelemetry-exporter-prometheusExports OpenTelemetry metrics to Prometheus for…
permissive · top 1,000 on PyPI
opentelemetry-exporter-jaeger-thriftExports OpenTelemetry tracing data to Jaeger…
permissive · top 15,000 on PyPI
azure-monitor-opentelemetry-exporterExports OpenTelemetry traces, metrics, and logs…
permissive · top 1,000 on PyPI