forked from linode/linode_api4-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonitor_dashboards_1.json
More file actions
34 lines (34 loc) · 831 Bytes
/
Copy pathmonitor_dashboards_1.json
File metadata and controls
34 lines (34 loc) · 831 Bytes
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
{
"created": "2024-10-10T05:01:58",
"id": 1,
"label": "Resource Usage",
"service_type": "dbaas",
"type": "standard",
"updated": "2024-10-10T05:01:58",
"widgets": [
{
"aggregate_function": "sum",
"chart_type": "area",
"color": "default",
"label": "CPU Usage",
"metric": "cpu_usage",
"size": 12,
"unit": "%",
"y_label": "cpu_usage",
"group_by": ["entity_id"],
"filters": null
},
{
"aggregate_function": "sum",
"chart_type": "area",
"color": "default",
"label": "Available Memory",
"metric": "available_memory",
"size": 6,
"unit": "GB",
"y_label": "available_memory",
"group_by": ["entity_id"],
"filters": null
}
]
}