-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathrequest.CreateDashboard_2336428357.json
56 lines (56 loc) · 1.24 KB
/
request.CreateDashboard_2336428357.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
{
"title": "Example-Dashboard",
"description": "",
"widgets": [
{
"layout": {
"x": 0,
"y": 0,
"width": 54,
"height": 32
},
"definition": {
"title": "",
"title_size": "16",
"title_align": "left",
"time": {},
"type": "query_table",
"requests": [
{
"queries": [
{
"data_source": "metrics",
"name": "query1",
"query": "avg:system.cpu.user{*} by {host}",
"aggregator": "avg"
}
],
"formulas": [
{
"formula": "query1",
"conditional_formats": [],
"cell_display_mode": "bar"
}
],
"sort": {
"count": 500,
"order_by": [
{
"type": "formula",
"index": 0,
"order": "desc"
}
]
},
"response_format": "scalar"
}
],
"has_search_bar": "auto"
}
}
],
"template_variables": [],
"layout_type": "free",
"is_read_only": false,
"notify_list": []
}