-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to export spans to Zipkin #23875
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hello @jonatan-ivanov, sorry for the delayed response. Are you running the collector in a docker container? I think the extra |
Yes, see the details above (search for docker in the description for the versions).
You are right about the escaped |
Would you be able to post more information about your setup? I ran a very basic demo using your configuration file and it worked as expected. Here's what worked for me. Zipkin docker command:
Collector command:
I also modified your config file in the following way, to make it more clear what traces the collector was receiving:
After running these commands I just used CURL to post some sample trace data to |
I tried it again with |
I just pulled the image and see my local image as well as digest does not match the dockerhub's value for digest either. I believe this is to be expected though. Here are a couple references. Stack overflow question Let us know if there's any other information that would be helpful! Otherwise, feel free to close the issue. |
Ouch. :( Thanks for the help and sorry for the confusion! |
You're welcome, happy to help! |
Component(s)
exporter/zipkin
What happened?
Description
I'm trying to receive spans in OTLP format and export them to Zipkin (was able to do it in the past) but it seems something is broken now.
Steps to Reproduce
Expected Result
Spans in Zipkin
Actual Result
No Spans in Zipkin
Collector version
0.80.0, Docker image Id: 58eb1aeb91db
Environment information
Environment
OS: MacOS 13.4.1 with Docker (Desktop: 4.21.0 (113844), Engine: 24.0.2, Compose: v2.19.0)
Compiler(if manually compiled): N/A
OpenTelemetry Collector configuration
Log output
Additional context
Please notice that seemingly the collector appends an extra character to the URL.
This is what's in my config:
http://host.docker.internal:9411/api/v2/spans
And this is what's in the collector logs:
http://host.docker.internal:9411/api/v2/spans\
The text was updated successfully, but these errors were encountered: