-
Notifications
You must be signed in to change notification settings - Fork 48
/
DefaultCompare.json
62 lines (62 loc) · 2.05 KB
/
DefaultCompare.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
{
"Target": [
{
"ReferenceController": "https://your.controller.here",
"ReferenceApplication": ".*",
"DifferenceController": "https://your.other.controller.here",
"DifferenceApplication": ".*",
"NameRegex": true,
"Type": "APM"
},
{
"ReferenceController": "https://your.controller.here",
"ReferenceApplication": "SpecificApplication",
"DifferenceController": "https://your.controller.here",
"DifferenceApplication": "AnotherSpecificApplication",
"NumTimeRangesOffset": 0,
"NumTimeRangesCompare": -1,
"NameRegex": false,
"Type": "APM"
},
{
"ReferenceController": "https://your.controller.here",
"ReferenceApplication": "SpecificApplication",
"DifferenceController": "https://your.other.controller.here",
"DifferenceApplication": "AnotherSpecificApplication",
"NameRegex": false,
"Type": "APM"
}
],
"Input": {
"TimeRange": {
"ReferenceSkipRanges": 0,
"ReferenceCompareRanges": -1,
"DifferenceSkipRanges": 0,
"DifferenceConsiderRanges": -1,
"xReferenceFrom": "2020-03-20T09:00:00",
"xReferenceTo": "2020-03-20T10:00:00",
"xDifferenceFrom": "2020-03-20T09:00:00",
"xDifferenceTo": "2020-03-20T10:00:00"
},
"UsersGroupsRolesPermissions": true,
"Dashboards": true,
"Licenses": true,
"Configuration": true,
"DetectedEntities": true,
"Metrics": true,
"Flowmaps": true,
"Snapshots": true
},
"Output": {
"UsersGroupsRolesPermissions": true,
"Dashboards": true,
"Licenses": true,
"Configuration": true,
"DetectedEntities": true,
"EntityMetrics": true,
"EntityMetricGraphs": true,
"Flowmaps": true,
"Snapshots": true,
"FlameGraphs": true
}
}