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
yeah, the code checks for service name AND ipv4 being defined, I think the IP should be optional. Having said that, the above JSON seems to have ipv4, so not sure why it's not working.
When testing #334 I discovered that
brave
(or maybe any zipkin instrumentation) can send span with just one binary annotationtrace: https://paste.fedoraproject.org/paste/4iUxY0cOkfGpz5jQj-K-lA
It results in
Cannot find service name in Zipkin span [traceID=e4a4fbc1284ff98b, spanID=b5e1ead09289b182]
https://github.com/uber/jaeger/blob/79fba1278743840dff6b84aa059ec58f7ec21a0a/model/converter/thrift/zipkin/to_domain.go#L161-L182Reproducer:
https://github.com/pavolloffay/opentracing-java-examples/tree/jaeger-unknown-service-error-and-ui-issues
run spring-boot and
curl localhost:8080/chaining
, Note that it's not deterministic.The text was updated successfully, but these errors were encountered: