python - Newrelic not showing data on django -
I have established a new relay using these steps -
- Pip installs newrelic ( Newrelic to install newrel on my local machine)
- newrelic-admin generate-config MY_LICENSE_KEY newrelic.ini (I created a newrelic.ini file in the same folder, where my projects are arranged to manage) < / Li>
- NEW_RELIC_CONFIG_FILE = newrelic.ini newric-admin run-program python manage.py driver (command to start server on my local machine)
that Area later when I tried to connect to your application loader is running, but nothing happens. This message shows - 'Waiting for data' is there anybody to help me .... Thanks
Have you written that command?
NEW_RELIC_CONFIG_FILE = newrelic.ini newric-admin run-program python manage.py driver
"newric-admin" has a spelling error. Try instead:
NEW_RELIC_CONFIG_FILE = newrelic.ini newrelic-admin run-program python manage.py driver
In addition to this, Have tried to test new server residues?
newrelic-admin valid-config newrelic.ini
Here are other test methods:
If you still do not progress Please, please contact New Relic on
Comments
Post a Comment