Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9b213e60
Commit
9b213e60
authored
Oct 01, 2021
by
Luke Duncalfe
Committed by
Kati Paizee
Oct 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing API docs for Datadog integration
parent
02ad2733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
+38
-0
doc/api/integrations.md
doc/api/integrations.md
+38
-0
No files found.
doc/api/integrations.md
View file @
9b213e60
...
...
@@ -300,6 +300,44 @@ Get Campfire integration settings for a project.
GET /projects/:id/integrations/campfire
```
## Datadog
Datadog system monitoring.
### Create/Edit Datadog service
Set Datadog service for a project.
```
plaintext
PUT /projects/:id/services/datadog
```
Parameters:
| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
|
`api_key`
| string | true | API key used for authentication with Datadog |
|
`api_url`
| string | false | (Advanced) Define the full URL for your Datadog site directly |
|
`datadog_site`
| string | false | Choose the Datadog site to send data to. Set to
`datadoghq.eu`
to send data to the EU site |
|
`datadog_service`
| string | false | Name of this GitLab instance that all data will be tagged with |
|
`datadog_env`
| string | false | The environment tag that traces will be tagged with |
### Delete Datadog service
Delete Datadog service for a project.
```
plaintext
DELETE /projects/:id/services/datadog
```
### Get Datadog service settings
Get Datadog service settings for a project.
```
plaintext
GET /projects/:id/services/datadog
```
## Unify Circuit
Unify Circuit RTC and collaboration tool.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment