Datadog Integration Guide

Datadog integration with AlertOps aggregates all metrics and events in one place so they can be analyzed by development and operations teams. Integrate AlertOps’ alert management platform with Datadog to receive and respond to critical alerts through email, SMS, push notification, and phone alerts. AlertOps ensures that alerts received from Datadog always reach the correct, available team member by utilizing escalation policies and on-call schedules.

AlertOps Configuration

  1. From the main menu, click on Integrations and then select Inbound Integrations from the sub menu.

  2. Select API tab

  3. Select the 'ADD API INTEGRATION' button.

  4. You should now be on the API Integration Detail page. Select Datadog from the pre-built Integration Templates.

  5. Enter a name for the integration. Select an escalation rule to determine the integration's escalation policy. And, enter the names of recipient group(s) and recipient user(s). Click 'SAVE.' Then, click 'COPY URL' to copy the URL endpoint to be used in the Datadog configuration.

Datadog Configuration

Step 1: Configure webhook in Datadog. 

Sample Data:

{
"alert_id": "$ALERT_ID",
"title": "$EVENT_TITLE",
"alert_transition":"$ALERT_TRANSITION",
"link":"$LINK",
"event_msg":"$EVENT_MSG"
}

Click here to view advanced integration options. 

Alert Triggering Information

AlertOps will automatically create an incident when a new alert is received from Datadog with an IncidentStatus status of “Triggered.”

If an alert with status “Triggered” matches an existing Open Alert, AlertOps will recognize the new alert as a duplicate and ignore the alert. The alert will be recorded in the Inbound Messages table as “Mapped Appended.”

AlertOps will automatically close the same incident when an alert with an IncidentStatus status “Recovered” is received.

Testing and Troubleshooting

Click here to read about Web API Testing and Troubleshooting. 

Did this answer your question?