# New Relic

Connect New Relic to Paradime to receive real-time alerts for your Bolt Pipelines.

{% hint style="info" %}

### Prerequisites

Before connecting New Relic to Paradime, make sure you have:

* An existing Bolt schedule
* Admin access to New Relic
* Access to New Relic Account ID and API Key
  {% endhint %}

### Setup Guide

Set up New Relic incident creation for failed runs by following the steps below.

#### Step 1: Gather Your New Relic Credentials

1. **Get Your Account ID:**
   * Visit [https://docs.newrelic.com/docs/accounts/accounts-billing/account-structure/account-id/](https://docs.newrelic.com/docs/accounts/accounts-billing/account-structure/account-id/https://docs.newrelic.com/docs/accounts/accounts-billing/account-structure/account-id/)
   * Follow the instructions to locate your Account ID
2. **Generate API Key:**
   * Visit [https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/)
   * Create a new API key
   * Save this key securely

{% hint style="warning" %}
**Important:** Store your API key securely. You will need it to configure the Paradime integration.
{% endhint %}

#### Step 2: Connect New Relic to Paradime

1. In Paradime, navigate to **Settings →  Integrations → New Relic.**
2. Enter your New Relic Account ID.
3. Paste your New Relic API Key into the field provided.
4. Click **Create** to establish the connection.

Once connected, Paradime will automatically create incidents in New Relic whenever Bolt runs fail.

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FQOjgx4Hv4x2h6Ua6joQd%2Fimage.png?alt=media&#x26;token=0bcfc41a-1273-4c54-8e3b-74d8cb5074ec" alt=""><figcaption></figcaption></figure>

### Enable New Relic for Your Bolt Schedules

After enabling the integration, you can configure which Bolt Schedules should create incidents in New Relic when they fail.

To configure incident creation:

1. Navigate to **Bolt** > **Schedules** in the Paradime interface.
2. Select the schedule you want to monitor.
3. Open the [**Integration Settings**](https://docs.paradime.io/app-help/documentation/bolt/creating-schedules/trigger-integrations/trigger-new-relic-incidents) for that schedule.
4. Enable **New Relic Incident Creation** to automatically create incidents in New Relic when the schedule fails.

Once enabled, any failures in the configured Bolt Schedules will automatically trigger incident creation in New Relic, allowing your team to respond quickly to data pipeline issues.

### New Relic Integration Capabilities

Paradime uses the New Relic API to automatically create incidents for  for [Bolt Schedules](https://docs.paradime.io/app-help/documentation/bolt).

This integration enables you to:

* Automatically track dbt™ run failures in New Relic
* Leverage New Relic's incident management workflows
* Monitor pipeline health alongside your application monitoring
* Reduce time to resolution for data pipeline issues


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.paradime.io/app-help/documentation/integrations/incident-management/new-relic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
