skillfed

opentelemetry-exporter-zipkin-json

Zipkin Span JSON Exporter for OpenTelemetry

opentelemetry-exporter-zipkin-json v1.44.0 944.1K downloads/30d#4,670 on PyPI2,588
Permissive license Apache-2.0 Active released

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

uv

uv add opentelemetry-exporter-zipkin-json

poetry

poetry add opentelemetry-exporter-zipkin-json

Installing 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

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

opentelemetry zipkin exporterdistributed tracing json exportzipkin span exporteropentelemetry observabilitytrace data to zipkinjson serialization tracingzipkin integration opentelemetry
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

Installs a convenience bundle of OpenTelemetry…

permissive · top 15,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-otlp-proto-grpc

Exports telemetry data from Python applications…

permissive · top 1,000 on PyPI

opentelemetry-exporter-jaeger

Installs Jaeger exporters for OpenTelemetry to…

permissive · top 15,000 on PyPI

opentelemetry-exporter-prometheus

Exports OpenTelemetry metrics to Prometheus for…

permissive · top 1,000 on PyPI

opentelemetry-exporter-jaeger-thrift

Exports OpenTelemetry tracing data to Jaeger…

permissive · top 15,000 on PyPI

azure-monitor-opentelemetry-exporter

Exports OpenTelemetry traces, metrics, and logs…

permissive · top 1,000 on PyPI