jaeger-node
jaeger-node copied to clipboard
Can it be used with http
I have implementation of services on native http server. Can i leverage this tool for tracing.
const http = require("http");
This example would make me think so: https://github.com/RisingStack/jaeger-node/blob/master/example/server1.js