New Relic Installation
New Relic Monitoring Installation
The platform provides a JPS-based New Relic add-on that installs the monitoring agent with a guided workflow. It also includes an option for applying available New Relic updates later.
Requirements
- A registered New Relic account.
- The New Relic license key associated with that account.
- An existing platform environment containing the application that needs to be monitored.
Supported Environments
The installation workflow is similar for both environment types. The example below uses a Java environment with a Tomcat application server.
Install the New Relic Add-On
1Open Marketplace
Click Marketplace in the upper dashboard toolbar.
2Locate New Relic APM
Open the Add-ons section, search for New Relic APM, and click Install.
manifest.jps file.
3Complete the installation form
Provide the application label, license key, target environment, and application-server node.
Installation Settings
| Field | Description |
|---|---|
| Application name | Label used for the application in the New Relic dashboard. The environment domain is inserted automatically by default. |
| License key | Unique identifier connected to the New Relic account. It ensures that collected metrics are reported to the correct account. |
| Environment name | Target environment where the New Relic agent will be installed. |
| Nodes | Application-server instance selected for monitoring. |
The license key is available in the New Relic account settings.
Click Install to start deploying the agent.
Configuration File Locations
The license key and other New Relic settings can be changed later through the platform Configuration Manager.
| Server Type | Configuration File |
|---|---|
| Tomcat / TomEE | /opt/tomcat/lib/newrelic/newrelic.yml |
| Jetty | /opt/jetty/lib/newrelic/newrelic.yml |
| PHP application server | /etc/php.d/newrelic.ini — update the newrelic.license parameter. |
Other agent settings can also be adjusted inside these configuration files.
Restart Application Nodes
After a few minutes, the add-on reports that installation has completed successfully.
4Restart the node
Restart the selected application-server node so the New Relic agent starts collecting performance information.
For a horizontally scaled application layer, nodes can be restarted sequentially. A delay between node restarts can be configured so that other instances remain active while one node is undergoing maintenance.
Review Application Metrics
Sign in to the New Relic account after the agent starts reporting. The dashboard can then display application performance metrics, custom reports, throughput, response times, transaction activity, and notifications for critical issues.
