Skip to content

Decide what to do about deprecated zipkin exporter and stability #428

@jack-berg

Description

@jack-berg

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: ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions