zipkin-javascript-opentracing
zipkin-javascript-opentracing copied to clipboard
Enable local spans
trafficstars
There is a type of span in zipkin that does not resemble a client request or a server request. We should therefore introduce the kind "local" to do this. The current implementation is documented here: https://github.com/openzipkin/zipkin-js/issues/104
Waiting for openzipkin/zipkin-js#156 to be merged
The example needs to be rewritten to account for local spans