Skip to content

[Feature] [Tracing] Add OTLP Tracing support as a Zipkin trace input #11261

@wu-sheng

Description

@wu-sheng

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

We are declaring to support OTLP trace format through OTLP collector and forward to Zipkin receiver.

This works, but an extra component seems unnecessary.

OTLP trace format is logically the same as the Zipkin trace format, so, we just need to add a OLTP trace handler and an in-memory converter to Zipkin receiver.

Use case

receiver-otel:
  selector: ${SW_OTEL_RECEIVER:default}
  default:
    enabledHandlers: ${SW_OTEL_RECEIVER_ENABLED_HANDLERS:"otlp-metrics,otlp-logs"}
    enabledOtelMetricsRules: ....

We should add otlp-trace as an option to enabledHandlers to support this.

@kezhenxu94 Any suggestion?

Related issues

No response

Are you willing to submit a pull request to implement this on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

Metadata

Metadata

Assignees

Labels

backendOAP backend related.featureNew featuretracingDistributed tracing

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions