I see @paolochiodi (and @rjrodger) implemented zipkin support and have since updated the ramanujan project.
My question is how would you implement this as part of nodezoo? I'm assuming you add zipkin tracing to each individual micro-service?
Github as an example:
Would this be as simple as including seneca-zipkin-tracer and then adding this around line 46?
Service.use('zipkin-tracer', { sampling: 1 });
Obviously this is a change from your Iteration 3: Measurement where you use influxdb, grafana, etc.
I see @paolochiodi (and @rjrodger) implemented zipkin support and have since updated the ramanujan project.
My question is how would you implement this as part of nodezoo? I'm assuming you add zipkin tracing to each individual micro-service?
Github as an example:
Would this be as simple as including
seneca-zipkin-tracerand then adding this around line 46?Obviously this is a change from your Iteration 3: Measurement where you use influxdb, grafana, etc.