@cloudcare/guance-front-tools 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "test",
|
|
3
|
+
"dashboardType": "CUSTOM",
|
|
4
|
+
"dashboardExtend": {},
|
|
5
|
+
"dashboardMapping": [],
|
|
6
|
+
"dashboardOwnerType": "node",
|
|
7
|
+
"iconSet": {},
|
|
8
|
+
"dashboardBindSet": [],
|
|
9
|
+
"thumbnail": "",
|
|
10
|
+
"tagInfo": [],
|
|
11
|
+
"summary": "",
|
|
12
|
+
"main": {
|
|
13
|
+
"vars": [],
|
|
14
|
+
"charts": [
|
|
15
|
+
{
|
|
16
|
+
"extend": {
|
|
17
|
+
"settings": {
|
|
18
|
+
"alias": [],
|
|
19
|
+
"units": [],
|
|
20
|
+
"colors": [],
|
|
21
|
+
"levels": [],
|
|
22
|
+
"slimit": 20,
|
|
23
|
+
"showLine": false,
|
|
24
|
+
"unitType": "global",
|
|
25
|
+
"chartType": "line",
|
|
26
|
+
"fixedTime": "",
|
|
27
|
+
"isPercent": false,
|
|
28
|
+
"openStack": false,
|
|
29
|
+
"precision": "2",
|
|
30
|
+
"showLabel": false,
|
|
31
|
+
"showTitle": true,
|
|
32
|
+
"stackType": "time",
|
|
33
|
+
"titleDesc": "",
|
|
34
|
+
"globalUnit": [],
|
|
35
|
+
"isSampling": true,
|
|
36
|
+
"compareType": [],
|
|
37
|
+
"openCompare": false,
|
|
38
|
+
"yAxixMaxVal": null,
|
|
39
|
+
"yAxixMinVal": null,
|
|
40
|
+
"connectNulls": true,
|
|
41
|
+
"legendValues": "",
|
|
42
|
+
"timeInterval": "auto",
|
|
43
|
+
"legendPostion": "none",
|
|
44
|
+
"maxPointCount": null,
|
|
45
|
+
"sorderByOrder": "desc",
|
|
46
|
+
"xAxisShowType": "time",
|
|
47
|
+
"isTimeInterval": true,
|
|
48
|
+
"changeWorkspace": false,
|
|
49
|
+
"currentChartType": "sequence",
|
|
50
|
+
"showFieldMapping": false,
|
|
51
|
+
"onlyShowGroupName": false,
|
|
52
|
+
"openThousandsSeparator": true,
|
|
53
|
+
"mainMeasurementQueryCode": "B"
|
|
54
|
+
},
|
|
55
|
+
"fixedTime": "",
|
|
56
|
+
"isRefresh": false
|
|
57
|
+
},
|
|
58
|
+
"group": {
|
|
59
|
+
"name": null
|
|
60
|
+
},
|
|
61
|
+
"name": "新建图表",
|
|
62
|
+
"pos": {
|
|
63
|
+
"h": 10,
|
|
64
|
+
"w": 8,
|
|
65
|
+
"x": 3,
|
|
66
|
+
"y": 0
|
|
67
|
+
},
|
|
68
|
+
"type": "sequence",
|
|
69
|
+
"queries": [
|
|
70
|
+
{
|
|
71
|
+
"name": "",
|
|
72
|
+
"type": "sequence",
|
|
73
|
+
"unit": "",
|
|
74
|
+
"color": "",
|
|
75
|
+
"qtype": "promql",
|
|
76
|
+
"query": {
|
|
77
|
+
"q": "sum(kube_namespace_labels{cluster=\"#{cluster}\"})",
|
|
78
|
+
"code": "B",
|
|
79
|
+
"type": "promql",
|
|
80
|
+
"funcList": [],
|
|
81
|
+
"promqlCode": 1
|
|
82
|
+
},
|
|
83
|
+
"datasource": "dataflux"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "",
|
|
87
|
+
"type": "sequence",
|
|
88
|
+
"unit": "",
|
|
89
|
+
"color": "",
|
|
90
|
+
"qtype": "promql",
|
|
91
|
+
"query": {
|
|
92
|
+
"q": "sum(kube_pod_container_status_running{cluster=\"#{cluster}\"})",
|
|
93
|
+
"code": "A",
|
|
94
|
+
"type": "promql",
|
|
95
|
+
"funcList": [],
|
|
96
|
+
"promqlCode": 2
|
|
97
|
+
},
|
|
98
|
+
"datasource": "dataflux"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"groups": [],
|
|
104
|
+
"type": "template"
|
|
105
|
+
}
|
|
106
|
+
}
|