java-spring-jaeger
                                
                                
                                
                                    java-spring-jaeger copied to clipboard
                            
                            
                            
                        Span information in log fields
I was not able to find that in the doc neither the code: is it possible to add to the logs the span data? E.g. I would like to find the logs corresponding to a trace ID.
Thanks for your help.
@pavolloffay is this something the newer versions of the opentracing-java or jaeger-client take care of?
@msoub did you figure out this issue ?
No I didn't. To be honest we encountered several issues while migrating from Zipkin to Jaeger so for now we are back to Zipkin.
The new opentracing API 0.32.0 allows getting trace/span IDs. We haven't updated to this version yet. It will be done anytime soon.