-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathaarApplicationPerformance.json
More file actions
54 lines (54 loc) · 2.27 KB
/
aarApplicationPerformance.json
File metadata and controls
54 lines (54 loc) · 2.27 KB
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
{
"id": "aarApplicationPerformance",
"author": "Sayaji Patil",
"creationDate": "06/27/2017",
"title": "AAR Application Performance ({{domainName}})",
"links": [
{
"label": "Applications",
"url": "/dashboards/aarDomain"
},
{
"label": "Network Performance",
"url": "/dashboards/aarNetworkPerformance"
},
{
"label": "Application Performance",
"url": "/dashboards/aarApplicationPerformance"
},
{
"label": "Details",
"url": "/dashboards/aarDomainDetail"
}
],
"visualizations": [
{ "id": "vsd-from-nsgs-table", "x": 0, "y": 0, "w": 2, "h": 15, "minW": 2, "minH": 15, "static": true},
{ "id": "vsd-to-nsgs-table", "x": 2, "y": 0, "w": 2, "h": 15, "minW": 2, "minH": 15, "static": true},
{ "id": "aar-flow-sla-heatmap", "x": 4, "y": 0, "w": 8, "h": 15, "minW": 8, "minH": 15, "static": true},
{ "id": "aar-flow-uplink-pairs", "x": 0, "y": 15, "w": 2, "h": 30, "minW": 2, "minH": 40, "static": true},
{ "id": "aar-nsg-per-port-pktloss-linechart", "x": 2, "y": 15, "w": 10, "h": 10, "minW": 2, "minH": 10, "static": true},
{ "id": "aar-nsg-per-port-delay-linechart", "x": 2, "y": 25, "w": 10, "h": 10, "minW": 2, "minH": 10, "static": true},
{ "id": "aar-nsg-per-port-jitter-linechart", "x": 2, "y": 35, "w": 10, "h": 10, "minW": 2, "minH": 10, "static": true},
{ "id": "aar-nsg-sla-details", "x": 0, "y": 45, "w": 6, "h": 15, "minW": 2, "minH": 12, "static": true},
{ "id": "aar-nsg-sla-flow-details", "x": 6, "y": 70, "w": 6, "h": 15, "minW": 2, "minH": 12, "static": true}
],
"defaultFilterOptionsOverride": {
"Time interval": {
"parameter": "startTime",
"default": "now-15m",
"options": [
{
"label": "Last 15 min",
"value": "now-15m",
"default": true,
"forceOptions": {
"interval": "1m",
"prevStartTime": "now-30m",
"unit": "m",
"duration": "15"
}
}
]
}
}
}