Specify Production in new relic app name

This commit is contained in:
Ryan Ahearn
2023-05-04 13:00:12 -04:00
parent 881f479417
commit 2a2dfbd0f0
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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
# ---------------------------------------------------------------------------