Skip to content
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

Slowing down the server #26

Open
nick-gudumac opened this issue Aug 14, 2019 · 3 comments
Open

Slowing down the server #26

nick-gudumac opened this issue Aug 14, 2019 · 3 comments

Comments

@nick-gudumac
Copy link

Hi! Great package and work. I've tried this in my production app and it looks like it puts some significant load on the server (CPU and memory). The issue is also described here:

https://blog.astraload.com/2019-08-08/when-server-side-monitoring-fall-short/

Are there any improvements planned? Can we help somehow?

@kschingiz
Copy link
Collaborator

kschingiz commented Aug 14, 2019

@nick-gudumac Thanks for the reference, the issue was also described in this post:
https://forums.meteor.com/t/astraload-a-new-meteor-and-graphql-load-testing-and-performance-analytics-tool/49805/3
I will contact with eluck to investigate this issue and solve it as soon as possible.

@kschingiz
Copy link
Collaborator

Related to #29

@SimonSimCity
Copy link
Member

Disabling the feature async-hooks (https://www.elastic.co/guide/en/apm/agent/nodejs/current/configuration.html#async-hooks) and the spans for async (#48) drastically improved our performance.

I opened an issue where I asked for an investigation on async-hooks: elastic/apm-agent-nodejs#1697

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants