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

Out of the box distributed tracing for Node.js applications.

Results 2 jaeger-node issues
Sort by recently updated
recently updated
newest added

trying to install in node 12.13.1, I found this error: `error [email protected]: The engine "node" is incompatible with this module. Expected version "^4.7 || ^6.9.2 || ^7.3 || ^8.2". Got...

I have implementation of services on native http server. Can i leverage this tool for tracing. const http = require("http");