Skip to content

Commit

Permalink
Specify Production in new relic app name
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed May 4, 2023
1 parent 881f479 commit 2a2dfbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/run-book.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ that the security of the system is maintained.

Operational alerts are posted to the [#pb-notify-alerts](https://gsa-tts.slack.com/archives/C04U9BGHUDB) Slack channel. Please join this channel and enable push notifications for all messages whenever you are on call.

[NewRelic](https://one.newrelic.com/) is being used for monitoring the application.
[NewRelic](https://one.newrelic.com/) is being used for monitoring the application. [NewRelic Dashboard](https://onenr.io/08wokrnrvwx) can be filtered by environment and API, Admin, or Both.

[Cloud.gov Logging](https://logs.fr.cloud.gov/) is used to view and search application and platform logs.

Expand Down
2 changes: 1 addition & 1 deletion newrelic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ app_name = us-notify-api (Demo)
monitor_mode = true

[newrelic:production]
app_name = us-notify-api
app_name = us-notify-api (Production)
monitor_mode = true

# ---------------------------------------------------------------------------

0 comments on commit 2a2dfbd

Please sign in to comment.