wu-sheng commented on code in PR #11287: URL: https://github.com/apache/skywalking/pull/11287#discussion_r1312637935
########## docs/en/setup/backend/otlp-trace.md: ########## @@ -1,12 +1,22 @@ # OpenTelemetry Trace Format -OpenTelemetry metrics and log formats are supported, the trace format is not supported directly. -OpenTelemetry and Zipkin formats are generally logically consistent. -If the Zipkin server alternative mode is expected, user could use OpenTelemetry Collector's [Zipkin Exporter](https://opentelemetry.io/docs/specs/otel/trace/sdk_exporters/zipkin/) -to transfer the format and forward to OAP as alternative Zipkin server. +SkyWalking can receive traces from OpenTelemetry Trace and convert it into Zipkin Trace storage. Review Comment: ```suggestion SkyWalking can receive traces from Traces in OTLP format and convert them to Zipkin Trace format eventually. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
