Migrate Zipkin model to OTEL contrib #6409
Labels
area/otel
good first issue
Good for beginners
help wanted
Features that maintainers are willing to accept but do not have cycles to implement
Part of #6408
opentelemetry-collector-contrib repo has a shared module
pkg/translator/zipkin/
which currently imports these Jaeger sub-modules (among others likemodel
):The proposal is to move both of these modules to OTEL/contrib.
rg 'jaegertracing.*zipkin'
(rg=ringrep)model/converter/thrift/zipkin
code to OTEL/contrib and update Jaeger code to reference that module instead of internalThe text was updated successfully, but these errors were encountered: