New Relic collects analytics about your application and client side performance.
You can configure New Relic for the PHP buildpack in one of two ways:
Use this method if you already have a New Relic account. Use these steps:
In a web browser. go to the New Relic website to find your license key.
Set the value of the environment variable NEWRELIC_LICENSE
to your New Relic license key, either through the manifest.yml file or by running the cf set-env
command.
For more information, see https://github.com/cloudfoundry/php-buildpack#supported-software
To configure New Relic for the PHP buildpack with a Cloud Foundry service, bind a New Relic service to the app. The buildpack automatically detects and configures New Relic.
Your VCAP_SERVICES
environment variable must contain a service named newrelic
, the newrelic
service must contain a key named credentials
, and the credentials
key must contain named licenseKey
.
Important You cannot configure New Relic for the PHP buildpack with user provided services.