-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Enable New Relic again #5592
Comments
New Relic node agent engineer here: https://discuss.newrelic.com/t/an-update-on-memory-management-in-node-js-perception-vs-reality/31934 is worth mentioning. Was looking at this project to contribute while I'm on PTO since it is node-y. I noticed in 8ea69e9 @paglias re-enabled the node agent. Unfortunately it is pretty late in the initialization process. We prefer the agent to be required before anything else. Similar to how Ideally, we'd be on the line before Also to moving |
Thanks for this info. We're in the process of upgrading to node v4 so we can re-enable New Relic. The current blocker is mongoose v3, which falls back to the js driver instead of using the native driver. We're going to try to upgrade to mongoose v4 so we can upgrade node as well, but so far have had trouble with stability. |
Closed by #7011 |
New Relic has been disabled since we found out ti was the cause of the memory leak.
@gisikw it seems that this might not apply to io.js nodejs/node-v0.x-archive#9064 (comment), we might try to switch to it in future
And also move
newrelic.js
in subfolderWant to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: