Zipkin Exporter
core, contrib
Maintainers: @MovieStoreGuy, @andrzej-stencel, @crobert-1
Source: opentelemetry-collector-contrib
Supported Telemetry
Overview
Exports data to a Zipkin back-end. By default, this exporter requires TLS and offers queued retry capabilities.Getting Started
The following settings are required:endpoint(no default): URL to which the exporter is going to send Zipkin trace data. For example:http://localhost:9411/api/v2/spans.
format(default =json): The format to sent events in. Can be set tojsonorproto.default_service_name(default =<missing service name>): What to name services missing this information.
https:// as the protocol scheme in the URL passed to the endpoint property.
See Advanced Configuration for more TLS options.
Example:
Advanced Configuration
Several helper files are leveraged to provide additional capabilities automatically:Configuration
Example Configuration
Last generated: 2026-04-13