-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
manifest.json
61 lines (61 loc) · 1.63 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"manifest_version": "2.0.0",
"app_uuid": "791bc8e8-1a70-465a-b423-709b6af4e6e5",
"app_id": "cilium",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Collect per pod agent metrics and cluster-wide operator metrics",
"title": "Cilium",
"media": [],
"classifier_tags": [
"Supported OS::Linux",
"Supported OS::macOS",
"Supported OS::Windows",
"Category::Containers",
"Category::Network",
"Category::Security",
"Category::Log Collection",
"Offering::Integration"
]
},
"author": {
"support_email": "help@datadoghq.com",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "info@datadoghq.com"
},
"assets": {
"integration": {
"source_type_name": "Cilium",
"configuration": {
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "cilium.",
"check": "cilium.endpoint.state",
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
},
"process_signatures": [
"cilium-operator-generic",
"cilium-agent",
"cilium-health-responder"
],
"source_type_id": 10077,
"auto_install": true
},
"dashboards": {
"Cilium Overview": "assets/dashboards/overview.json",
"Cilium Overview v2": "assets/dashboards/overview_v2.json"
}
}
}