-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathmanifest.json
39 lines (39 loc) · 999 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"categories": [
"collaboration",
"source control",
"issue tracking",
"log collection"
],
"creates_events": false,
"display_name": "Gitlab Runner",
"guid": "08318775-7b40-4bc5-bb3d-36ad9111db37",
"is_public": true,
"maintainer": "help@datadoghq.com",
"manifest_version": "1.0.0",
"metric_prefix": "gitlab_runner.",
"metric_to_check": "gitlab_runner.process_max_fds",
"name": "gitlab_runner",
"public_title": "Datadog-Gitlab Runners Integration",
"short_description": "Track all the metrics from your Gitlab runners with Datadog",
"support": "core",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"type": "check",
"integration_id": "gitlab-runner",
"assets": {
"configuration": {
"spec": "assets/configuration/spec.yaml"
},
"monitors": {},
"dashboards": {},
"service_checks": "assets/service_checks.json",
"logs": {
"source": "gitlab-runner"
},
"metrics_metadata": "metadata.csv"
}
}