Replies: 1 comment 2 replies
-
Hey @ripjal ,
No, this project does not include the collector. You'll have to set it up separately using instructions from the collector repo.
By default the zipkin exporter sends data to the |
Beta Was this translation helpful? Give feedback.
-
I have been trying to get start with open telemetry for my java web application project.
I am using
java -javaagent:path/to/opentelemetry-javaagent-all.jar \ -Dotel.resource.attributes=service.name=your-service-name \ -Dotel.traces.exporter=zipkin \ -jar myapp.jar
to export traces to the zip backend successfully.My question is that when I use this agent ,does it run collector as well ?So I believe it instruments and sends all telemetry data to default port and then have collector running and receiving data from this default port and then exporting to zipkin as well ?Is My understanding correct ?
Beta Was this translation helpful? Give feedback.
All reactions