Commit e618f2382aec55e272fb5f1572876fd77f078f93
Committed by
Andrew Shvayka
1 parent
ff14283c
Added dashboard for 'hybrid' DB setup
Showing
1 changed file
with
474 additions
and
0 deletions
1 | +{ | |
2 | + "annotations": { | |
3 | + "list": [ | |
4 | + { | |
5 | + "builtIn": 1, | |
6 | + "datasource": "-- Grafana --", | |
7 | + "enable": true, | |
8 | + "hide": true, | |
9 | + "iconColor": "rgba(0, 211, 255, 1)", | |
10 | + "name": "Annotations & Alerts", | |
11 | + "type": "dashboard" | |
12 | + } | |
13 | + ] | |
14 | + }, | |
15 | + "editable": true, | |
16 | + "gnetId": null, | |
17 | + "graphTooltip": 0, | |
18 | + "id": 8, | |
19 | + "links": [], | |
20 | + "panels": [ | |
21 | + { | |
22 | + "aliasColors": {}, | |
23 | + "bars": false, | |
24 | + "dashLength": 10, | |
25 | + "dashes": false, | |
26 | + "datasource": null, | |
27 | + "fieldConfig": { | |
28 | + "defaults": { | |
29 | + "links": [] | |
30 | + }, | |
31 | + "overrides": [] | |
32 | + }, | |
33 | + "fill": 1, | |
34 | + "fillGradient": 0, | |
35 | + "gridPos": { | |
36 | + "h": 9, | |
37 | + "w": 12, | |
38 | + "x": 0, | |
39 | + "y": 0 | |
40 | + }, | |
41 | + "hiddenSeries": false, | |
42 | + "id": 12, | |
43 | + "legend": { | |
44 | + "avg": false, | |
45 | + "current": false, | |
46 | + "max": false, | |
47 | + "min": false, | |
48 | + "show": true, | |
49 | + "total": false, | |
50 | + "values": false | |
51 | + }, | |
52 | + "lines": true, | |
53 | + "linewidth": 1, | |
54 | + "nullPointMode": "null", | |
55 | + "options": { | |
56 | + "alertThreshold": true | |
57 | + }, | |
58 | + "percentage": false, | |
59 | + "pluginVersion": "7.5.4", | |
60 | + "pointradius": 2, | |
61 | + "points": false, | |
62 | + "renderer": "flot", | |
63 | + "seriesOverrides": [], | |
64 | + "spaceLength": 10, | |
65 | + "stack": false, | |
66 | + "steppedLine": false, | |
67 | + "targets": [ | |
68 | + { | |
69 | + "exemplar": true, | |
70 | + "expr": "sum by(statsName) (increase(attributes_queue_0_total[1m]))", | |
71 | + "interval": "", | |
72 | + "legendFormat": "queue-0 {{statsName}}", | |
73 | + "refId": "A" | |
74 | + }, | |
75 | + { | |
76 | + "exemplar": true, | |
77 | + "expr": "sum by(statsName) (increase(attributes_queue_1_total[1m]))", | |
78 | + "interval": "", | |
79 | + "legendFormat": "queue-1 {{statsName}}", | |
80 | + "refId": "B" | |
81 | + }, | |
82 | + { | |
83 | + "exemplar": true, | |
84 | + "expr": "sum by(statsName) (increase(attributes_queue_2_total[1m]))", | |
85 | + "interval": "", | |
86 | + "legendFormat": "queue-2 {{statsName}}", | |
87 | + "refId": "C" | |
88 | + }, | |
89 | + { | |
90 | + "exemplar": true, | |
91 | + "expr": "sum by(statsName) (rate(attributes_queue_3_total[1m]))", | |
92 | + "interval": "", | |
93 | + "legendFormat": "queue-3 {{statsName}}", | |
94 | + "refId": "D" | |
95 | + } | |
96 | + ], | |
97 | + "thresholds": [], | |
98 | + "timeFrom": null, | |
99 | + "timeRegions": [], | |
100 | + "timeShift": null, | |
101 | + "title": "Attributes", | |
102 | + "tooltip": { | |
103 | + "shared": true, | |
104 | + "sort": 0, | |
105 | + "value_type": "individual" | |
106 | + }, | |
107 | + "type": "graph", | |
108 | + "xaxis": { | |
109 | + "buckets": null, | |
110 | + "mode": "time", | |
111 | + "name": null, | |
112 | + "show": true, | |
113 | + "values": [] | |
114 | + }, | |
115 | + "yaxes": [ | |
116 | + { | |
117 | + "format": "short", | |
118 | + "label": null, | |
119 | + "logBase": 1, | |
120 | + "max": null, | |
121 | + "min": null, | |
122 | + "show": true | |
123 | + }, | |
124 | + { | |
125 | + "format": "short", | |
126 | + "label": null, | |
127 | + "logBase": 1, | |
128 | + "max": null, | |
129 | + "min": null, | |
130 | + "show": true | |
131 | + } | |
132 | + ], | |
133 | + "yaxis": { | |
134 | + "align": false, | |
135 | + "alignLevel": null | |
136 | + } | |
137 | + }, | |
138 | + { | |
139 | + "aliasColors": {}, | |
140 | + "bars": false, | |
141 | + "dashLength": 10, | |
142 | + "dashes": false, | |
143 | + "datasource": null, | |
144 | + "fieldConfig": { | |
145 | + "defaults": {}, | |
146 | + "overrides": [] | |
147 | + }, | |
148 | + "fill": 1, | |
149 | + "fillGradient": 0, | |
150 | + "gridPos": { | |
151 | + "h": 9, | |
152 | + "w": 12, | |
153 | + "x": 12, | |
154 | + "y": 0 | |
155 | + }, | |
156 | + "hiddenSeries": false, | |
157 | + "id": 20, | |
158 | + "legend": { | |
159 | + "avg": false, | |
160 | + "current": false, | |
161 | + "max": false, | |
162 | + "min": false, | |
163 | + "show": true, | |
164 | + "total": false, | |
165 | + "values": false | |
166 | + }, | |
167 | + "lines": true, | |
168 | + "linewidth": 1, | |
169 | + "nullPointMode": "null", | |
170 | + "options": { | |
171 | + "alertThreshold": true | |
172 | + }, | |
173 | + "percentage": false, | |
174 | + "pluginVersion": "7.5.4", | |
175 | + "pointradius": 2, | |
176 | + "points": false, | |
177 | + "renderer": "flot", | |
178 | + "seriesOverrides": [], | |
179 | + "spaceLength": 10, | |
180 | + "stack": false, | |
181 | + "steppedLine": false, | |
182 | + "targets": [ | |
183 | + { | |
184 | + "exemplar": true, | |
185 | + "expr": "sum (rateExecutor_currBuffer)", | |
186 | + "interval": "", | |
187 | + "legendFormat": "current buffer", | |
188 | + "refId": "A" | |
189 | + } | |
190 | + ], | |
191 | + "thresholds": [], | |
192 | + "timeRegions": [], | |
193 | + "title": "Cassandra Current Buffer", | |
194 | + "tooltip": { | |
195 | + "shared": true, | |
196 | + "sort": 0, | |
197 | + "value_type": "individual" | |
198 | + }, | |
199 | + "type": "graph", | |
200 | + "xaxis": { | |
201 | + "buckets": null, | |
202 | + "mode": "time", | |
203 | + "name": null, | |
204 | + "show": true, | |
205 | + "values": [] | |
206 | + }, | |
207 | + "yaxes": [ | |
208 | + { | |
209 | + "format": "short", | |
210 | + "label": null, | |
211 | + "logBase": 1, | |
212 | + "max": null, | |
213 | + "min": null, | |
214 | + "show": true | |
215 | + }, | |
216 | + { | |
217 | + "format": "short", | |
218 | + "label": null, | |
219 | + "logBase": 1, | |
220 | + "max": null, | |
221 | + "min": null, | |
222 | + "show": true | |
223 | + } | |
224 | + ], | |
225 | + "yaxis": { | |
226 | + "align": false, | |
227 | + "alignLevel": null | |
228 | + } | |
229 | + }, | |
230 | + { | |
231 | + "aliasColors": {}, | |
232 | + "bars": false, | |
233 | + "dashLength": 10, | |
234 | + "dashes": false, | |
235 | + "datasource": null, | |
236 | + "fieldConfig": { | |
237 | + "defaults": { | |
238 | + "links": [] | |
239 | + }, | |
240 | + "overrides": [] | |
241 | + }, | |
242 | + "fill": 1, | |
243 | + "fillGradient": 0, | |
244 | + "gridPos": { | |
245 | + "h": 8, | |
246 | + "w": 12, | |
247 | + "x": 0, | |
248 | + "y": 9 | |
249 | + }, | |
250 | + "hiddenSeries": false, | |
251 | + "id": 18, | |
252 | + "legend": { | |
253 | + "avg": false, | |
254 | + "current": false, | |
255 | + "max": false, | |
256 | + "min": false, | |
257 | + "show": true, | |
258 | + "total": false, | |
259 | + "values": false | |
260 | + }, | |
261 | + "lines": true, | |
262 | + "linewidth": 1, | |
263 | + "nullPointMode": "null", | |
264 | + "options": { | |
265 | + "alertThreshold": true | |
266 | + }, | |
267 | + "percentage": false, | |
268 | + "pluginVersion": "7.5.4", | |
269 | + "pointradius": 2, | |
270 | + "points": false, | |
271 | + "renderer": "flot", | |
272 | + "seriesOverrides": [], | |
273 | + "spaceLength": 10, | |
274 | + "stack": false, | |
275 | + "steppedLine": false, | |
276 | + "targets": [ | |
277 | + { | |
278 | + "exemplar": true, | |
279 | + "expr": "sum by (statsName) (increase(rateExecutor_total[1m]))", | |
280 | + "interval": "", | |
281 | + "legendFormat": "{{statsName}}", | |
282 | + "refId": "A" | |
283 | + } | |
284 | + ], | |
285 | + "thresholds": [], | |
286 | + "timeFrom": null, | |
287 | + "timeRegions": [], | |
288 | + "timeShift": null, | |
289 | + "title": "TS", | |
290 | + "tooltip": { | |
291 | + "shared": true, | |
292 | + "sort": 0, | |
293 | + "value_type": "individual" | |
294 | + }, | |
295 | + "type": "graph", | |
296 | + "xaxis": { | |
297 | + "buckets": null, | |
298 | + "mode": "time", | |
299 | + "name": null, | |
300 | + "show": true, | |
301 | + "values": [] | |
302 | + }, | |
303 | + "yaxes": [ | |
304 | + { | |
305 | + "format": "short", | |
306 | + "label": null, | |
307 | + "logBase": 1, | |
308 | + "max": null, | |
309 | + "min": null, | |
310 | + "show": true | |
311 | + }, | |
312 | + { | |
313 | + "format": "short", | |
314 | + "label": null, | |
315 | + "logBase": 1, | |
316 | + "max": null, | |
317 | + "min": null, | |
318 | + "show": true | |
319 | + } | |
320 | + ], | |
321 | + "yaxis": { | |
322 | + "align": false, | |
323 | + "alignLevel": null | |
324 | + } | |
325 | + }, | |
326 | + { | |
327 | + "aliasColors": {}, | |
328 | + "bars": false, | |
329 | + "dashLength": 10, | |
330 | + "dashes": false, | |
331 | + "datasource": null, | |
332 | + "fieldConfig": { | |
333 | + "defaults": { | |
334 | + "links": [] | |
335 | + }, | |
336 | + "overrides": [] | |
337 | + }, | |
338 | + "fill": 1, | |
339 | + "fillGradient": 0, | |
340 | + "gridPos": { | |
341 | + "h": 8, | |
342 | + "w": 12, | |
343 | + "x": 12, | |
344 | + "y": 9 | |
345 | + }, | |
346 | + "hiddenSeries": false, | |
347 | + "id": 17, | |
348 | + "legend": { | |
349 | + "avg": false, | |
350 | + "current": false, | |
351 | + "max": false, | |
352 | + "min": false, | |
353 | + "show": true, | |
354 | + "total": false, | |
355 | + "values": false | |
356 | + }, | |
357 | + "lines": true, | |
358 | + "linewidth": 1, | |
359 | + "nullPointMode": "null", | |
360 | + "options": { | |
361 | + "alertThreshold": true | |
362 | + }, | |
363 | + "percentage": false, | |
364 | + "pluginVersion": "7.5.4", | |
365 | + "pointradius": 2, | |
366 | + "points": false, | |
367 | + "renderer": "flot", | |
368 | + "seriesOverrides": [], | |
369 | + "spaceLength": 10, | |
370 | + "stack": false, | |
371 | + "steppedLine": false, | |
372 | + "targets": [ | |
373 | + { | |
374 | + "exemplar": true, | |
375 | + "expr": "sum by(statsName) (increase(ts_latest_queue_0_total[1m]))", | |
376 | + "interval": "", | |
377 | + "legendFormat": "queue-0 {{statsName}}", | |
378 | + "refId": "A" | |
379 | + }, | |
380 | + { | |
381 | + "exemplar": true, | |
382 | + "expr": "sum by(statsName) (increase(ts_latest_queue_1_total[1m]))", | |
383 | + "hide": false, | |
384 | + "interval": "", | |
385 | + "legendFormat": "queue-1 {{statsName}}", | |
386 | + "refId": "B" | |
387 | + }, | |
388 | + { | |
389 | + "exemplar": true, | |
390 | + "expr": "sum by(statsName) (increase(ts_latest_queue_2_total[1m]))", | |
391 | + "hide": false, | |
392 | + "interval": "", | |
393 | + "legendFormat": "queue-2 {{statsName}}", | |
394 | + "refId": "C" | |
395 | + }, | |
396 | + { | |
397 | + "exemplar": true, | |
398 | + "expr": "sum by(statsName) (increase(ts_latest_queue_3_total[1m]))", | |
399 | + "hide": false, | |
400 | + "interval": "", | |
401 | + "legendFormat": "queue-3 {{statsName}}", | |
402 | + "refId": "D" | |
403 | + } | |
404 | + ], | |
405 | + "thresholds": [], | |
406 | + "timeFrom": null, | |
407 | + "timeRegions": [], | |
408 | + "timeShift": null, | |
409 | + "title": "TS Latest", | |
410 | + "tooltip": { | |
411 | + "shared": true, | |
412 | + "sort": 0, | |
413 | + "value_type": "individual" | |
414 | + }, | |
415 | + "type": "graph", | |
416 | + "xaxis": { | |
417 | + "buckets": null, | |
418 | + "mode": "time", | |
419 | + "name": null, | |
420 | + "show": true, | |
421 | + "values": [] | |
422 | + }, | |
423 | + "yaxes": [ | |
424 | + { | |
425 | + "format": "short", | |
426 | + "label": null, | |
427 | + "logBase": 1, | |
428 | + "max": null, | |
429 | + "min": null, | |
430 | + "show": true | |
431 | + }, | |
432 | + { | |
433 | + "format": "short", | |
434 | + "label": null, | |
435 | + "logBase": 1, | |
436 | + "max": null, | |
437 | + "min": null, | |
438 | + "show": true | |
439 | + } | |
440 | + ], | |
441 | + "yaxis": { | |
442 | + "align": false, | |
443 | + "alignLevel": null | |
444 | + } | |
445 | + } | |
446 | + ], | |
447 | + "schemaVersion": 27, | |
448 | + "style": "dark", | |
449 | + "tags": [], | |
450 | + "templating": { | |
451 | + "list": [] | |
452 | + }, | |
453 | + "time": { | |
454 | + "from": "now-15m", | |
455 | + "to": "now" | |
456 | + }, | |
457 | + "timepicker": { | |
458 | + "refresh_intervals": [ | |
459 | + "10s", | |
460 | + "30s", | |
461 | + "1m", | |
462 | + "5m", | |
463 | + "15m", | |
464 | + "30m", | |
465 | + "1h", | |
466 | + "2h", | |
467 | + "1d" | |
468 | + ] | |
469 | + }, | |
470 | + "timezone": "", | |
471 | + "title": "Hybrid DB Metrics", | |
472 | + "uid": "lewbrlsssswje", | |
473 | + "version": 2 | |
474 | +} | |
\ No newline at end of file | ... | ... |