-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathrequest.CreateDashboard_2563642929.json
60 lines (60 loc) · 1.28 KB
/
request.CreateDashboard_2563642929.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
{
"title": "Example-Dashboard",
"description": "",
"widgets": [
{
"layout": {
"x": 0,
"y": 0,
"width": 47,
"height": 15
},
"definition": {
"title": "",
"title_size": "16",
"title_align": "left",
"time": {},
"style": {
"display": {
"type": "stacked",
"legend": "inline"
},
"scaling": "relative"
},
"type": "toplist",
"requests": [
{
"queries": [
{
"data_source": "metrics",
"name": "query1",
"query": "avg:system.cpu.user{*} by {service}",
"aggregator": "avg"
}
],
"formulas": [
{
"formula": "query1"
}
],
"sort": {
"count": 10,
"order_by": [
{
"type": "group",
"name": "service",
"order": "asc"
}
]
},
"response_format": "scalar"
}
]
}
}
],
"template_variables": [],
"layout_type": "free",
"is_read_only": false,
"notify_list": []
}