Datadog integration
This page describes how to connect Insights data with Datadog.
Overview
The Datadog CircleCI integration allows you to visualize and analyze data about your CircleCI jobs within Datadog.
Integration
Complete the following steps to set up a CircleCI webhook to forward your logs to Datadog.
-
Log in to the CircleCI web app
-
Access one of your CircleCI projects
-
Open Project settings
-
In the project settings sidebar, click Webhooks
-
Select Add webhook
-
Complete the following fields:
-
Webhook name:
Datadog CI Visibility
or any other identifier name that you want to provide. -
Receiver URL:
https://webhook-intake.datadoghq.com/api/v2/webhook/?dd-api-key=<API_KEY>
where<API_KEY>
is your Datadog API key. -
Events: Select Workflow Completed and Job Completed.
-
Enable the check: Certificate verifications.
-
-
Select Add Webhook to save the new webhook.
Visualize pipeline data in Datadog
Sign in to Datadog and visit the Pipelines and Pipeline Executions pages to see data populate after workflows finish.
The Pipelines page will only show data for the default branch of each repository. |