Replies: 1 comment
-
Please go through the example here to instrument the application and export traces to Zipkin: https://github.com/open-telemetry/opentelemetry-cpp/tree/main/examples/zipkin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, trying to understand the OTEL-setup with Zipkin exporter without knowing much about C++
I can see the instructions on how to install the Zipkin exporter: https://github.com/open-telemetry/opentelemetry-cpp/tree/main/exporters/zipkin
Does this also make sure that the application is instrumented? Or do you still need to do that manually like described here: https://github.com/flier/zipkin-cpp/blob/master/docs/GettingStarted.md
Thanks
Beta Was this translation helpful? Give feedback.
All reactions