You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
docker run -d --name jaeger -e COLLECTOR_ZIPKIN_HTTP_PORT=9411 -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 14268:14268 -p 9411:9411 jaegertracing/all-in-one:1.11```
Run the example zipkin or anything alike and Jaeger will give http 400 back. I got this via Wireshark when using the example TestZipkin.cs
The text was updated successfully, but these errors were encountered:
I've also been trying this today, and had similar problem. I received 400. The problem is with ipv6 - zipkin exporter is trying to send spans with ipv6 with scope ID (part with percent in the end) and Jaeger is rejecting this with error: Unable to process request body: wrong ipv6
Start Jaeger
The text was updated successfully, but these errors were encountered: