@cloudcare/guance-front-tools 1.0.8 → 1.0.10
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.
- package/LICENSE +1 -1
- package/docs/en/grafana-guance-data-source.md +37 -0
- package/docs/en/quick-guide.md +47 -0
- package/docs/zh/grafana-guance-data-source.md +37 -0
- package/docs/zh/quick-guide.md +46 -0
- package/guance-dashboard.json +419 -784
- package/lib/example/test.json +1284 -4227
- package/lib/scripts/grafana-covert-to-guance.js +7 -7
- package/lib/scripts/grafana-covert-to-guance.ts +8 -7
- package/package.json +1 -1
package/guance-dashboard.json
CHANGED
|
@@ -1,50 +1,32 @@
|
|
|
1
1
|
{
|
|
2
|
-
"title": "
|
|
2
|
+
"title": "BP网关游戏进厅监控",
|
|
3
3
|
"dashboardExtend": {
|
|
4
4
|
"groupUnfoldStatus": {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
5
|
+
"BP整体游戏进厅情况": true,
|
|
6
|
+
"Poker": true,
|
|
7
|
+
"SLOT GAME": true,
|
|
8
|
+
"Specialty Game": false,
|
|
9
|
+
"EBingo": true,
|
|
10
|
+
"Casino": true
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"main": {
|
|
14
14
|
"vars": [
|
|
15
|
-
{
|
|
16
|
-
"type": "PROMQL_QUERY",
|
|
17
|
-
"datasource": "dataflux",
|
|
18
|
-
"name": "cluster",
|
|
19
|
-
"seq": 1,
|
|
20
|
-
"hide": 0,
|
|
21
|
-
"multiple": false,
|
|
22
|
-
"includeStar": false,
|
|
23
|
-
"valueSort": "desc",
|
|
24
|
-
"code": "cluster",
|
|
25
|
-
"definition": {
|
|
26
|
-
"value": "label_values(kube_node_info,cluster)",
|
|
27
|
-
"defaultVal": {
|
|
28
|
-
"label": "hyde-prod-eks-1",
|
|
29
|
-
"value": "hyde-prod-eks-1"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
15
|
{
|
|
34
16
|
"type": "CUSTOM_LIST",
|
|
35
17
|
"datasource": "custom",
|
|
36
|
-
"name": "
|
|
37
|
-
"seq":
|
|
18
|
+
"name": "time_range",
|
|
19
|
+
"seq": 0,
|
|
38
20
|
"hide": 0,
|
|
39
21
|
"multiple": false,
|
|
40
22
|
"includeStar": false,
|
|
41
23
|
"valueSort": "desc",
|
|
42
|
-
"code": "
|
|
24
|
+
"code": "time_range",
|
|
43
25
|
"definition": {
|
|
44
|
-
"value": "
|
|
26
|
+
"value": "1m,5m,10m,30m,60m",
|
|
45
27
|
"defaultVal": {
|
|
46
|
-
"label": "
|
|
47
|
-
"value": "
|
|
28
|
+
"label": "5m",
|
|
29
|
+
"value": "5m"
|
|
48
30
|
}
|
|
49
31
|
}
|
|
50
32
|
}
|
|
@@ -52,331 +34,87 @@
|
|
|
52
34
|
"charts": [
|
|
53
35
|
{
|
|
54
36
|
"extend": {
|
|
55
|
-
"settings": {
|
|
56
|
-
"showTopSize": true,
|
|
57
|
-
"chartType": "bar"
|
|
58
|
-
}
|
|
37
|
+
"settings": {}
|
|
59
38
|
},
|
|
60
39
|
"group": {
|
|
61
|
-
"name": "
|
|
40
|
+
"name": "BP整体游戏进厅情况"
|
|
62
41
|
},
|
|
63
42
|
"pos": {
|
|
64
43
|
"x": 0,
|
|
65
44
|
"y": 2,
|
|
66
|
-
"h":
|
|
67
|
-
"w":
|
|
68
|
-
},
|
|
69
|
-
"name": "Global CPU Usage",
|
|
70
|
-
"queries": [
|
|
71
|
-
{
|
|
72
|
-
"datasource": "dataflux",
|
|
73
|
-
"qtype": "promql",
|
|
74
|
-
"type": "toplist",
|
|
75
|
-
"query": {
|
|
76
|
-
"q": "avg(sum by (instance, cpu) (rate(node_cpu_seconds_total{mode!~\"idle|iowait|steal\", cluster=\"#{cluster}\"}[#{__rate_interval}])))",
|
|
77
|
-
"type": "promql",
|
|
78
|
-
"code": "A",
|
|
79
|
-
"promqlCode": 1
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"datasource": "dataflux",
|
|
84
|
-
"qtype": "promql",
|
|
85
|
-
"type": "toplist",
|
|
86
|
-
"query": {
|
|
87
|
-
"q": "sum(kube_pod_container_resource_requests{resource=\"cpu\", cluster=\"#{cluster}\"}) / sum(machine_cpu_cores{cluster=\"#{cluster}\"})",
|
|
88
|
-
"type": "promql",
|
|
89
|
-
"code": "B",
|
|
90
|
-
"promqlCode": 2
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"datasource": "dataflux",
|
|
95
|
-
"qtype": "promql",
|
|
96
|
-
"type": "toplist",
|
|
97
|
-
"query": {
|
|
98
|
-
"q": "sum(kube_pod_container_resource_limits{resource=\"cpu\", cluster=\"#{cluster}\"}) / sum(machine_cpu_cores{cluster=\"#{cluster}\"})",
|
|
99
|
-
"type": "promql",
|
|
100
|
-
"code": "C",
|
|
101
|
-
"promqlCode": 3
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
],
|
|
105
|
-
"type": "toplist"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"extend": {
|
|
109
|
-
"settings": {
|
|
110
|
-
"showTopSize": true,
|
|
111
|
-
"chartType": "bar"
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
|
-
"group": {
|
|
115
|
-
"name": "概览 【$cluster】"
|
|
116
|
-
},
|
|
117
|
-
"pos": {
|
|
118
|
-
"x": 6,
|
|
119
|
-
"y": 2,
|
|
120
|
-
"h": 15.3,
|
|
121
|
-
"w": 6
|
|
45
|
+
"h": 24.8,
|
|
46
|
+
"w": 24
|
|
122
47
|
},
|
|
123
|
-
"name": "
|
|
48
|
+
"name": "BP总请求进厅成功数据(分厅) (#{time_range})",
|
|
124
49
|
"queries": [
|
|
125
50
|
{
|
|
126
51
|
"datasource": "dataflux",
|
|
127
52
|
"qtype": "promql",
|
|
128
|
-
"type": "
|
|
53
|
+
"type": "sequence",
|
|
129
54
|
"query": {
|
|
130
|
-
"q": "
|
|
55
|
+
"q": "label_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nsum(increase(bp_in_game_total{cluster=\"prod-sg-eks\",application=\"c66-gateway-api\", success=\"1\",client=\"C66H501\"}[#{time_range}])) by (success,channel,client),\r\n\"channel\", \"JILI\", \"channel\", \"C66161\"\r\n),\r\n\"channel\", \"CQ9\", \"channel\", \"C66073\"\r\n),\r\n\"channel\", \"HBN\", \"channel\", \"C66099\"\r\n),\r\n\"channel\", \"PG\", \"channel\", \"C66100\"\r\n),\r\n\"channel\", \"RTG\", \"channel\", \"C66105\"\r\n),\r\n\"channel\", \"JDB\", \"channel\", \"C66104\"\r\n),\r\n\"channel\", \"REDTIGER\", \"channel\", \"C66107\"\r\n),\r\n\"channel\", \"NETNET\", \"channel\", \"C66106\"\r\n),\r\n\"channel\", \"EVOLUTION\", \"channel\", \"C66108\"\r\n),\r\n\"channel\", \"PLAYSTAR\", \"channel\", \"C66141\"\r\n),\r\n\"channel\", \"COLORGAME\", \"channel\", \"C66172\"\r\n),\r\n\"channel\", \"FACHAI\", \"channel\", \"C66176\"\r\n),\r\n\"channel\", \"EEZE\", \"channel\", \"C66177\"\r\n),\r\n\"channel\", \"TIPTOP\", \"channel\", \"C66175\"\r\n),\r\n\"channel\", \"PPLAY\", \"channel\", \"C66199\"\r\n),\r\n\"channel\", \"PT\", \"channel\", \"C66212\"\r\n),\r\n\"channel\", \"BINGO\", \"channel\", \"C66079\"\r\n),\r\n\"channel\", \"PDB\", \"channel\", \"C66186\"\r\n),\r\n\"channel\", \"SHABA_V2\", \"channel\", \"C66131\"\r\n),\r\n\"channel\", \"SIPGV\", \"channel\", \"C66506\"\r\n),\r\n\"channel\", \"PULAPUTI\", \"channel\", \"C66184\"\r\n),\r\n\"channel\", \"SIPYB\", \"channel\", \"C66505\"\r\n),\r\n\"channel\", \"TPG\", \"channel\", \"C66103\"\r\n),\r\n\"channel\", \"SIPKM\", \"channel\", \"C66502\"\r\n),\r\n\"channel\", \"EBINGO\", \"channel\", \"C66080\"\r\n),\r\n\"channel\", \"SIPYGR\", \"channel\", \"C66503\"\r\n),\r\n\"channel\", \"SIP5G\", \"channel\", \"C66508\"\r\n),\r\n\"channel\", \"GINTO\", \"channel\", \"C66178\"\r\n),\r\n\"channel\", \"GLXS\", \"channel\", \"C66196\"\r\n),\r\n\"channel\", \"NLC\", \"channel\", \"C66192\"\r\n),\r\n\"channel\", \"HACKSAW\", \"channel\", \"C66207\"\r\n),\r\n\"channel\", \"OSM\", \"channel\", \"C66180\"\r\n),\r\n\"channel\", \"SPRIBE\", \"channel\", \"C66202\"\r\n),\r\n\"channel\", \"BTG\", \"channel\", \"C66188\"\r\n),\r\n\"channel\", \"AQUA\", \"channel\", \"C66183\"\r\n),\r\n\"channel\", \"SABA\", \"channel\", \"C66031\"\r\n),\r\n\"channel\", \"GEMM\", \"channel\", \"C66220\"\r\n),\r\n\"channel\", \"BALL RACE\", \"channel\", \"C66187\"\r\n),\r\n\"channel\", \"GEMH \", \"channel\", \"C66221\"\r\n),\r\n\"channel\", \"GEML\", \"channel\", \"C66222\"\r\n),\r\n\"channel\", \"GEMMG\", \"channel\", \"C66223\"\r\n)",
|
|
131
56
|
"type": "promql",
|
|
132
57
|
"code": "A",
|
|
133
58
|
"promqlCode": 1
|
|
134
59
|
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"datasource": "dataflux",
|
|
138
|
-
"qtype": "promql",
|
|
139
|
-
"type": "toplist",
|
|
140
|
-
"query": {
|
|
141
|
-
"q": "sum(kube_pod_container_resource_requests{resource=\"memory\", cluster=\"#{cluster}\"}) / sum(machine_memory_bytes{cluster=\"#{cluster}\"})",
|
|
142
|
-
"type": "promql",
|
|
143
|
-
"code": "B",
|
|
144
|
-
"promqlCode": 2
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"datasource": "dataflux",
|
|
149
|
-
"qtype": "promql",
|
|
150
|
-
"type": "toplist",
|
|
151
|
-
"query": {
|
|
152
|
-
"q": "sum(kube_pod_container_resource_limits{resource=\"memory\", cluster=\"#{cluster}\"}) / sum(machine_memory_bytes{cluster=\"#{cluster}\"})",
|
|
153
|
-
"type": "promql",
|
|
154
|
-
"code": "C",
|
|
155
|
-
"promqlCode": 3
|
|
156
|
-
}
|
|
157
60
|
}
|
|
158
61
|
],
|
|
159
|
-
"type": "
|
|
62
|
+
"type": "sequence"
|
|
160
63
|
},
|
|
161
64
|
{
|
|
162
65
|
"extend": {
|
|
163
66
|
"settings": {}
|
|
164
67
|
},
|
|
165
68
|
"group": {
|
|
166
|
-
"name": "
|
|
69
|
+
"name": "BP整体游戏进厅情况"
|
|
167
70
|
},
|
|
168
71
|
"pos": {
|
|
169
|
-
"x":
|
|
170
|
-
"y":
|
|
171
|
-
"h":
|
|
172
|
-
"w":
|
|
72
|
+
"x": 0,
|
|
73
|
+
"y": 26.7,
|
|
74
|
+
"h": 26.7,
|
|
75
|
+
"w": 24
|
|
173
76
|
},
|
|
174
|
-
"name": "
|
|
77
|
+
"name": "BP总请求进厅失败数据(分厅) (#{time_range})",
|
|
175
78
|
"queries": [
|
|
176
79
|
{
|
|
177
80
|
"datasource": "dataflux",
|
|
178
81
|
"qtype": "promql",
|
|
179
|
-
"type": "
|
|
82
|
+
"type": "sequence",
|
|
180
83
|
"query": {
|
|
181
|
-
"q": "
|
|
84
|
+
"q": "label_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nlabel_replace(\r\nsum(increase(bp_in_game_total{cluster=\"prod-sg-eks\",application=\"c66-gateway-api\", success=\"0\",client=\"C66H501\"}[#{time_range}])) by (success,channel,client),\r\n\"channel\", \"JILI\", \"channel\", \"C66161\"\r\n),\r\n\"channel\", \"CQ9\", \"channel\", \"C66073\"\r\n),\r\n\"channel\", \"HBN\", \"channel\", \"C66099\"\r\n),\r\n\"channel\", \"PG\", \"channel\", \"C66100\"\r\n),\r\n\"channel\", \"RTG\", \"channel\", \"C66105\"\r\n),\r\n\"channel\", \"JDB\", \"channel\", \"C66104\"\r\n),\r\n\"channel\", \"REDTIGER\", \"channel\", \"C66107\"\r\n),\r\n\"channel\", \"NETNET\", \"channel\", \"C66106\"\r\n),\r\n\"channel\", \"EVOLUTION\", \"channel\", \"C66108\"\r\n),\r\n\"channel\", \"PLAYSTAR\", \"channel\", \"C66141\"\r\n),\r\n\"channel\", \"COLORGAME\", \"channel\", \"C66172\"\r\n),\r\n\"channel\", \"FACHAI\", \"channel\", \"C66176\"\r\n),\r\n\"channel\", \"EEZE\", \"channel\", \"C66177\"\r\n),\r\n\"channel\", \"TIPTOP\", \"channel\", \"C66175\"\r\n),\r\n\"channel\", \"PPLAY\", \"channel\", \"C66199\"\r\n),\r\n\"channel\", \"PT\", \"channel\", \"C66212\"\r\n),\r\n\"channel\", \"BINGO\", \"channel\", \"C66079\"\r\n),\r\n\"channel\", \"PDB\", \"channel\", \"C66186\"\r\n),\r\n\"channel\", \"SHABA_V2\", \"channel\", \"C66131\"\r\n),\r\n\"channel\", \"SIPGV\", \"channel\", \"C66506\"\r\n),\r\n\"channel\", \"PULAPUTI\", \"channel\", \"C66184\"\r\n),\r\n\"channel\", \"SIPYB\", \"channel\", \"C66505\"\r\n),\r\n\"channel\", \"TPG\", \"channel\", \"C66103\"\r\n),\r\n\"channel\", \"SIPKM\", \"channel\", \"C66502\"\r\n),\r\n\"channel\", \"EBINGO\", \"channel\", \"C66080\"\r\n),\r\n\"channel\", \"SIPYGR\", \"channel\", \"C66503\"\r\n),\r\n\"channel\", \"SIP5G\", \"channel\", \"C66508\"\r\n),\r\n\"channel\", \"GINTO\", \"channel\", \"C66178\"\r\n),\r\n\"channel\", \"GLXS\", \"channel\", \"C66196\"\r\n),\r\n\"channel\", \"NLC\", \"channel\", \"C66192\"\r\n),\r\n\"channel\", \"HACKSAW\", \"channel\", \"C66207\"\r\n),\r\n\"channel\", \"OSM\", \"channel\", \"C66180\"\r\n),\r\n\"channel\", \"SPRIBE\", \"channel\", \"C66202\"\r\n),\r\n\"channel\", \"BTG\", \"channel\", \"C66188\"\r\n),\r\n\"channel\", \"AQUA\", \"channel\", \"C66183\"\r\n),\r\n\"channel\", \"SABA\", \"channel\", \"C66031\"\r\n),\r\n\"channel\", \"GEMM\", \"channel\", \"C66220\"\r\n),\r\n\"channel\", \"BALL RACE\", \"channel\", \"C66187\"\r\n),\r\n\"channel\", \"GEMH \", \"channel\", \"C66221\"\r\n),\r\n\"channel\", \"GEML\", \"channel\", \"C66222\"\r\n),\r\n\"channel\", \"GEMMG\", \"channel\", \"C66223\"\r\n)",
|
|
182
85
|
"type": "promql",
|
|
183
86
|
"code": "A",
|
|
184
87
|
"promqlCode": 1
|
|
185
88
|
}
|
|
186
89
|
}
|
|
187
90
|
],
|
|
188
|
-
"type": "
|
|
91
|
+
"type": "sequence"
|
|
189
92
|
},
|
|
190
93
|
{
|
|
191
94
|
"extend": {
|
|
192
95
|
"settings": {}
|
|
193
96
|
},
|
|
194
97
|
"group": {
|
|
195
|
-
"name": "
|
|
98
|
+
"name": "BP整体游戏进厅情况"
|
|
196
99
|
},
|
|
197
100
|
"pos": {
|
|
198
|
-
"x":
|
|
199
|
-
"y":
|
|
200
|
-
"h":
|
|
201
|
-
"w":
|
|
101
|
+
"x": 0,
|
|
102
|
+
"y": 53.3,
|
|
103
|
+
"h": 15.3,
|
|
104
|
+
"w": 24
|
|
202
105
|
},
|
|
203
|
-
"name": "
|
|
106
|
+
"name": "BP总进厅数据(总和)(#{time_range})",
|
|
204
107
|
"queries": [
|
|
205
108
|
{
|
|
206
109
|
"datasource": "dataflux",
|
|
207
110
|
"qtype": "promql",
|
|
208
111
|
"type": "sequence",
|
|
209
112
|
"query": {
|
|
210
|
-
"q": "sum(
|
|
113
|
+
"q": "sum(increase(bp_in_game_total{cluster=\"prod-sg-eks\",application=\"c66-gateway-api\", success=\"1\"}[#{time_range}]))",
|
|
211
114
|
"type": "promql",
|
|
212
115
|
"code": "A",
|
|
213
116
|
"promqlCode": 1
|
|
214
117
|
}
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"datasource": "dataflux",
|
|
218
|
-
"qtype": "promql",
|
|
219
|
-
"type": "sequence",
|
|
220
|
-
"query": {
|
|
221
|
-
"q": "sum(kube_pod_container_status_running{cluster=\"#{cluster}\"})",
|
|
222
|
-
"type": "promql",
|
|
223
|
-
"code": "B",
|
|
224
|
-
"promqlCode": 2
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"datasource": "dataflux",
|
|
229
|
-
"qtype": "promql",
|
|
230
|
-
"type": "sequence",
|
|
231
|
-
"query": {
|
|
232
|
-
"q": "sum(kube_pod_status_phase{phase=\"Running\", cluster=\"#{cluster}\"})",
|
|
233
|
-
"type": "promql",
|
|
234
|
-
"code": "C",
|
|
235
|
-
"promqlCode": 3
|
|
236
|
-
}
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"datasource": "dataflux",
|
|
240
|
-
"qtype": "promql",
|
|
241
|
-
"type": "sequence",
|
|
242
|
-
"query": {
|
|
243
|
-
"q": "sum(kube_service_info{cluster=\"#{cluster}\"})",
|
|
244
|
-
"type": "promql",
|
|
245
|
-
"code": "D",
|
|
246
|
-
"promqlCode": 4
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"datasource": "dataflux",
|
|
251
|
-
"qtype": "promql",
|
|
252
|
-
"type": "sequence",
|
|
253
|
-
"query": {
|
|
254
|
-
"q": "sum(kube_endpoint_info{cluster=\"#{cluster}\"})",
|
|
255
|
-
"type": "promql",
|
|
256
|
-
"code": "E",
|
|
257
|
-
"promqlCode": 5
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"datasource": "dataflux",
|
|
262
|
-
"qtype": "promql",
|
|
263
|
-
"type": "sequence",
|
|
264
|
-
"query": {
|
|
265
|
-
"q": "sum(kube_ingress_info{cluster=\"#{cluster}\"})",
|
|
266
|
-
"type": "promql",
|
|
267
|
-
"code": "F",
|
|
268
|
-
"promqlCode": 6
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"datasource": "dataflux",
|
|
273
|
-
"qtype": "promql",
|
|
274
|
-
"type": "sequence",
|
|
275
|
-
"query": {
|
|
276
|
-
"q": "sum(kube_deployment_labels{cluster=\"#{cluster}\"})",
|
|
277
|
-
"type": "promql",
|
|
278
|
-
"code": "G",
|
|
279
|
-
"promqlCode": 7
|
|
280
|
-
}
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"datasource": "dataflux",
|
|
284
|
-
"qtype": "promql",
|
|
285
|
-
"type": "sequence",
|
|
286
|
-
"query": {
|
|
287
|
-
"q": "sum(kube_statefulset_labels{cluster=\"#{cluster}\"})",
|
|
288
|
-
"type": "promql",
|
|
289
|
-
"code": "H",
|
|
290
|
-
"promqlCode": 8
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"datasource": "dataflux",
|
|
295
|
-
"qtype": "promql",
|
|
296
|
-
"type": "sequence",
|
|
297
|
-
"query": {
|
|
298
|
-
"q": "sum(kube_daemonset_labels{cluster=\"#{cluster}\"})",
|
|
299
|
-
"type": "promql",
|
|
300
|
-
"code": "I",
|
|
301
|
-
"promqlCode": 9
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"datasource": "dataflux",
|
|
306
|
-
"qtype": "promql",
|
|
307
|
-
"type": "sequence",
|
|
308
|
-
"query": {
|
|
309
|
-
"q": "sum(kube_persistentvolumeclaim_info{cluster=\"#{cluster}\"})",
|
|
310
|
-
"type": "promql",
|
|
311
|
-
"code": "J",
|
|
312
|
-
"promqlCode": 10
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"datasource": "dataflux",
|
|
317
|
-
"qtype": "promql",
|
|
318
|
-
"type": "sequence",
|
|
319
|
-
"query": {
|
|
320
|
-
"q": "sum(kube_hpa_labels{cluster=\"#{cluster}\"})",
|
|
321
|
-
"type": "promql",
|
|
322
|
-
"code": "K",
|
|
323
|
-
"promqlCode": 11
|
|
324
|
-
}
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"datasource": "dataflux",
|
|
328
|
-
"qtype": "promql",
|
|
329
|
-
"type": "sequence",
|
|
330
|
-
"query": {
|
|
331
|
-
"q": "sum(kube_configmap_info{cluster=\"#{cluster}\"})",
|
|
332
|
-
"type": "promql",
|
|
333
|
-
"code": "L",
|
|
334
|
-
"promqlCode": 12
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"datasource": "dataflux",
|
|
339
|
-
"qtype": "promql",
|
|
340
|
-
"type": "sequence",
|
|
341
|
-
"query": {
|
|
342
|
-
"q": "sum(kube_secret_info{cluster=\"#{cluster}\"})",
|
|
343
|
-
"type": "promql",
|
|
344
|
-
"code": "M",
|
|
345
|
-
"promqlCode": 13
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"datasource": "dataflux",
|
|
350
|
-
"qtype": "promql",
|
|
351
|
-
"type": "sequence",
|
|
352
|
-
"query": {
|
|
353
|
-
"q": "sum(kube_networkpolicy_labels{cluster=\"#{cluster}\"})",
|
|
354
|
-
"type": "promql",
|
|
355
|
-
"code": "N",
|
|
356
|
-
"promqlCode": 14
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"datasource": "dataflux",
|
|
361
|
-
"qtype": "promql",
|
|
362
|
-
"type": "sequence",
|
|
363
|
-
"query": {
|
|
364
|
-
"q": "count(count by (node) (kube_node_info{cluster=\"#{cluster}\"}))",
|
|
365
|
-
"type": "promql",
|
|
366
|
-
"code": "O",
|
|
367
|
-
"promqlCode": 15
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
"datasource": "dataflux",
|
|
372
|
-
"qtype": "promql",
|
|
373
|
-
"type": "sequence",
|
|
374
|
-
"query": {
|
|
375
|
-
"q": "count(avg(namespace_workload_pod:kube_pod_owner:relabel{cluster=\"#{cluster}\"}) by (workload, cluster)) by (cluster)",
|
|
376
|
-
"type": "promql",
|
|
377
|
-
"code": "P",
|
|
378
|
-
"promqlCode": 16
|
|
379
|
-
}
|
|
380
118
|
}
|
|
381
119
|
],
|
|
382
120
|
"type": "sequence"
|
|
@@ -386,113 +124,80 @@
|
|
|
386
124
|
"settings": {}
|
|
387
125
|
},
|
|
388
126
|
"group": {
|
|
389
|
-
"name": "
|
|
127
|
+
"name": "BP整体游戏进厅情况"
|
|
390
128
|
},
|
|
391
129
|
"pos": {
|
|
392
|
-
"x":
|
|
393
|
-
"y":
|
|
394
|
-
"h":
|
|
395
|
-
"w":
|
|
130
|
+
"x": 0,
|
|
131
|
+
"y": 68.5,
|
|
132
|
+
"h": 15.3,
|
|
133
|
+
"w": 24
|
|
396
134
|
},
|
|
397
|
-
"name": "
|
|
135
|
+
"name": "游戏域回调量监控",
|
|
398
136
|
"queries": [
|
|
399
137
|
{
|
|
400
138
|
"datasource": "dataflux",
|
|
401
139
|
"qtype": "promql",
|
|
402
|
-
"type": "
|
|
140
|
+
"type": "sequence",
|
|
403
141
|
"query": {
|
|
404
|
-
"q": "sum(
|
|
142
|
+
"q": "sum(cloudflare_path_requests_total) by (path)",
|
|
405
143
|
"type": "promql",
|
|
406
144
|
"code": "A",
|
|
407
145
|
"promqlCode": 1
|
|
408
146
|
}
|
|
409
147
|
}
|
|
410
148
|
],
|
|
411
|
-
"type": "
|
|
149
|
+
"type": "sequence"
|
|
412
150
|
},
|
|
413
151
|
{
|
|
414
152
|
"extend": {
|
|
415
153
|
"settings": {}
|
|
416
154
|
},
|
|
417
155
|
"group": {
|
|
418
|
-
"name": "
|
|
156
|
+
"name": "BP整体游戏进厅情况"
|
|
419
157
|
},
|
|
420
158
|
"pos": {
|
|
421
159
|
"x": 0,
|
|
422
|
-
"y":
|
|
423
|
-
"h":
|
|
424
|
-
"w":
|
|
160
|
+
"y": 83.7,
|
|
161
|
+
"h": 13.4,
|
|
162
|
+
"w": 14
|
|
425
163
|
},
|
|
426
|
-
"name": "
|
|
164
|
+
"name": "BP产品#{time_range}游戏厅内在线活跃人数趋势<Game online user trends>",
|
|
427
165
|
"queries": [
|
|
428
166
|
{
|
|
429
167
|
"datasource": "dataflux",
|
|
430
168
|
"qtype": "promql",
|
|
431
|
-
"type": "
|
|
169
|
+
"type": "sequence",
|
|
432
170
|
"query": {
|
|
433
|
-
"q": "sum(
|
|
171
|
+
"q": "sum(max(game_active_user_amount{cluster=\"prod-sg-eks\",product=\"BP\"}) by (channel)) by (channel)",
|
|
434
172
|
"type": "promql",
|
|
435
173
|
"code": "A",
|
|
436
174
|
"promqlCode": 1
|
|
437
175
|
}
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"datasource": "dataflux",
|
|
441
|
-
"qtype": "promql",
|
|
442
|
-
"type": "singlestat",
|
|
443
|
-
"query": {
|
|
444
|
-
"q": "sum(kube_pod_container_resource_requests{resource=\"cpu\", cluster=\"#{cluster}\"})",
|
|
445
|
-
"type": "promql",
|
|
446
|
-
"code": "B",
|
|
447
|
-
"promqlCode": 2
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"datasource": "dataflux",
|
|
452
|
-
"qtype": "promql",
|
|
453
|
-
"type": "singlestat",
|
|
454
|
-
"query": {
|
|
455
|
-
"q": "sum(kube_pod_container_resource_limits{resource=\"cpu\", cluster=\"#{cluster}\"})",
|
|
456
|
-
"type": "promql",
|
|
457
|
-
"code": "C",
|
|
458
|
-
"promqlCode": 3
|
|
459
|
-
}
|
|
460
|
-
},
|
|
461
|
-
{
|
|
462
|
-
"datasource": "dataflux",
|
|
463
|
-
"qtype": "promql",
|
|
464
|
-
"type": "singlestat",
|
|
465
|
-
"query": {
|
|
466
|
-
"q": "sum(machine_cpu_cores{cluster=\"#{cluster}\"})",
|
|
467
|
-
"type": "promql",
|
|
468
|
-
"code": "D",
|
|
469
|
-
"promqlCode": 4
|
|
470
|
-
}
|
|
471
176
|
}
|
|
472
177
|
],
|
|
473
|
-
"type": "
|
|
178
|
+
"type": "sequence"
|
|
474
179
|
},
|
|
475
180
|
{
|
|
476
181
|
"extend": {
|
|
477
182
|
"settings": {}
|
|
478
183
|
},
|
|
479
184
|
"group": {
|
|
480
|
-
"name": "
|
|
185
|
+
"name": "Poker"
|
|
481
186
|
},
|
|
482
187
|
"pos": {
|
|
483
|
-
"x":
|
|
484
|
-
"y":
|
|
485
|
-
"h":
|
|
486
|
-
"w":
|
|
188
|
+
"x": 0,
|
|
189
|
+
"y": 2,
|
|
190
|
+
"h": 17.2,
|
|
191
|
+
"w": 14
|
|
487
192
|
},
|
|
488
|
-
"name": "
|
|
193
|
+
"name": "Gamezone(C66175)进厅 (#{time_range})",
|
|
489
194
|
"queries": [
|
|
490
195
|
{
|
|
491
196
|
"datasource": "dataflux",
|
|
492
197
|
"qtype": "promql",
|
|
493
|
-
"type": "
|
|
198
|
+
"type": "sequence",
|
|
494
199
|
"query": {
|
|
495
|
-
"q": "sum(
|
|
200
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", channel=\"C66175\",client!~\"C66H501-null|C66H501\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
496
201
|
"type": "promql",
|
|
497
202
|
"code": "A",
|
|
498
203
|
"promqlCode": 1
|
|
@@ -501,89 +206,38 @@
|
|
|
501
206
|
{
|
|
502
207
|
"datasource": "dataflux",
|
|
503
208
|
"qtype": "promql",
|
|
504
|
-
"type": "
|
|
209
|
+
"type": "sequence",
|
|
505
210
|
"query": {
|
|
506
|
-
"q": "sum(
|
|
211
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", channel=\"C66175\",client!~\"C66H501-null|C66H501\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
507
212
|
"type": "promql",
|
|
508
213
|
"code": "B",
|
|
509
214
|
"promqlCode": 2
|
|
510
215
|
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"datasource": "dataflux",
|
|
514
|
-
"qtype": "promql",
|
|
515
|
-
"type": "singlestat",
|
|
516
|
-
"query": {
|
|
517
|
-
"q": "sum(kube_pod_container_resource_limits{resource=\"memory\", cluster=\"#{cluster}\"})",
|
|
518
|
-
"type": "promql",
|
|
519
|
-
"code": "C",
|
|
520
|
-
"promqlCode": 3
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"datasource": "dataflux",
|
|
525
|
-
"qtype": "promql",
|
|
526
|
-
"type": "singlestat",
|
|
527
|
-
"query": {
|
|
528
|
-
"q": "sum(machine_memory_bytes{cluster=\"#{cluster}\"})",
|
|
529
|
-
"type": "promql",
|
|
530
|
-
"code": "D",
|
|
531
|
-
"promqlCode": 4
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
],
|
|
535
|
-
"type": "singlestat"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"extend": {
|
|
539
|
-
"settings": {}
|
|
540
|
-
},
|
|
541
|
-
"group": {
|
|
542
|
-
"name": "概览 【$cluster】"
|
|
543
|
-
},
|
|
544
|
-
"pos": {
|
|
545
|
-
"x": 12,
|
|
546
|
-
"y": 17.2,
|
|
547
|
-
"h": 7.7,
|
|
548
|
-
"w": 2
|
|
549
|
-
},
|
|
550
|
-
"name": "Namespaces",
|
|
551
|
-
"queries": [
|
|
552
|
-
{
|
|
553
|
-
"datasource": "dataflux",
|
|
554
|
-
"qtype": "promql",
|
|
555
|
-
"type": "singlestat",
|
|
556
|
-
"query": {
|
|
557
|
-
"q": "count(kube_namespace_created{cluster=\"#{cluster}\"})",
|
|
558
|
-
"type": "promql",
|
|
559
|
-
"code": "A",
|
|
560
|
-
"promqlCode": 1
|
|
561
|
-
}
|
|
562
216
|
}
|
|
563
217
|
],
|
|
564
|
-
"type": "
|
|
218
|
+
"type": "sequence"
|
|
565
219
|
},
|
|
566
220
|
{
|
|
567
221
|
"extend": {
|
|
568
222
|
"settings": {}
|
|
569
223
|
},
|
|
570
224
|
"group": {
|
|
571
|
-
"name": "
|
|
225
|
+
"name": "Poker"
|
|
572
226
|
},
|
|
573
227
|
"pos": {
|
|
574
228
|
"x": 0,
|
|
575
|
-
"y":
|
|
576
|
-
"h":
|
|
577
|
-
"w":
|
|
229
|
+
"y": 19.1,
|
|
230
|
+
"h": 13.4,
|
|
231
|
+
"w": 14
|
|
578
232
|
},
|
|
579
|
-
"name": "
|
|
233
|
+
"name": "Gamezone(C66175)进厅失败统计 (#{time_range})",
|
|
580
234
|
"queries": [
|
|
581
235
|
{
|
|
582
236
|
"datasource": "dataflux",
|
|
583
237
|
"qtype": "promql",
|
|
584
238
|
"type": "sequence",
|
|
585
239
|
"query": {
|
|
586
|
-
"q": "
|
|
240
|
+
"q": "game_successInGame_total{product=\"BP\", success=\"0\"}",
|
|
587
241
|
"type": "promql",
|
|
588
242
|
"code": "A",
|
|
589
243
|
"promqlCode": 1
|
|
@@ -597,22 +251,22 @@
|
|
|
597
251
|
"settings": {}
|
|
598
252
|
},
|
|
599
253
|
"group": {
|
|
600
|
-
"name": "
|
|
254
|
+
"name": "SLOT GAME"
|
|
601
255
|
},
|
|
602
256
|
"pos": {
|
|
603
|
-
"x":
|
|
257
|
+
"x": 0,
|
|
604
258
|
"y": 2,
|
|
605
|
-
"h":
|
|
606
|
-
"w":
|
|
259
|
+
"h": 19.1,
|
|
260
|
+
"w": 12
|
|
607
261
|
},
|
|
608
|
-
"name": "
|
|
262
|
+
"name": "JILI进厅(C66161)(#{time_range})",
|
|
609
263
|
"queries": [
|
|
610
264
|
{
|
|
611
265
|
"datasource": "dataflux",
|
|
612
266
|
"qtype": "promql",
|
|
613
267
|
"type": "sequence",
|
|
614
268
|
"query": {
|
|
615
|
-
"q": "
|
|
269
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66161\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
616
270
|
"type": "promql",
|
|
617
271
|
"code": "A",
|
|
618
272
|
"promqlCode": 1
|
|
@@ -626,22 +280,22 @@
|
|
|
626
280
|
"settings": {}
|
|
627
281
|
},
|
|
628
282
|
"group": {
|
|
629
|
-
"name": "
|
|
283
|
+
"name": "SLOT GAME"
|
|
630
284
|
},
|
|
631
285
|
"pos": {
|
|
632
|
-
"x":
|
|
633
|
-
"y":
|
|
634
|
-
"h":
|
|
635
|
-
"w":
|
|
286
|
+
"x": 12,
|
|
287
|
+
"y": 2,
|
|
288
|
+
"h": 19.1,
|
|
289
|
+
"w": 12
|
|
636
290
|
},
|
|
637
|
-
"name": "
|
|
291
|
+
"name": "PG(C66100)进厅 (#{time_range})",
|
|
638
292
|
"queries": [
|
|
639
293
|
{
|
|
640
294
|
"datasource": "dataflux",
|
|
641
295
|
"qtype": "promql",
|
|
642
296
|
"type": "sequence",
|
|
643
297
|
"query": {
|
|
644
|
-
"q": "sum(
|
|
298
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66100\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
645
299
|
"type": "promql",
|
|
646
300
|
"code": "A",
|
|
647
301
|
"promqlCode": 1
|
|
@@ -655,95 +309,22 @@
|
|
|
655
309
|
"settings": {}
|
|
656
310
|
},
|
|
657
311
|
"group": {
|
|
658
|
-
"name": "
|
|
659
|
-
},
|
|
660
|
-
"pos": {
|
|
661
|
-
"x": 9,
|
|
662
|
-
"y": 17.2,
|
|
663
|
-
"h": 15.3,
|
|
664
|
-
"w": 15
|
|
665
|
-
},
|
|
666
|
-
"name": "CPU",
|
|
667
|
-
"queries": [
|
|
668
|
-
{
|
|
669
|
-
"datasource": "dataflux",
|
|
670
|
-
"qtype": "promql",
|
|
671
|
-
"type": "table",
|
|
672
|
-
"query": {
|
|
673
|
-
"q": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{cluster=\"#{cluster}\"}) by (namespace)",
|
|
674
|
-
"type": "promql",
|
|
675
|
-
"code": "A",
|
|
676
|
-
"promqlCode": 1
|
|
677
|
-
}
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"datasource": "dataflux",
|
|
681
|
-
"qtype": "promql",
|
|
682
|
-
"type": "table",
|
|
683
|
-
"query": {
|
|
684
|
-
"q": "sum(namespace_cpu:kube_pod_container_resource_requests:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
685
|
-
"type": "promql",
|
|
686
|
-
"code": "B",
|
|
687
|
-
"promqlCode": 2
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"datasource": "dataflux",
|
|
692
|
-
"qtype": "promql",
|
|
693
|
-
"type": "table",
|
|
694
|
-
"query": {
|
|
695
|
-
"q": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{cluster=\"#{cluster}\"}) by (namespace) / sum(namespace_cpu:kube_pod_container_resource_requests:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
696
|
-
"type": "promql",
|
|
697
|
-
"code": "C",
|
|
698
|
-
"promqlCode": 3
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"datasource": "dataflux",
|
|
703
|
-
"qtype": "promql",
|
|
704
|
-
"type": "table",
|
|
705
|
-
"query": {
|
|
706
|
-
"q": "sum(namespace_cpu:kube_pod_container_resource_limits:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
707
|
-
"type": "promql",
|
|
708
|
-
"code": "D",
|
|
709
|
-
"promqlCode": 4
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"datasource": "dataflux",
|
|
714
|
-
"qtype": "promql",
|
|
715
|
-
"type": "table",
|
|
716
|
-
"query": {
|
|
717
|
-
"q": "sum(node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate{cluster=\"#{cluster}\"}) by (namespace) / sum(namespace_cpu:kube_pod_container_resource_limits:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
718
|
-
"type": "promql",
|
|
719
|
-
"code": "E",
|
|
720
|
-
"promqlCode": 5
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
],
|
|
724
|
-
"type": "table"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"extend": {
|
|
728
|
-
"settings": {}
|
|
729
|
-
},
|
|
730
|
-
"group": {
|
|
731
|
-
"name": "内存"
|
|
312
|
+
"name": "SLOT GAME"
|
|
732
313
|
},
|
|
733
314
|
"pos": {
|
|
734
315
|
"x": 0,
|
|
735
|
-
"y":
|
|
736
|
-
"h":
|
|
737
|
-
"w":
|
|
316
|
+
"y": 21,
|
|
317
|
+
"h": 19.1,
|
|
318
|
+
"w": 12
|
|
738
319
|
},
|
|
739
|
-
"name": "
|
|
320
|
+
"name": "FACHAI进厅(C66176)(#{time_range})",
|
|
740
321
|
"queries": [
|
|
741
322
|
{
|
|
742
323
|
"datasource": "dataflux",
|
|
743
324
|
"qtype": "promql",
|
|
744
325
|
"type": "sequence",
|
|
745
326
|
"query": {
|
|
746
|
-
"q": "sum(
|
|
327
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66176\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
747
328
|
"type": "promql",
|
|
748
329
|
"code": "A",
|
|
749
330
|
"promqlCode": 1
|
|
@@ -757,22 +338,22 @@
|
|
|
757
338
|
"settings": {}
|
|
758
339
|
},
|
|
759
340
|
"group": {
|
|
760
|
-
"name": "
|
|
341
|
+
"name": "SLOT GAME"
|
|
761
342
|
},
|
|
762
343
|
"pos": {
|
|
763
|
-
"x":
|
|
764
|
-
"y":
|
|
765
|
-
"h":
|
|
766
|
-
"w":
|
|
344
|
+
"x": 12,
|
|
345
|
+
"y": 21,
|
|
346
|
+
"h": 19.1,
|
|
347
|
+
"w": 12
|
|
767
348
|
},
|
|
768
|
-
"name": "
|
|
349
|
+
"name": "CQ9(C66073)进厅 (#{time_range})",
|
|
769
350
|
"queries": [
|
|
770
351
|
{
|
|
771
352
|
"datasource": "dataflux",
|
|
772
353
|
"qtype": "promql",
|
|
773
354
|
"type": "sequence",
|
|
774
355
|
"query": {
|
|
775
|
-
"q": "sum(
|
|
356
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66073\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
776
357
|
"type": "promql",
|
|
777
358
|
"code": "A",
|
|
778
359
|
"promqlCode": 1
|
|
@@ -786,22 +367,22 @@
|
|
|
786
367
|
"settings": {}
|
|
787
368
|
},
|
|
788
369
|
"group": {
|
|
789
|
-
"name": "
|
|
370
|
+
"name": "SLOT GAME"
|
|
790
371
|
},
|
|
791
372
|
"pos": {
|
|
792
373
|
"x": 0,
|
|
793
|
-
"y":
|
|
794
|
-
"h":
|
|
795
|
-
"w":
|
|
374
|
+
"y": 40,
|
|
375
|
+
"h": 19.1,
|
|
376
|
+
"w": 12
|
|
796
377
|
},
|
|
797
|
-
"name": "
|
|
378
|
+
"name": "TPG(C66103)进厅(#{time_range})",
|
|
798
379
|
"queries": [
|
|
799
380
|
{
|
|
800
381
|
"datasource": "dataflux",
|
|
801
382
|
"qtype": "promql",
|
|
802
383
|
"type": "sequence",
|
|
803
384
|
"query": {
|
|
804
|
-
"q": "sum(
|
|
385
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\",client!~\"C66H501-null\", channel=\"C66103\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
805
386
|
"type": "promql",
|
|
806
387
|
"code": "A",
|
|
807
388
|
"promqlCode": 1
|
|
@@ -815,179 +396,109 @@
|
|
|
815
396
|
"settings": {}
|
|
816
397
|
},
|
|
817
398
|
"group": {
|
|
818
|
-
"name": "
|
|
399
|
+
"name": "SLOT GAME"
|
|
819
400
|
},
|
|
820
401
|
"pos": {
|
|
821
|
-
"x":
|
|
822
|
-
"y":
|
|
823
|
-
"h":
|
|
824
|
-
"w":
|
|
402
|
+
"x": 12,
|
|
403
|
+
"y": 40,
|
|
404
|
+
"h": 19.1,
|
|
405
|
+
"w": 12
|
|
825
406
|
},
|
|
826
|
-
"name": "
|
|
407
|
+
"name": "NETNET(C66106)进厅(#{time_range})",
|
|
827
408
|
"queries": [
|
|
828
409
|
{
|
|
829
410
|
"datasource": "dataflux",
|
|
830
411
|
"qtype": "promql",
|
|
831
|
-
"type": "
|
|
412
|
+
"type": "sequence",
|
|
832
413
|
"query": {
|
|
833
|
-
"q": "sum(
|
|
414
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\",client!~\"C66H501-null\", channel=\"C66106\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
834
415
|
"type": "promql",
|
|
835
416
|
"code": "A",
|
|
836
417
|
"promqlCode": 1
|
|
837
418
|
}
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
"datasource": "dataflux",
|
|
841
|
-
"qtype": "promql",
|
|
842
|
-
"type": "table",
|
|
843
|
-
"query": {
|
|
844
|
-
"q": "sum(namespace_memory:kube_pod_container_resource_requests:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
845
|
-
"type": "promql",
|
|
846
|
-
"code": "B",
|
|
847
|
-
"promqlCode": 2
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"datasource": "dataflux",
|
|
852
|
-
"qtype": "promql",
|
|
853
|
-
"type": "table",
|
|
854
|
-
"query": {
|
|
855
|
-
"q": "sum(container_memory_rss{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"#{cluster}\", container!=\"\"}) by (namespace) / sum(namespace_memory:kube_pod_container_resource_requests:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
856
|
-
"type": "promql",
|
|
857
|
-
"code": "C",
|
|
858
|
-
"promqlCode": 3
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"datasource": "dataflux",
|
|
863
|
-
"qtype": "promql",
|
|
864
|
-
"type": "table",
|
|
865
|
-
"query": {
|
|
866
|
-
"q": "sum(namespace_memory:kube_pod_container_resource_limits:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
867
|
-
"type": "promql",
|
|
868
|
-
"code": "D",
|
|
869
|
-
"promqlCode": 4
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"datasource": "dataflux",
|
|
874
|
-
"qtype": "promql",
|
|
875
|
-
"type": "table",
|
|
876
|
-
"query": {
|
|
877
|
-
"q": "sum(container_memory_rss{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"#{cluster}\", container!=\"\"}) by (namespace) / sum(namespace_memory:kube_pod_container_resource_limits:sum{cluster=\"#{cluster}\"}) by (namespace)",
|
|
878
|
-
"type": "promql",
|
|
879
|
-
"code": "E",
|
|
880
|
-
"promqlCode": 5
|
|
881
|
-
}
|
|
882
419
|
}
|
|
883
420
|
],
|
|
884
|
-
"type": "
|
|
421
|
+
"type": "sequence"
|
|
885
422
|
},
|
|
886
423
|
{
|
|
887
424
|
"extend": {
|
|
888
425
|
"settings": {}
|
|
889
426
|
},
|
|
890
427
|
"group": {
|
|
891
|
-
"name": "
|
|
428
|
+
"name": "SLOT GAME"
|
|
892
429
|
},
|
|
893
430
|
"pos": {
|
|
894
431
|
"x": 0,
|
|
895
|
-
"y":
|
|
896
|
-
"h":
|
|
897
|
-
"w":
|
|
898
|
-
},
|
|
899
|
-
"name": "
|
|
900
|
-
"queries": [
|
|
901
|
-
{
|
|
902
|
-
"datasource": "dataflux",
|
|
903
|
-
"qtype": "promql",
|
|
904
|
-
"type": "table",
|
|
905
|
-
"query": {
|
|
906
|
-
"q": "sum(irate(container_network_receive_bytes_total{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"#{cluster}\", namespace=~\".+\"}[#{__rate_interval}])) by (namespace)",
|
|
907
|
-
"type": "promql",
|
|
908
|
-
"code": "A",
|
|
909
|
-
"promqlCode": 1
|
|
910
|
-
}
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"datasource": "dataflux",
|
|
914
|
-
"qtype": "promql",
|
|
915
|
-
"type": "table",
|
|
916
|
-
"query": {
|
|
917
|
-
"q": "sum(irate(container_network_transmit_bytes_total{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"#{cluster}\", namespace=~\".+\"}[#{__rate_interval}])) by (namespace)",
|
|
918
|
-
"type": "promql",
|
|
919
|
-
"code": "B",
|
|
920
|
-
"promqlCode": 2
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"datasource": "dataflux",
|
|
925
|
-
"qtype": "promql",
|
|
926
|
-
"type": "table",
|
|
927
|
-
"query": {
|
|
928
|
-
"q": "sum(irate(container_network_receive_packets_total{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"#{cluster}\", namespace=~\".+\"}[#{__rate_interval}])) by (namespace)",
|
|
929
|
-
"type": "promql",
|
|
930
|
-
"code": "C",
|
|
931
|
-
"promqlCode": 3
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"datasource": "dataflux",
|
|
936
|
-
"qtype": "promql",
|
|
937
|
-
"type": "table",
|
|
938
|
-
"query": {
|
|
939
|
-
"q": "sum(irate(container_network_transmit_packets_total{job=\"kubelet\", metrics_path=\"/metrics/cadvisor\", cluster=\"#{cluster}\", namespace=~\".+\"}[#{__rate_interval}])) by (namespace)",
|
|
940
|
-
"type": "promql",
|
|
941
|
-
"code": "D",
|
|
942
|
-
"promqlCode": 4
|
|
943
|
-
}
|
|
944
|
-
},
|
|
432
|
+
"y": 59,
|
|
433
|
+
"h": 19.1,
|
|
434
|
+
"w": 12
|
|
435
|
+
},
|
|
436
|
+
"name": "RTG(C66105)进厅(#{time_range})",
|
|
437
|
+
"queries": [
|
|
945
438
|
{
|
|
946
439
|
"datasource": "dataflux",
|
|
947
440
|
"qtype": "promql",
|
|
948
|
-
"type": "
|
|
441
|
+
"type": "sequence",
|
|
949
442
|
"query": {
|
|
950
|
-
"q": "sum(
|
|
443
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66105\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
951
444
|
"type": "promql",
|
|
952
|
-
"code": "
|
|
953
|
-
"promqlCode":
|
|
445
|
+
"code": "A",
|
|
446
|
+
"promqlCode": 1
|
|
954
447
|
}
|
|
955
|
-
}
|
|
448
|
+
}
|
|
449
|
+
],
|
|
450
|
+
"type": "sequence"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"extend": {
|
|
454
|
+
"settings": {}
|
|
455
|
+
},
|
|
456
|
+
"group": {
|
|
457
|
+
"name": "SLOT GAME"
|
|
458
|
+
},
|
|
459
|
+
"pos": {
|
|
460
|
+
"x": 12,
|
|
461
|
+
"y": 59,
|
|
462
|
+
"h": 19.1,
|
|
463
|
+
"w": 12
|
|
464
|
+
},
|
|
465
|
+
"name": "HBN(C66099)进厅(#{time_range})",
|
|
466
|
+
"queries": [
|
|
956
467
|
{
|
|
957
468
|
"datasource": "dataflux",
|
|
958
469
|
"qtype": "promql",
|
|
959
|
-
"type": "
|
|
470
|
+
"type": "sequence",
|
|
960
471
|
"query": {
|
|
961
|
-
"q": "sum(
|
|
472
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66099\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
962
473
|
"type": "promql",
|
|
963
|
-
"code": "
|
|
964
|
-
"promqlCode":
|
|
474
|
+
"code": "A",
|
|
475
|
+
"promqlCode": 1
|
|
965
476
|
}
|
|
966
477
|
}
|
|
967
478
|
],
|
|
968
|
-
"type": "
|
|
479
|
+
"type": "sequence"
|
|
969
480
|
},
|
|
970
481
|
{
|
|
971
482
|
"extend": {
|
|
972
483
|
"settings": {}
|
|
973
484
|
},
|
|
974
485
|
"group": {
|
|
975
|
-
"name": "
|
|
486
|
+
"name": "SLOT GAME"
|
|
976
487
|
},
|
|
977
488
|
"pos": {
|
|
978
489
|
"x": 0,
|
|
979
|
-
"y":
|
|
980
|
-
"h":
|
|
981
|
-
"w":
|
|
490
|
+
"y": 78,
|
|
491
|
+
"h": 19.1,
|
|
492
|
+
"w": 12
|
|
982
493
|
},
|
|
983
|
-
"name": "
|
|
494
|
+
"name": "EVOLUTION(C66108)进厅(#{time_range})",
|
|
984
495
|
"queries": [
|
|
985
496
|
{
|
|
986
497
|
"datasource": "dataflux",
|
|
987
498
|
"qtype": "promql",
|
|
988
499
|
"type": "sequence",
|
|
989
500
|
"query": {
|
|
990
|
-
"q": "sum(
|
|
501
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66108\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
991
502
|
"type": "promql",
|
|
992
503
|
"code": "A",
|
|
993
504
|
"promqlCode": 1
|
|
@@ -998,7 +509,7 @@
|
|
|
998
509
|
"qtype": "promql",
|
|
999
510
|
"type": "sequence",
|
|
1000
511
|
"query": {
|
|
1001
|
-
"q": "
|
|
512
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66108\", success=\"0\"}[#{time_range}])) by (channel,client,success)",
|
|
1002
513
|
"type": "promql",
|
|
1003
514
|
"code": "B",
|
|
1004
515
|
"promqlCode": 2
|
|
@@ -1012,22 +523,22 @@
|
|
|
1012
523
|
"settings": {}
|
|
1013
524
|
},
|
|
1014
525
|
"group": {
|
|
1015
|
-
"name": "
|
|
526
|
+
"name": "SLOT GAME"
|
|
1016
527
|
},
|
|
1017
528
|
"pos": {
|
|
1018
|
-
"x":
|
|
1019
|
-
"y":
|
|
1020
|
-
"h":
|
|
1021
|
-
"w":
|
|
529
|
+
"x": 12,
|
|
530
|
+
"y": 78,
|
|
531
|
+
"h": 19.1,
|
|
532
|
+
"w": 12
|
|
1022
533
|
},
|
|
1023
|
-
"name": "
|
|
534
|
+
"name": "RedTiger(C66107)进厅(#{time_range})",
|
|
1024
535
|
"queries": [
|
|
1025
536
|
{
|
|
1026
537
|
"datasource": "dataflux",
|
|
1027
538
|
"qtype": "promql",
|
|
1028
539
|
"type": "sequence",
|
|
1029
540
|
"query": {
|
|
1030
|
-
"q": "sum(
|
|
541
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\",client!~\"C66H501-null\", channel=\"C66107\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1031
542
|
"type": "promql",
|
|
1032
543
|
"code": "A",
|
|
1033
544
|
"promqlCode": 1
|
|
@@ -1041,36 +552,54 @@
|
|
|
1041
552
|
"settings": {}
|
|
1042
553
|
},
|
|
1043
554
|
"group": {
|
|
1044
|
-
"name": "
|
|
555
|
+
"name": "SLOT GAME"
|
|
1045
556
|
},
|
|
1046
557
|
"pos": {
|
|
1047
|
-
"x":
|
|
1048
|
-
"y":
|
|
1049
|
-
"h":
|
|
1050
|
-
"w":
|
|
558
|
+
"x": 0,
|
|
559
|
+
"y": 97,
|
|
560
|
+
"h": 19.1,
|
|
561
|
+
"w": 12
|
|
1051
562
|
},
|
|
1052
|
-
"name": "
|
|
563
|
+
"name": "BTG(C66188)进厅(#{time_range})",
|
|
1053
564
|
"queries": [
|
|
1054
565
|
{
|
|
1055
566
|
"datasource": "dataflux",
|
|
1056
567
|
"qtype": "promql",
|
|
1057
568
|
"type": "sequence",
|
|
1058
569
|
"query": {
|
|
1059
|
-
"q": "sum(
|
|
570
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66188\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1060
571
|
"type": "promql",
|
|
1061
572
|
"code": "A",
|
|
1062
573
|
"promqlCode": 1
|
|
1063
574
|
}
|
|
1064
|
-
}
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"type": "sequence"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"extend": {
|
|
581
|
+
"settings": {}
|
|
582
|
+
},
|
|
583
|
+
"group": {
|
|
584
|
+
"name": "SLOT GAME"
|
|
585
|
+
},
|
|
586
|
+
"pos": {
|
|
587
|
+
"x": 12,
|
|
588
|
+
"y": 97,
|
|
589
|
+
"h": 19.1,
|
|
590
|
+
"w": 12
|
|
591
|
+
},
|
|
592
|
+
"name": "NLC(C66192)进厅(#{time_range})",
|
|
593
|
+
"queries": [
|
|
1065
594
|
{
|
|
1066
595
|
"datasource": "dataflux",
|
|
1067
596
|
"qtype": "promql",
|
|
1068
597
|
"type": "sequence",
|
|
1069
598
|
"query": {
|
|
1070
|
-
"q": "
|
|
599
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66192\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1071
600
|
"type": "promql",
|
|
1072
|
-
"code": "
|
|
1073
|
-
"promqlCode":
|
|
601
|
+
"code": "A",
|
|
602
|
+
"promqlCode": 1
|
|
1074
603
|
}
|
|
1075
604
|
}
|
|
1076
605
|
],
|
|
@@ -1081,37 +610,26 @@
|
|
|
1081
610
|
"settings": {}
|
|
1082
611
|
},
|
|
1083
612
|
"group": {
|
|
1084
|
-
"name": "
|
|
613
|
+
"name": "SLOT GAME"
|
|
1085
614
|
},
|
|
1086
615
|
"pos": {
|
|
1087
616
|
"x": 0,
|
|
1088
|
-
"y":
|
|
1089
|
-
"h":
|
|
1090
|
-
"w":
|
|
617
|
+
"y": 116,
|
|
618
|
+
"h": 19.1,
|
|
619
|
+
"w": 12
|
|
1091
620
|
},
|
|
1092
|
-
"name": "
|
|
621
|
+
"name": "GLXS(C66196)进厅(#{time_range})",
|
|
1093
622
|
"queries": [
|
|
1094
623
|
{
|
|
1095
624
|
"datasource": "dataflux",
|
|
1096
625
|
"qtype": "promql",
|
|
1097
626
|
"type": "sequence",
|
|
1098
627
|
"query": {
|
|
1099
|
-
"q": "sum(
|
|
628
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66196\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1100
629
|
"type": "promql",
|
|
1101
630
|
"code": "A",
|
|
1102
631
|
"promqlCode": 1
|
|
1103
632
|
}
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"datasource": "dataflux",
|
|
1107
|
-
"qtype": "promql",
|
|
1108
|
-
"type": "sequence",
|
|
1109
|
-
"query": {
|
|
1110
|
-
"q": "- sum(rate(node_network_transmit_bytes_total{device=\"lo\", cluster=\"#{cluster}\"}[#{__rate_interval}])) by (instance)",
|
|
1111
|
-
"type": "promql",
|
|
1112
|
-
"code": "B",
|
|
1113
|
-
"promqlCode": 2
|
|
1114
|
-
}
|
|
1115
633
|
}
|
|
1116
634
|
],
|
|
1117
635
|
"type": "sequence"
|
|
@@ -1121,36 +639,54 @@
|
|
|
1121
639
|
"settings": {}
|
|
1122
640
|
},
|
|
1123
641
|
"group": {
|
|
1124
|
-
"name": "
|
|
642
|
+
"name": "Specialty Game"
|
|
1125
643
|
},
|
|
1126
644
|
"pos": {
|
|
1127
|
-
"x":
|
|
1128
|
-
"y":
|
|
645
|
+
"x": 0,
|
|
646
|
+
"y": -190,
|
|
1129
647
|
"h": 15.3,
|
|
1130
|
-
"w":
|
|
648
|
+
"w": 12
|
|
1131
649
|
},
|
|
1132
|
-
"name": "
|
|
650
|
+
"name": "Colorgame(C66172)进厅(#{time_range})",
|
|
1133
651
|
"queries": [
|
|
1134
652
|
{
|
|
1135
653
|
"datasource": "dataflux",
|
|
1136
654
|
"qtype": "promql",
|
|
1137
655
|
"type": "sequence",
|
|
1138
656
|
"query": {
|
|
1139
|
-
"q": "sum(
|
|
657
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client!~\"C66H501-null\", channel=\"C66172\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1140
658
|
"type": "promql",
|
|
1141
659
|
"code": "A",
|
|
1142
660
|
"promqlCode": 1
|
|
1143
661
|
}
|
|
1144
|
-
}
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"type": "sequence"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"extend": {
|
|
668
|
+
"settings": {}
|
|
669
|
+
},
|
|
670
|
+
"group": {
|
|
671
|
+
"name": "Specialty Game"
|
|
672
|
+
},
|
|
673
|
+
"pos": {
|
|
674
|
+
"x": 12,
|
|
675
|
+
"y": -190,
|
|
676
|
+
"h": 15.3,
|
|
677
|
+
"w": 12
|
|
678
|
+
},
|
|
679
|
+
"name": "PDB(C66186)进厅(#{time_range})",
|
|
680
|
+
"queries": [
|
|
1145
681
|
{
|
|
1146
682
|
"datasource": "dataflux",
|
|
1147
683
|
"qtype": "promql",
|
|
1148
684
|
"type": "sequence",
|
|
1149
685
|
"query": {
|
|
1150
|
-
"q": "
|
|
686
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", channel=\"C66186\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1151
687
|
"type": "promql",
|
|
1152
|
-
"code": "
|
|
1153
|
-
"promqlCode":
|
|
688
|
+
"code": "A",
|
|
689
|
+
"promqlCode": 1
|
|
1154
690
|
}
|
|
1155
691
|
}
|
|
1156
692
|
],
|
|
@@ -1161,22 +697,22 @@
|
|
|
1161
697
|
"settings": {}
|
|
1162
698
|
},
|
|
1163
699
|
"group": {
|
|
1164
|
-
"name": "
|
|
700
|
+
"name": "Specialty Game"
|
|
1165
701
|
},
|
|
1166
702
|
"pos": {
|
|
1167
|
-
"x":
|
|
1168
|
-
"y":
|
|
703
|
+
"x": 0,
|
|
704
|
+
"y": -178,
|
|
1169
705
|
"h": 15.3,
|
|
1170
|
-
"w":
|
|
706
|
+
"w": 12
|
|
1171
707
|
},
|
|
1172
|
-
"name": "
|
|
708
|
+
"name": "PULAPUTI(C66184)进厅(#{time_range})",
|
|
1173
709
|
"queries": [
|
|
1174
710
|
{
|
|
1175
711
|
"datasource": "dataflux",
|
|
1176
712
|
"qtype": "promql",
|
|
1177
713
|
"type": "sequence",
|
|
1178
714
|
"query": {
|
|
1179
|
-
"q": "sum(
|
|
715
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66184\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1180
716
|
"type": "promql",
|
|
1181
717
|
"code": "A",
|
|
1182
718
|
"promqlCode": 1
|
|
@@ -1187,11 +723,22 @@
|
|
|
1187
723
|
"qtype": "promql",
|
|
1188
724
|
"type": "sequence",
|
|
1189
725
|
"query": {
|
|
1190
|
-
"q": "
|
|
726
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66184\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1191
727
|
"type": "promql",
|
|
1192
728
|
"code": "B",
|
|
1193
729
|
"promqlCode": 2
|
|
1194
730
|
}
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"datasource": "dataflux",
|
|
734
|
+
"qtype": "promql",
|
|
735
|
+
"type": "sequence",
|
|
736
|
+
"query": {
|
|
737
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66184\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
738
|
+
"type": "promql",
|
|
739
|
+
"code": "C",
|
|
740
|
+
"promqlCode": 3
|
|
741
|
+
}
|
|
1195
742
|
}
|
|
1196
743
|
],
|
|
1197
744
|
"type": "sequence"
|
|
@@ -1201,22 +748,22 @@
|
|
|
1201
748
|
"settings": {}
|
|
1202
749
|
},
|
|
1203
750
|
"group": {
|
|
1204
|
-
"name": "
|
|
751
|
+
"name": "EBingo"
|
|
1205
752
|
},
|
|
1206
753
|
"pos": {
|
|
1207
754
|
"x": 0,
|
|
1208
755
|
"y": 2,
|
|
1209
|
-
"h":
|
|
1210
|
-
"w":
|
|
756
|
+
"h": 15.3,
|
|
757
|
+
"w": 12
|
|
1211
758
|
},
|
|
1212
|
-
"name": "
|
|
759
|
+
"name": "BINGO(C66079)进厅(#{time_range})",
|
|
1213
760
|
"queries": [
|
|
1214
761
|
{
|
|
1215
762
|
"datasource": "dataflux",
|
|
1216
763
|
"qtype": "promql",
|
|
1217
|
-
"type": "
|
|
764
|
+
"type": "sequence",
|
|
1218
765
|
"query": {
|
|
1219
|
-
"q": "sum
|
|
766
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66079\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1220
767
|
"type": "promql",
|
|
1221
768
|
"code": "A",
|
|
1222
769
|
"promqlCode": 1
|
|
@@ -1225,9 +772,9 @@
|
|
|
1225
772
|
{
|
|
1226
773
|
"datasource": "dataflux",
|
|
1227
774
|
"qtype": "promql",
|
|
1228
|
-
"type": "
|
|
775
|
+
"type": "sequence",
|
|
1229
776
|
"query": {
|
|
1230
|
-
"q": "sum
|
|
777
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66079\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1231
778
|
"type": "promql",
|
|
1232
779
|
"code": "B",
|
|
1233
780
|
"promqlCode": 2
|
|
@@ -1236,71 +783,89 @@
|
|
|
1236
783
|
{
|
|
1237
784
|
"datasource": "dataflux",
|
|
1238
785
|
"qtype": "promql",
|
|
1239
|
-
"type": "
|
|
786
|
+
"type": "sequence",
|
|
1240
787
|
"query": {
|
|
1241
|
-
"q": "sum
|
|
788
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66079\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1242
789
|
"type": "promql",
|
|
1243
790
|
"code": "C",
|
|
1244
791
|
"promqlCode": 3
|
|
1245
792
|
}
|
|
1246
|
-
}
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"type": "sequence"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"extend": {
|
|
799
|
+
"settings": {}
|
|
800
|
+
},
|
|
801
|
+
"group": {
|
|
802
|
+
"name": "EBingo"
|
|
803
|
+
},
|
|
804
|
+
"pos": {
|
|
805
|
+
"x": 12,
|
|
806
|
+
"y": 2,
|
|
807
|
+
"h": 15.3,
|
|
808
|
+
"w": 12
|
|
809
|
+
},
|
|
810
|
+
"name": "EBINGO(C66080)进厅(#{time_range})",
|
|
811
|
+
"queries": [
|
|
1247
812
|
{
|
|
1248
813
|
"datasource": "dataflux",
|
|
1249
814
|
"qtype": "promql",
|
|
1250
|
-
"type": "
|
|
815
|
+
"type": "sequence",
|
|
1251
816
|
"query": {
|
|
1252
|
-
"q": "sum
|
|
817
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66080\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1253
818
|
"type": "promql",
|
|
1254
|
-
"code": "
|
|
1255
|
-
"promqlCode":
|
|
819
|
+
"code": "A",
|
|
820
|
+
"promqlCode": 1
|
|
1256
821
|
}
|
|
1257
822
|
},
|
|
1258
823
|
{
|
|
1259
824
|
"datasource": "dataflux",
|
|
1260
825
|
"qtype": "promql",
|
|
1261
|
-
"type": "
|
|
826
|
+
"type": "sequence",
|
|
1262
827
|
"query": {
|
|
1263
|
-
"q": "sum
|
|
828
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66080\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1264
829
|
"type": "promql",
|
|
1265
|
-
"code": "
|
|
1266
|
-
"promqlCode":
|
|
830
|
+
"code": "B",
|
|
831
|
+
"promqlCode": 2
|
|
1267
832
|
}
|
|
1268
833
|
},
|
|
1269
834
|
{
|
|
1270
835
|
"datasource": "dataflux",
|
|
1271
836
|
"qtype": "promql",
|
|
1272
|
-
"type": "
|
|
837
|
+
"type": "sequence",
|
|
1273
838
|
"query": {
|
|
1274
|
-
"q": "sum
|
|
839
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66080\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1275
840
|
"type": "promql",
|
|
1276
|
-
"code": "
|
|
1277
|
-
"promqlCode":
|
|
841
|
+
"code": "C",
|
|
842
|
+
"promqlCode": 3
|
|
1278
843
|
}
|
|
1279
844
|
}
|
|
1280
845
|
],
|
|
1281
|
-
"type": "
|
|
846
|
+
"type": "sequence"
|
|
1282
847
|
},
|
|
1283
848
|
{
|
|
1284
849
|
"extend": {
|
|
1285
850
|
"settings": {}
|
|
1286
851
|
},
|
|
1287
852
|
"group": {
|
|
1288
|
-
"name": "
|
|
853
|
+
"name": "EBingo"
|
|
1289
854
|
},
|
|
1290
855
|
"pos": {
|
|
1291
856
|
"x": 0,
|
|
1292
|
-
"y":
|
|
1293
|
-
"h":
|
|
1294
|
-
"w":
|
|
857
|
+
"y": 17.2,
|
|
858
|
+
"h": 15.3,
|
|
859
|
+
"w": 12
|
|
1295
860
|
},
|
|
1296
|
-
"name": "
|
|
861
|
+
"name": "PPLAY(C66199)进厅(#{time_range})",
|
|
1297
862
|
"queries": [
|
|
1298
863
|
{
|
|
1299
864
|
"datasource": "dataflux",
|
|
1300
865
|
"qtype": "promql",
|
|
1301
|
-
"type": "
|
|
866
|
+
"type": "sequence",
|
|
1302
867
|
"query": {
|
|
1303
|
-
"q": "sum(
|
|
868
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66199\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1304
869
|
"type": "promql",
|
|
1305
870
|
"code": "A",
|
|
1306
871
|
"promqlCode": 1
|
|
@@ -1309,41 +874,23 @@
|
|
|
1309
874
|
{
|
|
1310
875
|
"datasource": "dataflux",
|
|
1311
876
|
"qtype": "promql",
|
|
1312
|
-
"type": "
|
|
877
|
+
"type": "sequence",
|
|
1313
878
|
"query": {
|
|
1314
|
-
"q": "sum(
|
|
879
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66199\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1315
880
|
"type": "promql",
|
|
1316
881
|
"code": "B",
|
|
1317
882
|
"promqlCode": 2
|
|
1318
883
|
}
|
|
1319
|
-
}
|
|
1320
|
-
],
|
|
1321
|
-
"type": "table"
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"extend": {
|
|
1325
|
-
"settings": {}
|
|
1326
|
-
},
|
|
1327
|
-
"group": {
|
|
1328
|
-
"name": "存储"
|
|
1329
|
-
},
|
|
1330
|
-
"pos": {
|
|
1331
|
-
"x": 7,
|
|
1332
|
-
"y": 15.3,
|
|
1333
|
-
"h": 17.2,
|
|
1334
|
-
"w": 8
|
|
1335
|
-
},
|
|
1336
|
-
"name": "Persistent Volumes - Usage in %",
|
|
1337
|
-
"queries": [
|
|
884
|
+
},
|
|
1338
885
|
{
|
|
1339
886
|
"datasource": "dataflux",
|
|
1340
887
|
"qtype": "promql",
|
|
1341
888
|
"type": "sequence",
|
|
1342
889
|
"query": {
|
|
1343
|
-
"q": "sum(
|
|
890
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66199\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1344
891
|
"type": "promql",
|
|
1345
|
-
"code": "
|
|
1346
|
-
"promqlCode":
|
|
892
|
+
"code": "C",
|
|
893
|
+
"promqlCode": 3
|
|
1347
894
|
}
|
|
1348
895
|
}
|
|
1349
896
|
],
|
|
@@ -1354,26 +901,48 @@
|
|
|
1354
901
|
"settings": {}
|
|
1355
902
|
},
|
|
1356
903
|
"group": {
|
|
1357
|
-
"name": "
|
|
904
|
+
"name": "EBingo"
|
|
1358
905
|
},
|
|
1359
906
|
"pos": {
|
|
1360
|
-
"x":
|
|
1361
|
-
"y":
|
|
1362
|
-
"h":
|
|
1363
|
-
"w":
|
|
907
|
+
"x": 12,
|
|
908
|
+
"y": 17.2,
|
|
909
|
+
"h": 15.3,
|
|
910
|
+
"w": 12
|
|
1364
911
|
},
|
|
1365
|
-
"name": "
|
|
912
|
+
"name": "GINTO(C66178)进厅(#{time_range})",
|
|
1366
913
|
"queries": [
|
|
1367
914
|
{
|
|
1368
915
|
"datasource": "dataflux",
|
|
1369
916
|
"qtype": "promql",
|
|
1370
917
|
"type": "sequence",
|
|
1371
918
|
"query": {
|
|
1372
|
-
"q": "
|
|
919
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66178\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1373
920
|
"type": "promql",
|
|
1374
921
|
"code": "A",
|
|
1375
922
|
"promqlCode": 1
|
|
1376
923
|
}
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"datasource": "dataflux",
|
|
927
|
+
"qtype": "promql",
|
|
928
|
+
"type": "sequence",
|
|
929
|
+
"query": {
|
|
930
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66178\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
931
|
+
"type": "promql",
|
|
932
|
+
"code": "B",
|
|
933
|
+
"promqlCode": 2
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"datasource": "dataflux",
|
|
938
|
+
"qtype": "promql",
|
|
939
|
+
"type": "sequence",
|
|
940
|
+
"query": {
|
|
941
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66178\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
942
|
+
"type": "promql",
|
|
943
|
+
"code": "C",
|
|
944
|
+
"promqlCode": 3
|
|
945
|
+
}
|
|
1377
946
|
}
|
|
1378
947
|
],
|
|
1379
948
|
"type": "sequence"
|
|
@@ -1383,22 +952,22 @@
|
|
|
1383
952
|
"settings": {}
|
|
1384
953
|
},
|
|
1385
954
|
"group": {
|
|
1386
|
-
"name": "
|
|
955
|
+
"name": "EBingo"
|
|
1387
956
|
},
|
|
1388
957
|
"pos": {
|
|
1389
958
|
"x": 0,
|
|
1390
|
-
"y":
|
|
1391
|
-
"h":
|
|
959
|
+
"y": 32.4,
|
|
960
|
+
"h": 15.3,
|
|
1392
961
|
"w": 12
|
|
1393
962
|
},
|
|
1394
|
-
"name": "
|
|
963
|
+
"name": "AQUA(C66183)进厅(#{time_range})",
|
|
1395
964
|
"queries": [
|
|
1396
965
|
{
|
|
1397
966
|
"datasource": "dataflux",
|
|
1398
967
|
"qtype": "promql",
|
|
1399
968
|
"type": "sequence",
|
|
1400
969
|
"query": {
|
|
1401
|
-
"q": "sum(
|
|
970
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66183\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1402
971
|
"type": "promql",
|
|
1403
972
|
"code": "A",
|
|
1404
973
|
"promqlCode": 1
|
|
@@ -1409,11 +978,22 @@
|
|
|
1409
978
|
"qtype": "promql",
|
|
1410
979
|
"type": "sequence",
|
|
1411
980
|
"query": {
|
|
1412
|
-
"q": "sum(
|
|
981
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66183\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1413
982
|
"type": "promql",
|
|
1414
983
|
"code": "B",
|
|
1415
984
|
"promqlCode": 2
|
|
1416
985
|
}
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"datasource": "dataflux",
|
|
989
|
+
"qtype": "promql",
|
|
990
|
+
"type": "sequence",
|
|
991
|
+
"query": {
|
|
992
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66183\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
993
|
+
"type": "promql",
|
|
994
|
+
"code": "C",
|
|
995
|
+
"promqlCode": 3
|
|
996
|
+
}
|
|
1417
997
|
}
|
|
1418
998
|
],
|
|
1419
999
|
"type": "sequence"
|
|
@@ -1423,22 +1003,22 @@
|
|
|
1423
1003
|
"settings": {}
|
|
1424
1004
|
},
|
|
1425
1005
|
"group": {
|
|
1426
|
-
"name": "
|
|
1006
|
+
"name": "EBingo"
|
|
1427
1007
|
},
|
|
1428
1008
|
"pos": {
|
|
1429
1009
|
"x": 12,
|
|
1430
|
-
"y":
|
|
1431
|
-
"h":
|
|
1010
|
+
"y": 32.4,
|
|
1011
|
+
"h": 15.3,
|
|
1432
1012
|
"w": 12
|
|
1433
1013
|
},
|
|
1434
|
-
"name": "
|
|
1014
|
+
"name": "PDB(C66186)进厅(#{time_range})",
|
|
1435
1015
|
"queries": [
|
|
1436
1016
|
{
|
|
1437
1017
|
"datasource": "dataflux",
|
|
1438
1018
|
"qtype": "promql",
|
|
1439
1019
|
"type": "sequence",
|
|
1440
1020
|
"query": {
|
|
1441
|
-
"q": "
|
|
1021
|
+
"q": "label_replace(\r\nlabel_replace(\r\nlabel_replace( \r\nlabel_replace(\r\nsum(increase(bp_in_game_total{application=\"c66-gateway-api\", channel=\"C66186\", success=\"1\"}[#{time_range}])) by (client),\r\n\"client\", \"Android\", \"client\", \"C66APP01\"\r\n),\r\n\"client\", \"IOS\", \"client\", \"C66APP02\"\r\n),\r\n\"client\", \"H5\", \"client\", \"C66H501\"\r\n),\r\n\"client\", \"PC\", \"client\", \"C66PC01\"\r\n)\r\n",
|
|
1442
1022
|
"type": "promql",
|
|
1443
1023
|
"code": "A",
|
|
1444
1024
|
"promqlCode": 1
|
|
@@ -1452,26 +1032,48 @@
|
|
|
1452
1032
|
"settings": {}
|
|
1453
1033
|
},
|
|
1454
1034
|
"group": {
|
|
1455
|
-
"name": "
|
|
1035
|
+
"name": "Casino"
|
|
1456
1036
|
},
|
|
1457
1037
|
"pos": {
|
|
1458
1038
|
"x": 0,
|
|
1459
|
-
"y":
|
|
1460
|
-
"h":
|
|
1039
|
+
"y": 2,
|
|
1040
|
+
"h": 15.3,
|
|
1461
1041
|
"w": 12
|
|
1462
1042
|
},
|
|
1463
|
-
"name": "
|
|
1043
|
+
"name": "EEZE(C66177)进厅(#{time_range})",
|
|
1464
1044
|
"queries": [
|
|
1465
1045
|
{
|
|
1466
1046
|
"datasource": "dataflux",
|
|
1467
1047
|
"qtype": "promql",
|
|
1468
1048
|
"type": "sequence",
|
|
1469
1049
|
"query": {
|
|
1470
|
-
"q": "sum(increase(
|
|
1050
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66177\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1471
1051
|
"type": "promql",
|
|
1472
1052
|
"code": "A",
|
|
1473
1053
|
"promqlCode": 1
|
|
1474
1054
|
}
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"datasource": "dataflux",
|
|
1058
|
+
"qtype": "promql",
|
|
1059
|
+
"type": "sequence",
|
|
1060
|
+
"query": {
|
|
1061
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66177\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1062
|
+
"type": "promql",
|
|
1063
|
+
"code": "B",
|
|
1064
|
+
"promqlCode": 2
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
"datasource": "dataflux",
|
|
1069
|
+
"qtype": "promql",
|
|
1070
|
+
"type": "sequence",
|
|
1071
|
+
"query": {
|
|
1072
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66177\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1073
|
+
"type": "promql",
|
|
1074
|
+
"code": "C",
|
|
1075
|
+
"promqlCode": 3
|
|
1076
|
+
}
|
|
1475
1077
|
}
|
|
1476
1078
|
],
|
|
1477
1079
|
"type": "sequence"
|
|
@@ -1481,26 +1083,59 @@
|
|
|
1481
1083
|
"settings": {}
|
|
1482
1084
|
},
|
|
1483
1085
|
"group": {
|
|
1484
|
-
"name": "
|
|
1086
|
+
"name": "Casino"
|
|
1485
1087
|
},
|
|
1486
1088
|
"pos": {
|
|
1487
1089
|
"x": 12,
|
|
1488
|
-
"y":
|
|
1489
|
-
"h":
|
|
1090
|
+
"y": 2,
|
|
1091
|
+
"h": 15.3,
|
|
1490
1092
|
"w": 12
|
|
1491
1093
|
},
|
|
1492
|
-
"name": "
|
|
1094
|
+
"name": "EEZE(C66177)进厅(#{time_range})",
|
|
1493
1095
|
"queries": [
|
|
1494
1096
|
{
|
|
1495
1097
|
"datasource": "dataflux",
|
|
1496
1098
|
"qtype": "promql",
|
|
1497
1099
|
"type": "sequence",
|
|
1498
1100
|
"query": {
|
|
1499
|
-
"q": "sum(increase(
|
|
1101
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66H501\", channel=\"C66177\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1500
1102
|
"type": "promql",
|
|
1501
1103
|
"code": "A",
|
|
1502
1104
|
"promqlCode": 1
|
|
1503
1105
|
}
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"datasource": "dataflux",
|
|
1109
|
+
"qtype": "promql",
|
|
1110
|
+
"type": "sequence",
|
|
1111
|
+
"query": {
|
|
1112
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP01\", channel=\"C66177\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1113
|
+
"type": "promql",
|
|
1114
|
+
"code": "B",
|
|
1115
|
+
"promqlCode": 2
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"datasource": "dataflux",
|
|
1120
|
+
"qtype": "promql",
|
|
1121
|
+
"type": "sequence",
|
|
1122
|
+
"query": {
|
|
1123
|
+
"q": "sum(increase(bp_in_game_total{application=\"c66-gateway-api\", client=\"C66APP02\", channel=\"C66177\", success=\"1\"}[#{time_range}])) by (channel,client,success)",
|
|
1124
|
+
"type": "promql",
|
|
1125
|
+
"code": "C",
|
|
1126
|
+
"promqlCode": 3
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"datasource": "dataflux",
|
|
1131
|
+
"qtype": "promql",
|
|
1132
|
+
"type": "sequence",
|
|
1133
|
+
"query": {
|
|
1134
|
+
"q": "sum(max(game_active_user_amount{cluster=\"prod-sg-eks\"}) by (channel,product))",
|
|
1135
|
+
"type": "promql",
|
|
1136
|
+
"code": "D",
|
|
1137
|
+
"promqlCode": 4
|
|
1138
|
+
}
|
|
1504
1139
|
}
|
|
1505
1140
|
],
|
|
1506
1141
|
"type": "sequence"
|
|
@@ -1508,22 +1143,22 @@
|
|
|
1508
1143
|
],
|
|
1509
1144
|
"groups": [
|
|
1510
1145
|
{
|
|
1511
|
-
"name": "
|
|
1146
|
+
"name": "BP整体游戏进厅情况"
|
|
1512
1147
|
},
|
|
1513
1148
|
{
|
|
1514
|
-
"name": "
|
|
1149
|
+
"name": "Poker"
|
|
1515
1150
|
},
|
|
1516
1151
|
{
|
|
1517
|
-
"name": "
|
|
1152
|
+
"name": "SLOT GAME"
|
|
1518
1153
|
},
|
|
1519
1154
|
{
|
|
1520
|
-
"name": "
|
|
1155
|
+
"name": "Specialty Game"
|
|
1521
1156
|
},
|
|
1522
1157
|
{
|
|
1523
|
-
"name": "
|
|
1158
|
+
"name": "EBingo"
|
|
1524
1159
|
},
|
|
1525
1160
|
{
|
|
1526
|
-
"name": "
|
|
1161
|
+
"name": "Casino"
|
|
1527
1162
|
}
|
|
1528
1163
|
]
|
|
1529
1164
|
}
|