-
Notifications
You must be signed in to change notification settings - Fork 76
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
Upgrade New Relic instrumentation to v3.0. #8
Comments
(https://newrelic.com/docs/releases/php) This means that it cannot be used on the Heroku platform, until they re-implement UNIX-domain socket support. |
UNIX-domain socket support has been reimplemented in v3.1.5.136. |
New Relic version 3 is now available in the Upgrade instructions:
Please test and report any bugs. |
Bugreport - don't know if it's just me?
and before that one I once had:
|
Post your newrelic.ini please? |
I tried branch development and newrelic/3.1. NewRelic addon is installed. |
The couldn't find error is specific to newrelic v3—new config file required; see instructions in this issue above. |
from phpinfo:
results into:
heroku config
NEW_RELIC_VERSION not set!? (required?) |
Hmm I think I need to re-engineer newrelic 3.x support. Fall-back to v2 for now and KIV this. |
Fall-back to v2 and newrelic is working now. Thanks anyway. Will keep an eye on this and continue testing with v3 if you give me a go. |
just to confirm: new version of newrelic 3.2.* works as expected, thanks! |
I am currently still uncomfortable with newrelic 3.2. Please consider it as alpha and work-in-progress, and do NOT use it in production. I suggest if you want to keep testing this, please append the commit id, i.e. |
Ok, I've redone new-relic support slightly. Please test using commit 468af70. Be sure to use the latest Please let me know of any weird behaviour. I've smoke tested it for a few times and I don't see any errors in the logs. |
New version announced: http://blog.newrelic.com/2012/10/23/new-relic-launches-php-agent-3-0-includes-multi-tenancy-support/
The text was updated successfully, but these errors were encountered: