forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
62 lines (62 loc) · 1.62 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
62
{
"manifest_version": "2.0.0",
"app_uuid": "ee9cd120-9667-4a81-a309-c34f5942406a",
"app_id": "hudi",
"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 Hudi configuration.",
"title": "Hudi",
"media": [],
"classifier_tags": [
"Supported OS::Linux",
"Supported OS::macOS",
"Supported OS::Windows",
"Category::Log Collection",
"Category::Processing"
]
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
},
"oauth": {},
"assets": {
"integration": {
"source_type_name": "Hudi",
"configuration": {
"spec": "assets/configuration/spec.yaml"
},
"events": {
"creates_events": false
},
"metrics": {
"prefix": "hudi.",
"check": "hudi.action.duration",
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"dashboards": {
"Hudi Overview": "assets/dashboards/overview.json"
},
"monitors": {
"commit_duration": "assets/monitors/commit_duration.json"
},
"saved_views": {
"hudi_error_logs": "assets/saved_views/error_logs.json",
"hudi_overview": "assets/saved_views/hudi_overview.json",
"hudi_patterns": "assets/saved_views/hudi_patterns.json"
},
"logs": {
"source": "hudi"
}
}
}