DanielMSchmidt / zipkin-javascript-opentracing

Opentracing implementation for Zipkin in Javascript
MIT License
19 stars 14 forks source link

Enable local spans #3

Open DanielMSchmidt opened 7 years ago

DanielMSchmidt commented 7 years ago

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 commented 7 years ago

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

DanielMSchmidt commented 7 years ago

The example needs to be rewritten to account for local spans