-
Notifications
You must be signed in to change notification settings - Fork 309
Add New Relic heroku addon #1508
Comments
We looked at this in #486. Do you have experience with New Relic in production? |
I don't :(. Actually I have no experience with heroku, just appengine. I just thought it might be less work than #1497 and get us something that informs us about the health of the site (like depth of the request queue). We have only Sentry for exceptions in this regard, right? |
I've added one more link to docs at the newrelic site - they seem to be the easiest to follow. |
@whit537 It will not be right away but I will (we do need it). Do you know of a way how to test drive changes to the heroku setup? Like trying if adding the addon takes the site down and things like that. But don't worry, I let the honor be yours to do the final deploy 😄 |
@zwn Heroku recently added the ability to fork an app: https://devcenter.heroku.com/articles/fork-app. Maybe we can use that? |
@zwn I am inclined to close this in favor of Librato (see #1569):
Thoughts? |
Sure, sounds good. I just thought we need something. |
Would it make sense to get something like New Relics heroku addon?
https://newrelic.com/docs/python/python-agent-and-heroku
https://devcenter.heroku.com/articles/newrelic
https://addons.heroku.com/newrelic
Even with the free version it could provide us interesting data regarding the performance of the python and db parts.
The text was updated successfully, but these errors were encountered: