- 03 May 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Datadog
- Updated on 03 May 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Datadog Integration Guide
Datadog integration with AlertOps aggregates all metrics and events in one place so they can be analysed 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
- Navigate to Configuration àIntegrations àAdd API Integration, the corresponding API Integration Detail page opens
- Select Datadog from the pre-built Integration Templates.
- 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.