Datadog CI Visibility for Depot CI is in private beta. To request access, reach out to support.
Depot CI can send your CI runs to Datadog CI Visibility, so you can monitor Depot CI pipeline health next to the rest of your pipelines. Because Depot CI runs aren't GitHub Actions runs, Datadog's webhook ingestion never sees them — Depot emits the runs directly to Datadog's custom pipeline API instead.
In the Depot dashboard, go to Depot CI settings and turn on the Datadog CI Visibility toggle.
Add a CI secret named DD_API_KEY with your Datadog API key:
DD_API_KEY=<your-datadog-api-key>Nothing is sent to Datadog until both the toggle is enabled and this secret is present. In Depot CI, a repo-scoped secret takes precedence over an org-scoped one, so you can point individual repositories at different Datadog accounts.
Optional: If your Datadog account is on a non-default region, add a DD_SITE secret to select it. The region defaults to datadoghq.com:
DD_SITE=datadoghq.comDepot maps each run onto Datadog's pipeline model:
Retries are represented faithfully: