- 重要な情報
- はじめに
- 用語集
- エージェント
- インテグレーション
- OpenTelemetry
- 開発者
- API
- CoScreen
- アプリ内
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Partial pipelines: View partial and downstream pipeline executions
Custom spans: Configure custom spans
Custom pre-defined tags: Set custom tags to all generated pipeline and job spans
Custom tags and metrics at runtime: Configure custom tags and metrics at runtime
The Datadog integration for CircleCI works by using webhooks to send data to Datadog.
For each project, go to Project Settings > Webhooks in CircleCI and add a new webhook:
https://webhook-intake./api/v2/webhook/?dd-api-key=<API_KEY>
where <API_KEY>
is your Datadog API key.Datadog CI Visibility
or any other identifier name that you want to provide.Workflow Completed
and Job Completed
.Click Add Webhook to save the new webhook.
To set custom tags to all the pipeline and job spans generated by the integration, add to the Webhook URL a URL-encoded query parameter tags
, with key:value
pairs separated by commas. If a key:value pair contains any commas, surround it with quotes. For example, to add key1:value1,"key2: value with , comma",key3:value3
, the following string would need to be appended to the Webhook URL:
?tags=key1%3Avalue1%2C%22key2%3A+value+with+%2C+comma%22%2Ckey3%3Avalue3
The Pipelines and Pipeline Executions pages populate with data after the workflows finish.
Note: The Pipelines page shows data for only the default branch of each repository.