-
Notifications
You must be signed in to change notification settings - Fork 86
TraceId is reused #67
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 |
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 hi,I am using the new version of the agent, and the same problem will still occur. |
Could you give me an demo?
On Thu, Mar 28, 2019 at 10:06 AM guoyunlong666 ***@***.***> wrote:
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.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AL3D3wN-nezQxGjRhxkY60c_No7PuQeXks5vbCO2gaJpZM4bzqov>
.
--
Regards,
Xin
|
When I restart the app, the new request will generate new TraceId, but after a few minutes, the new request will reuse a TraceId.
The text was updated successfully, but these errors were encountered: