Replies: 1 comment
-
hi @ajprakas, it looks like this is a duplicate of your post here? open-telemetry/opentelemetry-java#2523 |
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.
-
I am using this example- https://github.com/open-telemetry/opentelemetry-collector/tree/master/examples/demo to instantiate a open telemetry agent and collector and publish spans to jaeger and zipkin backends via agent.How do I know which are the ports jaeger and zipkin receivers of agent are listening at so that I publish span to those port from my app.
after starting collector from docker-compose , I see agent, collector , jaeger and zipkin continers are running.
Beta Was this translation helpful? Give feedback.
All reactions