Skip to content

Commit 37cfa45

Browse files
committed
Update New Relic docs
This change updates our New Relic docs to remove information that is no longer valid. It's not clear to me that this entire section is particularly useful to document here though.
1 parent 10cfd72 commit 37cfa45

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

docs/debugging-monitoring.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@ This project can be configured for real-time monitoring with
5757
[New Relic](https://newrelic.com/). This requires an active New Relic account
5858
and a valid license key.
5959

60-
First, you'll need to install
61-
[the New Relic Python Agent](https://docs.newrelic.com/docs/agents/python-agent)
62-
from
63-
[from PyPI](https://pypi.org/project/newrelic/).
64-
This package is not part of the standard development requirements but is
65-
included in
66-
the [`requirements/deployment.txt`](https://github.com/cfpb/consumerfinance.gov/blob/main/requirements/deployment.txt) file.
67-
It can be installed into your Python environment using the following command:
68-
69-
```shell
70-
$ pip install newrelic
71-
```
72-
7360
New Relic monitoring is implemented by wrapping every request to the Django
7461
web server with a call to the Python agent. This agent records information
7562
about web requests and reports it back to New Relic's servers. Additionally,
@@ -103,12 +90,7 @@ file contains placeholder entries for these two variables.
10390
Once you've set these two variables, start or restart your local web server.
10491

10592
When you make your first web request, you'll see messages in the console
106-
indicating that the New Relic Python agent has been activated. You should also
107-
see a message containing a link to the New Relic console:
108-
109-
```txt
110-
Reporting to: https://rpm.newrelic.com/accounts/XXXXXXXX/applications/XXXXXXXX
111-
```
93+
indicating that the New Relic Python agent has been activated.
11294

11395
You should now be able to use that link to navigate to the New Relic console
11496
and, after a few seconds, see your web server traffic in New Relic APM and

0 commit comments

Comments
 (0)