Overcome these challenges to detect anomalies in IT monitoring Compare Grafana vs. Datadog for IT monitoring
Tip

Learn how New Relic works and when to use it for IT monitoring

New Relic is one of many tools that can help an IT team track application performance and health. Before adoption, understand primary use cases and SaaS installation requirements.

Performance is a critical attribute of modern enterprise applications. Admins must track application performance as traffic levels and infrastructure demands shift. Poor performance affects customer satisfaction and business revenue and can even compromise business governance and regulatory compliance.

Application performance monitoring platforms, such as New Relic APM, follow the behaviors of web and non-web applications that run across the business. When admins watch the performance of an application over time, they can validate and optimize provisioned resources, ensure adherence to customer SLAs and troubleshoot potential issues effectively.

Editor's Note: The acronym APM is often used interchangeably to refer to either application performance management or application performance monitoring. New Relic APM uses the term to refer to the latter.

Let's look at how New Relic works, consider its features and installation requirements, and review essential uses for the platform.

New Relic APM features

New Relic APM software as a service has a feature set intended to collect data, analyze the data and report relevant performance metrics to IT administrators and other application stakeholders.

Metrics gathering

New Relic APM gathers metrics on web transactions, including response time on the web server side, throughput expressed in requests per minute and application errors over time, and metrics on individual HTTP requests. The tool also digs into the metrics of major database applications, such as SQL, to report response times and throughput, time per query, slow queries, and other details that pinpoint SQL statements that might bog down a website.

New Relic APM supports Java and external environments. It can collect Java virtual machine (JVM) metrics, such as heap and non-heap memory, garbage collection, class count, thread pools, HTTP sessions, and transactions. Admins can define custom instrumentation for Java applications, which lets the business look for specific performance attributes. External service metrics collect details about web services; cloud resources, including native AWS, Azure, and GCP services; and other network-based request traffic.

Analytics

New Relic APM provides detailed error analytics that identify the exact error locations and classify the associated transactions and error types. Admins can filter results to tease out specific error details and attributes for each trace. A thread profiler shows the relative activity areas of the application to locate possible bottlenecks for remediation. Cross-application tracing enables analysis of transactions between applications and identifies bottlenecks or other performance problems when the monitored application calls an internal or external service. Deployment tracking capabilities capture before and after snapshots of application performance to determine the effects of application or configuration changes.

Alerting and reporting

New Relic APM has transaction-level alerting and access to transaction dashboards, topology maps and SLA compliance reports. A key transactions monitor tracks and reports the most important business transactions related to the application. Users can configure weekly application performance reports to deliver to stakeholders, while SLA reports can deliver performance forecasts on a daily, weekly or monthly basis. Service maps provide visualization of the application architecture, including those based on microservices, that details the topology, connections, dependencies and health of each related element.

How New Relic works

New Relic APM collects and stores metrics and data from web-based and other associated applications within the enterprise. New Relic receives data over the network and then processes and analyzes it. Users view the data through a dashboard-type interface.

New Relic uses agents, which are small segments of code installed into the application or application environment. Numerous agents handle a wide range of applications. Users can find agents in C SDK, Go, Java, .NET, Node.js, PHP, Python and Ruby.

An example using a web application illustrates how New Relic works. An agent collects a range of performance details, such as the amount of time the code requires to build each webpage and page load time. Administrators can review these details, identify any factors that might delay performance, and determine the root of the delays. Dashboards point out issues in real time and track trends over time. When an issue is discovered, administrators and developers can take corrective action, such as a code update, and then compare the performance differences to objectively determine the effect of any changes.

As a SaaS offering, New Relic retains metrics and other data -- not the user. Organizations with demanding long-term analytics or sensitive compliance requirements might need to consider the data retention policies of a SaaS provider before adoption.

New Relic APM requires an account to use the SaaS offering. A free tier allows for unlimited basic and core users but only one full platform user and up to 100 GB of data ingested per month. Paid subscription levels include a Standard account limited to five full platform users, a Pro account with unlimited platform users, and an Enterprise account with priority support. Current pricing is based on per-user and per-platform engagement:

Support services vary by account level.
Free Standard Pro Enterprise
Basic users $0 $0 $0 $0
Core users $0 $49 $49 $49
Full platform users $0 $10/first user and $99 for each additional user (max 5) $349/user (annually) or $418.80/user (monthly) $549/user (annually) or $658.80/user (monthly)

New Relic has hundreds of integrations to interoperate with important tools across the enterprise. For example, the New Relic platform can integrate with alerting and collaboration tools such as PagerDuty, Campfire, HipChat and Slack. Ticketing and help desk integrations include Atlassian Jira, Lighthouse or Pivotal Tracker. The tool can also interoperate with a range of public cloud services from AWS, Google and Microsoft Azure. Organizations can use APIs to create custom queries of metrics data and access data about error rates, application server performance and more. A complete listing of current integrations is available through the New Relic website.

Install New Relic APM agents

New Relic is a SaaS offering, so there is no direct installation of the tool itself. But agents play a key role in how New Relic works.

After establishing a New Relic APM account, download and install an appropriate agent to collect application performance data. For example, install the Java agent for an application written in Java. There are numerous agents suited to varied products and programming languages, so it's important to select the appropriate agent and then install it properly.

Review the requirements and suitable applications for the agent. For example, New Relic's Java agent requires a current version of Java virtual machine, such as OpenJDK JVM versions 7 to 13, for Linux, Windows and OS X. The application server must also support SHA-2 (256-bit) encryption. Check if the agent provides native instrumentation for the associated workload. The Java agent natively supports an array of different web servers, such as Tomcat 7.0.0 and ColdFusion 10, as well as many web frameworks and libraries, messaging platforms, data stores and hosting services. The exact requirements and supported workloads are detailed in New Relic's documentation.

To obtain the desired agent easily, use the New Relic UI. For the Java agent, for example, select the agent and download both the agent components and a corresponding configuration file. Then, create a new directory on the application server, unpack the agent components into the new directory, make any necessary changes to the configuration file and pass a switch to the JVM with a command to load the agent, such as -javaagent:/path/agentname.jar.

Finally, restart the application server. JVM will load and run the installed agent. It might take several minutes to collect data and display it in the New Relic APM interface.

Agents do not usually need detailed configuration; however, administrators can customize or alter the agent's configuration file. To continue the Java agent, the YML file enables changes to test, development, staging and production settings. Specific agents and instructions can be obtained through the New Relic website.

Use New Relic APM

Once the agent starts to report data to the UI successfully, admins can use that data to monitor and enhance application performance.

First, check the overview of a selected application. Log in to the New Relic site and view the portal, which provides an index of monitored applications. Select the desired application to view an array of charts, tables and reports about the application's performance.

One noteworthy overview entry is the application's user satisfaction, or Apdex, score. This measures the ratio of satisfactory and unsatisfactory response times. The ratio is presented graphically between zero -- completely unsatisfactory -- and one -- completely satisfactory. Use the application and browser graphs to learn more about user satisfaction details, or review further along the application graph to learn more about transactions that might affect the application's performance.

Administrators can also use New Relic for application alerting and reporting. Implement policies that detail the reason, criteria, thresholds and responses for an alert condition.

Alerts usually start with the creation of a new alert policy. Access alerts through the alerts UI, select Alerts policies, choose Add a policy and then follow the wizard to finish the creation. Then, access the UI to set conditions and thresholds for the selected alert.

To aid troubleshooting, New Relic APM captures detailed performance data, which lets administrators access and view transaction traces. This feature can associate Apdex problems with application behaviors. In the Transactions page for the desired application from the New Relic APM Overview page, opt to see transactions associated with the lowest Apdex transactions.

New Relic competitors

New Relic competitors include AppDynamics, Datadog, Dynatrace, ManageEngine, SolarWinds, Sumo Logic and Splunk Technology. Cloud providers also provide APM-type services, such as Amazon CloudWatch and Azure Monitor. An APM tool can be part of the IT toolset for years, so evaluate each prospective tool carefully -- compare features, benefits and costs -- prior to a final decision.

Stephen J. Bigelow, senior technology editor at TechTarget, has more than 20 years of technical writing experience in the PC and technology industry.

Next Steps

AWS monitoring best practices extend beyond CloudWatch

Compare Grafana vs. Datadog for IT monitoring

How to integrate and monitor Kubernetes with New Relic

Dig Deeper on IT systems management and monitoring

Software Quality
App Architecture
Cloud Computing
SearchAWS
TheServerSide.com
Data Center
Close