-
|
I was trying to following this : https://github.com/apache/skywalking/blob/06558fcf5ab6afc6eaf3b30aa0ca541545e2d3ea/docs/en/setup/zipkin/tracing.md below are something that i have setup on my minikube: Anything that i should look for ? e.g., oap logs |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
You could see that i have a zipkin pod above. That's just a separate zipkin server for me to verify how to send to a zipkin endpoint e.g: I was trying to open port-forward of the OAP for 9411 port and hit the same endpoint. I couldn't get |
Beta Was this translation helpful? Give feedback.
-
|
OAP logs would say zipkin receiver module is on with default provider. |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, Trying to do something like @amrih-pg (as suggested here by @wu-sheng), exporting Zipkin traces starting from OTLP receiver. And my otel-collector: This error message has been shown for exporting phase (from otel-collector): The zipkin Skywalking OAP port was fine: Thank you, |
Beta Was this translation helpful? Give feedback.


The port is not exposed by default, you need to expose it by the Helm install --set.
https://github.com/apache/skywalking-kubernetes/blob/6df69f01882b4d58367687a661267d01e30e573c/chart/skywalking/values.yaml#L43