Datadog
Create Datadog events from Rollbar
Rollbar users can syndicate exceptions, errors, and code deployments as 'Events' in Datadog.
Setup
Configuration is per project in Rollbar.
1. Enable the Rollbar integrations in Datadog
- In Datadog, go to Integrations → Integrations and search for
Rollbar
. Pick the Rollbar by Datadog Integration.
- Alternatively, you can use the corresponding link to navigate to the Rollbar integration on your Datadog site directly: US1, US3, US5, EU1, US1-FED, AP1.
- Click Install.
- Click Install Integration on the next screen.
- Choose or Create a New API key. You'll need it in the next step.
2. Configure Datadog integration in Rollbar
- In Rollbar, navigate to Settings
- Choose Projects in the Setup section.
- Click the + button to add a new integration to your project.
- Choose Datadog from the list.
- Pick the site of your Datadog account.
- Paste your Datadog API key.
- Click Enable Datadog Integration
3. Validate the integration
- In Rollbar, click the Send Test Notification button.
- In Datadog, open the Events Explorer and check if the test Event arrived:
Congrats! Datadog is now integrated with Rollbar. Once integrated, the default notification 'Rules' will be activated and sent to your Datadog account.
Customizing Datadog Notification Rules
The Datadog event created by each notification rule can be customized using notification variables and filters. Additionally, you may specify a different API key for each notification rule if you wish to send the events to a different Datadog account.
Automatic Event Priority
When creating an event in Datadog from Rollbar, you can explicitly set the priority (low
, normal
) or allow Rollbar to automatically determine the priority. Here's how priority is automatically determined:
Rollbar Notification Rule | Datadog Priority |
---|---|
Item resolved | low |
Everything else | normal |
Automatic Event Type
When creating an event in Datadog from Rollbar, you can explicitly set the type (error
, warning
, info
, success
) or allow Rollbar to automatically determine the type. Here's how type is automatically determined:
Rollbar Notification Rule | Datadog Event Type |
---|---|
Deploy | info |
Item resolved | success |
Everything else | determined by Rollbar item level |
Rollbar item levels are mapped to Datadog event types as follows:
Rollbar Item Level | Datadog Event Type |
---|---|
critical , error | error |
warning | warning |
info , debug | info |
Updated about 1 month ago