New Relic

An integration guide for New Relic.

Overview

New Relic is an innovative observability platform that offers comprehensive insights into your application's performance and system health. By integrating New Relic with Rely.io's platform, you can utilize the monitoring data collected by New Relic within Rely's platform.

Installation Guide

To get started with the New Relic integration, follow the steps below:

1. Generate API key

Before you can connect Rely to New Relic, you need to generate the an API Key. The following guide was based on the official documentation provided by New Relic. Start by accessing the API keys UI page.

  1. Click the "Create a key" button which will prompt a creation form

  2. Select the Account Id you which to integrate with, this should reference the account from that hosts the telemetry data you wish to use in the Rely platform

  3. Select Key Type: User. This key type will allow Rely to use NerdGraph and perform NRQL queries. To learn more about key types read the official docs.

  4. Provide your key with a meaningful name like: Rely.io Access Key.

  5. Submit the form

Afterwards a new entry will be added to the list of API keys. For the third step of this guide you'll need:

  1. The Account Id of the key you have just generated.

  2. The API Key Value, which you can access by clicking the options button of the new row and clicking "Copy Key"

2. Check if your account is based in EU region

To integrate with Rely you'll need to know if your New Relic account is based in the EU region's data center or not. Both are viable, it's just a matter of knowing.

Use either of these options to learn that:

  • In APM, mouse over the application name to view the URL. If it begins with rpm.eu.newrelic.com/, it is an EU-based account.

  • Check your license key. If it begins with EU, it is an EU-based account.

Or reference the official documentation.

3. Connect to the Rely Platform

Now, you can proceed to connect your New Relic account with Rely.

Open the Rely platform and start by navigating to the data-sources page. Click the "Add Data Source" button and select "New Relic".

This will prompt a modal to appear asking you for the information necessary to successfully integrate New Relic with your Rely.io account.

Fill in the required input fields:

  • Collector Name: Enter a name for the collector.

  • Account ID: Paste the Account Id referenced in the first step.

  • API Key: Paste the API key generated in the first step.

  • EU Data Center: If you have a New Relic EU region account, check the EU Data Center box.

Click "Create" to finish the integration process.

After you submit your form, an entity discovery run will be kickstarted that can take a few minutes. By the end of this discovery run:

  • New blueprints will be added to your data model

  • Entities will be queries from the data-source and added to your software catalog

  • These entities will be periodically updated to ensure they remain in sync with their external counter-parts

Congratulations! You have successfully set up the New Relic integration for Rely.io's platform.

Last updated