TraceId is reused
guoyunlong666 opened this issue · 10 comments
which version do you use?
Thank you for your reply, I am using version 1.0.0
The backend is 6.0.0-GA
When I install the agent, I first execute npm install skyapm-nodejs@latest --save in other directories. Then I copy the generated node_modules to the node_modules of the project, but during the copying process, the existing files are not forced to be overwritten. .
I just tried to force the content in node_modules to be overwritten, or the same problem.
Why do you do those actions?
Because we have some projects that refactor some of the contents of node_modules, so when I install, try not to affect our project.
OK, Got it, I will try to reproduce this issue and fixed it.
That's great, thank you
skyapm-nodejs version:1.1.0
node version:v8.11.4
hi,I am using the new version of the agent, and the same problem will still occur.
The new request reuses the same traceID and the response time is superimposed.