-
Hi all, Trying to export traces from Otel-Demo (with receiver in OTLP format) to Zipkin backend (as suggested here by @wu-sheng). Here my otel-collector:
This error message has been shown for exporting phase (from otel-collector): The zipkin backend (Skywalking OAP) port and endpoint was fine: Note: I have also tried with "skywalking-oap.skywalking.svc.cluster.local:9411/api/v2/spans", the same message was shown Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This endpoint needs to start with http:// or https://. The scheme is otherwise detected as invalid. |
Beta Was this translation helpful? Give feedback.
This endpoint needs to start with http:// or https://. The scheme is otherwise detected as invalid.