java-spring-jaeger icon indicating copy to clipboard operation
java-spring-jaeger copied to clipboard

Span information in log fields

Open msoub opened this issue 6 years ago • 4 comments

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.

msoub avatar Feb 06 '19 18:02 msoub

@pavolloffay is this something the newer versions of the opentracing-java or jaeger-client take care of?

geoand avatar Feb 07 '19 06:02 geoand

@msoub did you figure out this issue ?

yinghuzhu avatar Apr 08 '19 09:04 yinghuzhu

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.

msoub avatar Apr 08 '19 17:04 msoub

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.

pavolloffay avatar Apr 10 '19 08:04 pavolloffay