forked from DataDog/integrations-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
57 lines (57 loc) · 1.52 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
{
"manifest_version": "2.0.0",
"app_uuid": "3d16e6da-7ac2-47b4-95c0-0d221686f05a",
"app_id": "neoload",
"display_on_public_website": true,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Monitor and Analyze NeoLoad Performance Test Results",
"title": "NeoLoad",
"media": [
{
"media_type": "image",
"caption": "NeoLoad Performance Testing dashboard",
"image_url": "images/neoload-dashboard.png"
}
],
"classifier_tags": [
"Category::Notification",
"Category::Testing",
"Offering::Integration",
"Supported OS::Linux",
"Supported OS::Windows",
"Supported OS::macOS"
]
},
"assets": {
"integration": {
"source_type_name": "neoload",
"configuration": {},
"events": {
"creates_events": true
},
"metrics": {
"prefix": "NeoLoad.",
"check": "NeoLoad.Controller.User.Load",
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"dashboards": {
"NeoLoad Performance Testing": "assets/dashboards/neoload_overview.json"
},
"logs": {}
},
"author": {
"name": "Tricentis",
"homepage": "https://www.tricentis.com/products/performance-testing-neoload",
"sales_email": "[email protected]",
"support_email": "[email protected]"
},
"oauth": {}
}