diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-17 12:12:30 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-17 12:12:30 +0000 |
| commit | 70c5d7928283b1386ab26a93d68015e9591ae4b7 (patch) | |
| tree | 2825384d59e566bb61478d76086abd98f230120d /doc/api | |
| parent | 5e11fc146aba1344ad95f7fea1a99db82f0f68f2 (diff) | |
| download | gitlab-ce-70c5d7928283b1386ab26a93d68015e9591ae4b7.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/integrations.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/integrations.md b/doc/api/integrations.md index d409cd47aae..90bb26ffd3d 100644 --- a/doc/api/integrations.md +++ b/doc/api/integrations.md @@ -322,6 +322,7 @@ Parameters: | `datadog_env` | string | false | For self-managed deployments, set the env% tag for all the data sent to Datadog. | | `datadog_service` | string | false | Tag all data from this GitLab instance in Datadog. Useful when managing several self-managed deployments | | `datadog_site` | string | false | The Datadog site to send data to. To send data to the EU site, use `datadoghq.eu` | +| `datadog_tags` | string | false | Custom tags in Datadog. Specify one tag per line in the format: `key:value\nkey2:value2` ([Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79665) in GitLab 14.8.) | <!-- | `archive_trace_events` | boolean | false | When enabled, job logs are collected by Datadog and displayed along with pipeline execution traces ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/346339) in GitLab 14.7) | --> <!-- TODO: uncomment the archive_trace_events field once :datadog_integration_logs_collection is rolled out. Rollout issue: https://gitlab.com/gitlab-org/gitlab/-/issues/346339 --> |
