New Relic Integration
New Relic is an observability and monitoring tool that you can integrate into your applications. You can enable New Relic to monitor all user requests that come into Kion.
You must have a New Relic account to use this integration.
The New Relic library is integrated into our software to monitor the health of the application. By default, the library is disabled, but it can be enabled with two environment variables: NEWRELIC_APP
and NEWRELIC_LICENSE
. Add these environment variables to the pre-command field of the app AWS CloudFormation template during an installation, edit, or upgrade operation.
An example of the pre-command is:
export NEWRELIC_APP=CTProd && export NEWRELIC_LICENSE=licenseGoesHere