jaeger-node icon indicating copy to clipboard operation
jaeger-node copied to clipboard

Can it be used with http

Open Parag08 opened this issue 7 years ago • 1 comments

I have implementation of services on native http server. Can i leverage this tool for tracing.

const http = require("http");

Parag08 avatar Feb 27 '18 10:02 Parag08

This example would make me think so: https://github.com/RisingStack/jaeger-node/blob/master/example/server1.js

rainabba avatar Nov 20 '18 14:11 rainabba