twitter - Zipkin is not nesting parent trace to its child -


we using finagle stack , taught of adding zipkin tracing our micro-services.

i able see our tracing happening parent finishes before child.

i have opened issue here: https://github.com/openzipkin/docker-zipkin/issues/100

any appreciated.

i recording wrong annotation i.e client instead of server.

just simple change did trick.

trace.traceservice("function1","test")

sample working zipkin example: https://gist.github.com/akhilj876/3e38757c28d43924f296dd2d147c0bd9#file-zipkintracing_example-l34


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -