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

Performance issue with version 5 of NR gem #5

Open
gstamp opened this issue Oct 5, 2018 · 1 comment
Open

Performance issue with version 5 of NR gem #5

gstamp opened this issue Oct 5, 2018 · 1 comment

Comments

@gstamp
Copy link

gstamp commented Oct 5, 2018

Recently we upgraded to our newrelic gem from 4.1.0.333 to 5.4.0.347 we ran into a performance hit.

image

This seems to be related to the calls to the media type renderer. Bypassing the renderer removes the performance hit completely.

@blanquer
Copy link
Contributor

blanquer commented Oct 8, 2018

Glen,

That seems to be correct in 5.x We haven't had to change the gem in many years, and I am not quite familiar with the new changes in the agent.
I am happy to assist in getting this solved, but given my scarce time availability I cannot take this on at the moment.

Te workaround until that is in place is to disable the rendering instrumentation, like you suggested. For example:
ENV['NEW_RELIC_DISABLE_PRAXIS_BLUEPRINTS_INSTRUMENTATION'] = 'true'
or simply start the app with that env variable set.

Do you think you can help getting this resolved, or know somebody that can?

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

2 participants