Replies: 1 comment 9 replies
-
Hi @ajprakas - the ports for the receivers are defined in the collector config.yml files. For Zipkin, it explicitly sets 9411. For jaeger thrift http it is using the jaeger default port 14268 I believe |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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