skillfed

opentelemetry-exporter-zipkin

Zipkin Span Exporters for OpenTelemetry

opentelemetry-exporter-zipkin v1.44.0 215.4K downloads/30d#9,400 on PyPI2,588
Permissive license Apache-2.0 Active released

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-zipkin

uv

uv add opentelemetry-exporter-zipkin

poetry

poetry add opentelemetry-exporter-zipkin

Installing 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

Development Status :: 5 - Production/StableFramework :: OpenTelemetryFramework :: OpenTelemetry :: ExportersIntended Audience :: DevelopersProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Typing :: Typed

Tags

zipkin exporter opentelemetryopentelemetry trace exportdistributed tracing zipkinspan exporter setupopentelemetry instrumentationzipkin integration pythonobservability tracing export
observabilitydistributed-tracingopentelemetry

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

opentelemetry-exporter-zipkin-json

Exports OpenTelemetry tracing data to Zipkin…

permissive · top 5,000 on PyPI

opentelemetry-exporter-zipkin-proto-http

Exports OpenTelemetry tracing data to Zipkin…

permissive · top 15,000 on PyPI

py-zipkin

py_zipkin provides context managers and…

permissive · top 15,000 on PyPI

opentelemetry-exporter-otlp

Installs OpenTelemetry exporters for sending…

permissive · top 1,000 on PyPI

opentelemetry-exporter-jaeger

Installs Jaeger exporters for OpenTelemetry to…

permissive · top 15,000 on PyPI

opentelemetry-exporter-otlp-proto-grpc

Exports telemetry data from Python applications…

permissive · top 1,000 on PyPI

opentelemetry-exporter-prometheus

Exports OpenTelemetry metrics to Prometheus for…

permissive · top 1,000 on PyPI

opentelemetry-exporter-otlp-proto-common

Provides Protobuf encoding utilities for…

permissive · top 1,000 on PyPI

azure-monitor-opentelemetry-exporter

Exports OpenTelemetry traces, metrics, and logs…

permissive · top 1,000 on PyPI