zipkin-instrumentation-cujojs-rest
This library will let you add interceptors to the rest client library.
Usage
const Tracer = ;const rest = ;const restInterceptor = ; const localServiceName = 'service-a'; // name of this applicationconst tracer = ctxImpl recorder localServiceName; const remoteServiceName = 'youtube';const client = rest; // Your application code here;