zipkin-instrumentation-hapi
A hapi middleware that adds Zipkin tracing to the application.
Usage
const Hapi = ;const Tracer ExplicitContext ConsoleRecorder = ;const zipkinMiddleware = hapiMiddleware; const ctxImpl = ;const recorder = ; const localServiceName = 'service-a'; // name of this applicationconst tracer = ctxImpl recorder localServiceName; const server = ; // Add the Zipkin middlewareserver;