Search before asking
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?
Code of Conduct
Search before asking
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
We should add
otlp-traceas an option toenabledHandlersto support this.@kezhenxu94 Any suggestion?
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct