-
Notifications
You must be signed in to change notification settings - Fork 30
/
group1.dashboard1.json
45 lines (45 loc) · 1.09 KB
/
group1.dashboard1.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
{
"title": "MySQL Servers",
"columns": 2,
"user": "erez",
"timeBack": "6h",
"from": "",
"until": "",
"width": 700,
"height": 350,
"legend": true,
"refresh": true,
"refreshIntervalSeconds": 30,
"averageSeries": false,
"defaultLineWidth": 2,
"data": [
{
"title": "Slow Queries",
"target": "groupByNode(machines.${dc}dc1.mysql*.Slow_queries,2,\"nonNegativeDerivative\")"
},
{
"title": "Seconds Behind Master",
"target": "groupByNode(machines.${dc}dc1.mysql*.Seconds_Behind_Master,2,\"averageSeries\")"
},
{
"title": "Queries Per Second",
"target": "groupByNode(machines.${dc}dc1.mysql*.Qps,2,\"averageSeries\")"
}
],
"parameters": {
"datacenter": {
"All": {
"dc": "*"
},
"New York": {
"dc": "ny"
},
"LA": {
"dc": "la"
},
"Chicago": {
"dc": "chi"
}
}
}
}