zipkin-javascript-opentracing icon indicating copy to clipboard operation
zipkin-javascript-opentracing copied to clipboard

Enable local spans

Open DanielMSchmidt opened this issue 8 years ago • 2 comments
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

DanielMSchmidt avatar Nov 10 '17 08:11 DanielMSchmidt

Waiting for openzipkin/zipkin-js#156 to be merged

DanielMSchmidt avatar Nov 13 '17 15:11 DanielMSchmidt

The example needs to be rewritten to account for local spans

DanielMSchmidt avatar Nov 14 '17 09:11 DanielMSchmidt