# Trigger Datadog Incidents

## Datadog Integration

Connect Datadog to Paradime to automatically create incidents when Bolt runs fail, with centralized incident management and monitoring workflows.

{% hint style="info" %}
**Need to connect Datadog first?** Follow our [Datadog integration](https://docs.paradime.io/app-help/documentation/integrations/incident-management/datadog) setup guide to authenticate and connect your account.
{% endhint %}

### Configure Datadog Trigger

#### Step 1: Add Datadog Destination

1. Navigate to the **Triggers integration** section
2. Click **Add Integration**
3. Select **Datadog** from the dropdown

<div data-with-frame="true"><figure><img src="https://2337193041-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHET0AD04uHMgdeLAjptq%2Fuploads%2FzeLgJZBexQMTD0UcKjwT%2Fimage.png?alt=media&#x26;token=96f26b1c-6a8c-41cf-beb1-0014b75ca91b" alt="" width="375"><figcaption></figcaption></figure></div>

#### Step 2: Set Incident Parameters

Configure the following fields to customize incidents created in Datadog:

| Field                    | Description                                | Options                                                |
| ------------------------ | ------------------------------------------ | ------------------------------------------------------ |
| **Severity**             | Priority level for the incident            | Critical, High, Medium, Low, or custom severity levels |
| **Customer Impacted**    | Whether the incident impacts customers     | Checkbox: Check if customer-facing                     |
| **State**                | Initial state of the incident              | Active, Stable, Resolved                               |
| **Commander**            | User responsible for managing the incident | Select from your Datadog users                         |
| **Notification Handles** | Additional users to notify                 | Select specific users from your Datadog account        |

#### Step 3: Confirm Configuration

1. Review your incident parameters
2. Click **Confirm** to save the trigger
3. The Datadog trigger is now active for this schedule

### What Gets Created

When a Bolt run fails, Datadog will automatically create an incident containing:

* Incident title with schedule name and workspace
* Incident details including:
  * Direct link to Paradime run logs
  * Run ID with direct link
  * Execution timestamps
  * Commands executed
  * Branch information
  * AI Summary of the command logs
* Configured severity, state, and customer impact flag
* Assigned commander and notification recipients

### Testing Your Configuration

1. Manually run a schedule that will fail
2. Check your Datadog dashboard for the new incident
3. Verify the incident contains the correct parameters and run details
4. Confirm the appropriate users were notified

### Key Benefits

* **Centralized incident management** - Track all pipeline failures alongside infrastructure incidents
* **Accelerate debugging** - Jump directly from Datadog alerts to Paradime run logs
* **Improve MTTR** - Leverage Datadog's incident workflow for faster resolution
* **Enable cross-team visibility** - Share pipeline health with platform and DevOps teams


---

# 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/bolt/creating-schedules/trigger-integrations/trigger-datadog-incidents.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.
