Datadog

Forward Datadog monitor alerts to Robusta via a Datadog webhook integration.

Prerequisites

  • A Robusta account with API access.

  • Your Robusta account_id, found in generated_values.yaml.

  • A Robusta API key with Read/Write access 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

  1. In Datadog, go to Integrations → Webhooks → New and name the webhook robusta.

  2. Set the URL to the webhook URL above.

  3. Under Custom Headers, add:

    { "Authorization": "Bearer <ROBUSTA_API_KEY>" }
    
  4. Leave the default payload.

  5. Save. In any monitor, set the Notify field to @webhook-robusta to 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.