From 2a2dfbd0f03422077901c49bbf196710d9eb5d43 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Thu, 4 May 2023 13:00:12 -0400 Subject: [PATCH] Specify Production in new relic app name --- docs/run-book.md | 2 +- newrelic.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/run-book.md b/docs/run-book.md index f93114a99..db47e8496 100644 --- a/docs/run-book.md +++ b/docs/run-book.md @@ -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. diff --git a/newrelic.ini b/newrelic.ini index 394ae3c1a..5f5fec1e7 100644 --- a/newrelic.ini +++ b/newrelic.ini @@ -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 # ---------------------------------------------------------------------------