Zipkin span exporter is deprecated: open-telemetry/opentelemetry-specification#4715
If we go stable with a stable ZipkinSpanExporter type, we'll be stuck with it indefinitely, long after the corresponding spec has been deleted.
One option is to make it experimental, i.e. change the type to ExperimentalZipkinSpanExporter, and change referencing it to use zipkin/development:
tracer_provider:
processors:
- batch:
exporter:
zipkin/development:
endpoint: ...
Zipkin span exporter is deprecated: open-telemetry/opentelemetry-specification#4715
If we go stable with a stable
ZipkinSpanExportertype, we'll be stuck with it indefinitely, long after the corresponding spec has been deleted.One option is to make it experimental, i.e. change the type to
ExperimentalZipkinSpanExporter, and change referencing it to usezipkin/development: