forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
58 lines (58 loc) · 1.64 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
{
"manifest_version": "2.0.0",
"app_uuid": "2851c4fa-97d2-4949-9673-b21671b57b0a",
"app_id": "arangodb",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Track metrics for your ArangoDB configuration.",
"title": "ArangoDB",
"media": [],
"classifier_tags": [
"Category::Caching",
"Category::Data Stores",
"Category::Log Collection",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS",
"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": "ArangoDB",
"configuration": {
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "arangodb.",
"check": "arangodb.process.system_time",
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
},
"source_type_id": 10266,
"auto_install": true
},
"dashboards": {
"ArangoDB Overview": "assets/dashboards/arangodb_overview.json"
},
"monitors": {
"ArangoDB's server Kernel mode usage is higher": "assets/monitors/high_server_kernel_mode.json",
"ArangoDB's server User mode usage is higher": "assets/monitors/high_server_user_mode.json"
}
}
}