This add-on integrates New Relic into your DDEV project.
ddev add-on get tbkot/ddev-newrelic
ddev restart
After installation, make sure to commit the .ddev
directory to version control.
Ingest - Licence
as Key type.ddev config global --web-environment-add="NEWRELIC_LICENSE_KEY=<licence_key>, NEWRELIC_APPNAME=<appname>"
.
The NEWRELIC_APPNAME
could be any alphanumeric string; New Relic will create a corresponding entity that can be
found in the UI.ddev config --web-environment-add
. Or create any .env
file in .ddev
directory with the corresponding variables.ddev start
ddev newrelic on
to enable, ddev newrelic off
to disable, ddev newrelic status
to see statusContributed and maintained by @tbkot