July 2019
Beginner to intermediate
302 pages
9h 38m
English
Once we have the license key, we need to install the newrelic Python library:
$ pip3 install newrelic
$ newrelic-admin generate-config <LICENSE-KEY> newrelic.ini
In the preceding command, replace LICENSE-KEY with the actual license key of your account. Now we have a new file called newrelic.ini. Open and edit the file in terms of the application name and anything else, as needed.
$ newrelic-admin validate-config newrelic.ini
This will tell ...