# Datadog

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

{% hint style="info" %}

### Prerequisites

Before connecting Datadog to Paradime, make sure you have:

* An existing Bolt schedule
* Datadog account
* Datadog API Key
* Datadog Application Key
  {% endhint %}

### Setup Guide

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

#### Step 1: Gather Your Datadog Credentials

1. **Generate API Key:**
   * Follow the instructions in [Datadog documentation](https://docs.datadoghq.com/account_management/api-app-keys/#api-keys)
   * Copy and save your API Key securely
2. **Generate Application Key:**
   * Follow the instructions in [Datadog documentation](https://docs.datadoghq.com/account_management/api-app-keys/#application-keys)
   * Copy and save your Application Key securely
3. **Ensure Application Key has the below permissions**
   1. `incident_notification_settings_read`
   2. `incident_read`
   3. `incident_write`
   4. `teams_read`
   5. `user_access_read`

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

#### Step 2: Connect Datadog to Paradime

1. In Paradime, navigate to **Settings → Integrations → Datadog**.
2. Select your Datadog API region
3. Enter your Datadog API Key into the field provided.
4. Enter your Datadog Application Key into the field provided.
5. Click **Create** to establish the connection.

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

<figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FRZwXTRMKYiDB3mGEnptC%2Fimage.png?alt=media&#x26;token=406e67df-8884-47a2-9a6a-b1cd0b1b6081" alt=""><figcaption></figcaption></figure>

### Enable Datadog for Your Bolt Schedules

After enabling the integration, you can configure which Bolt Schedules should create incidents in Datadog 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-datadog-incidents)for that schedule.
4. Enable **Datadog Incident Creation** to automatically create incidents in Datadog when the schedule fails.

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

### Datadog Integration Capabilities

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

This integration enables you to:

* Automatically track dbt™ run failures in Datadog
* Leverage Datadog'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/datadog.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.
