-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: runtime.node.event_loop.delay.avg metric disappeared #5389
Comments
We have the same issue on our side.
This also creates a memory leak on our services. Probably because the metrics are temporary stored in memory as long as they are not sent? By disabling Could it be related to this recent change #5347? |
I filed a ticket with their support staff; glad to see you might be experiencing the same thing @Grmiade (mem leak). I will link this thread there as well. Don't think people can view this, but maybe for the devs: https://help.datadoghq.com/hc/requests/2068787 ![]() |
We also had a memory recently, I suppose it's similar to #5360 but in my case, I don't have evidence that the memory leak comes from datadog. |
We also have the same error and the memory leak with 5.41.1. Had to revert back to 5.40.0. |
For us, it seems that memory leak arrived with 5.41.0 and the issue with metric with 5.41.1. |
I'm seeing that 5.41.0 has some (possibly tolerable) memory impact, while 5.41.1 introduces excessive memory impact and also CPU impact requiring a rollback. Seems like there are two different issues at play. |
Tracer Version(s)
5.41.1
Node.js Version(s)
v22.14.0
Bug Report
Since the v5.41.1, the metric
runtime.node.event_loop.delay.avg
disappeared from our dashboard.The metrics comes back when we switch back to v5.41.0.
Reproduction Code
runtime.node.event_loop.delay.avg
metric to a dashboardError Logs
No response
Tracer Config
No response
Operating System
No response
Bundling
Unsure
The text was updated successfully, but these errors were encountered: