Newrelic not showing data on django
Did you run that command as written?
NEW_RELIC_CONFIG_FILE=newrelic.ini newric-admin run-program python manage.py runserver
There is a spelling error in “newric-admin.” Try instead:
NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program python manage.py runserver
Also, have you tried testing your connection to the New Relic servers?
newrelic-admin validate-config newrelic.ini
There are other testing methods here: docs.newrelic.com/docs/python/testing-the-python-agent
If you still aren’t making headway, please contact New Relic at support.newrelic.com
Read more here: Source link