trace-nodejs
trace-nodejs copied to clipboard
Trace is a visualised distributed tracing platform designed for microservices.
``` internal/child_process.js:366 throw errnoException(err, 'spawn'); ^ Error: spawn ENOTDIR at ChildProcess.spawn (internal/child_process.js:366:11) at spawn (child_process.js:551:9) at Function. (/home/akshayjvion/.nvm/versions/node/v10.21.0/lib/node_modules/shp2json/index.js:28:22) at Function.fn (/home/akshayjvion/.nvm/versions/node/v10.21.0/lib/node_modules/shp2json/node_modules/seq/index.js:165:20) at Function. (/home/akshayjvion/.nvm/versions/node/v10.21.0/lib/node_modules/shp2json/node_modules/seq/index.js:101:24) at action (/home/akshayjvion/.nvm/versions/node/v10.21.0/lib/node_modules/shp2json/node_modules/seq/index.js:76:11) at Object.seq (/home/akshayjvion/.nvm/versions/node/v10.21.0/lib/node_modules/shp2json/node_modules/seq/index.js:93:13)...
Can we have a v10 support as it's the newest LTS version ? I had it working without problems with v8, but v10 fails when building (npm install). Thanks
We use a custom [winston](https://github.com/winstonjs/winston) transport to log errors to Trace (see below). `reportError` only supports passing instances of `Error`, so we pass on the error if we have one,...
any change that we can get more default metrics? like server memory, server cpu, server traffic and so?