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
I tried to use this library for our service tracing with event logging, however it has not been implemented yet.
I found an implementation in zipkin-go-opentracing.
It seems to send logs that include timestamp and fields converted to strings in Annotations.
I could not find any other implementation, but since it is the official implementation of openzipkin.
I tried a similar implementation.
Sample code and results image using this function are as follows.
I tried to use this library for our service tracing with event logging, however it has not been implemented yet.
I found an implementation in zipkin-go-opentracing.
It seems to send logs that include timestamp and fields converted to strings in Annotations.
I could not find any other implementation, but since it is the official implementation of
openzipkin
.I tried a similar implementation.
Sample code and results image using this function are as follows.
The text was updated successfully, but these errors were encountered: