Datadog¶
Forward Datadog monitor alerts to Robusta via a Datadog webhook integration.
Prerequisites¶
A Robusta account with API access.
Your Robusta
account_id, found ingenerated_values.yaml.A Robusta API key with
Read/Writeaccess to alerts.A Datadog admin able to create webhook integrations.
Webhook URL¶
https://api.robusta.dev/webhooks?type=alert&origin=datadog&account_id=<ACCOUNT_ID>
Configure Datadog¶
In Datadog, go to Integrations → Webhooks → New and name the webhook
robusta.Set the URL to the webhook URL above.
Under Custom Headers, add:
{ "Authorization": "Bearer <ROBUSTA_API_KEY>" }Leave the default payload.
Save. In any monitor, set the Notify field to
@webhook-robustato forward its alerts to Robusta.
Verify¶
Trigger a test alert from a Datadog monitor. The event should appear in Settings → Delivery Log and on the Robusta timeline.