blob: 02f2a35d50f1ce484ee1ee95e43b797532432256 [file] [log] [blame]
PUSHP RAJf862d5b2021-12-14 07:07:00 +00001{
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 "target": {
12 "limit": 100,
13 "matchAny": false,
14 "tags": [],
15 "type": "dashboard"
16 },
17 "type": "dashboard"
18 }
19 ]
20 },
21 "editable": true,
22 "gnetId": null,
23 "graphTooltip": 0,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +000024 "id": 1,
PUSHP RAJc5212d12021-12-30 10:42:51 +000025 "iteration": 1640856276003,
PUSHP RAJf862d5b2021-12-14 07:07:00 +000026 "links": [],
27 "panels": [
28 {
PUSHP RAJc5212d12021-12-30 10:42:51 +000029 "collapsed": false,
PUSHP RAJf862d5b2021-12-14 07:07:00 +000030 "datasource": null,
31 "gridPos": {
32 "h": 1,
33 "w": 24,
34 "x": 0,
35 "y": 0
36 },
37 "id": 12,
38 "panels": [],
39 "repeat": "datasource",
PUSHP RAJc5212d12021-12-30 10:42:51 +000040 "title": "Site Status",
PUSHP RAJf862d5b2021-12-14 07:07:00 +000041 "type": "row"
42 },
43 {
44 "datasource": "${datasource}",
45 "fieldConfig": {
46 "defaults": {
47 "color": {
48 "mode": "thresholds"
49 },
50 "mappings": [],
51 "thresholds": {
52 "mode": "absolute",
53 "steps": [
54 {
55 "color": "green",
56 "value": null
57 },
58 {
59 "color": "red",
60 "value": 80
61 }
62 ]
63 }
64 },
65 "overrides": []
66 },
67 "gridPos": {
68 "h": 6,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +000069 "w": 24,
PUSHP RAJf862d5b2021-12-14 07:07:00 +000070 "x": 0,
71 "y": 1
72 },
73 "id": 2,
74 "options": {
75 "reduceOptions": {
76 "calcs": [
77 "lastNotNull"
78 ],
79 "fields": "",
80 "values": false
81 },
82 "showThresholdLabels": false,
83 "showThresholdMarkers": true,
84 "text": {}
85 },
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +000086 "pluginVersion": "8.1.8",
PUSHP RAJf862d5b2021-12-14 07:07:00 +000087 "targets": [
88 {
89 "exemplar": true,
PUSHP RAJ4684a1c2021-12-16 13:03:53 +000090 "expr": "device_connected_status{site=\"$site\"}",
PUSHP RAJf862d5b2021-12-14 07:07:00 +000091 "format": "time_series",
92 "instant": false,
93 "interval": "",
94 "legendFormat": "{{iccid}}",
95 "queryType": "randomWalk",
96 "refId": "A"
97 }
98 ],
99 "title": "Device Status",
100 "type": "gauge"
101 },
102 {
103 "datasource": "${datasource}",
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000104 "description": "Stacked Graph series",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000105 "fieldConfig": {
106 "defaults": {
107 "color": {
108 "mode": "palette-classic"
109 },
110 "custom": {
111 "axisLabel": "",
112 "axisPlacement": "auto",
113 "barAlignment": 0,
114 "drawStyle": "line",
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000115 "fillOpacity": 30,
116 "gradientMode": "none",
117 "hideFrom": {
118 "legend": false,
119 "tooltip": false,
120 "viz": false
121 },
122 "lineInterpolation": "linear",
123 "lineWidth": 1,
124 "pointSize": 5,
125 "scaleDistribution": {
126 "type": "linear"
127 },
128 "showPoints": "auto",
129 "spanNulls": false,
130 "stacking": {
131 "group": "A",
132 "mode": "none"
133 },
134 "thresholdsStyle": {
135 "mode": "off"
136 }
137 },
138 "mappings": [],
139 "thresholds": {
140 "mode": "absolute",
141 "steps": [
142 {
143 "color": "green",
144 "value": null
145 },
146 {
147 "color": "red",
148 "value": 80
149 }
150 ]
151 }
152 },
153 "overrides": [
154 {
155 "matcher": {
156 "id": "byName",
157 "options": "Value"
158 },
159 "properties": [
160 {
161 "id": "custom.stacking",
162 "value": {
163 "group": "A",
164 "mode": "normal"
165 }
166 }
167 ]
168 }
169 ]
170 },
171 "gridPos": {
172 "h": 6,
173 "w": 12,
174 "x": 0,
175 "y": 7
176 },
177 "id": 18,
178 "options": {
179 "legend": {
180 "calcs": [],
181 "displayMode": "list",
182 "placement": "bottom"
183 },
184 "tooltip": {
185 "mode": "single"
186 }
187 },
188 "targets": [
189 {
190 "exemplar": true,
191 "expr": "slice_throughput_bytes{site=\"$site\"}",
192 "interval": "",
193 "legendFormat": "{{slice}}",
194 "refId": "A"
195 }
196 ],
197 "title": "Slice Throughput Bytes",
198 "type": "timeseries"
199 },
200 {
201 "datasource": "${datasource}",
202 "fieldConfig": {
203 "defaults": {
204 "color": {
205 "mode": "palette-classic"
206 },
207 "custom": {
208 "axisLabel": "",
209 "axisPlacement": "auto",
210 "barAlignment": 0,
211 "drawStyle": "line",
212 "fillOpacity": 27,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000213 "gradientMode": "none",
214 "hideFrom": {
215 "legend": false,
216 "tooltip": false,
217 "viz": false
218 },
219 "lineInterpolation": "linear",
220 "lineWidth": 1,
221 "pointSize": 5,
222 "scaleDistribution": {
223 "type": "linear"
224 },
225 "showPoints": "auto",
226 "spanNulls": false,
227 "stacking": {
228 "group": "A",
229 "mode": "none"
230 },
231 "thresholdsStyle": {
232 "mode": "off"
233 }
234 },
235 "mappings": [],
236 "thresholds": {
237 "mode": "absolute",
238 "steps": [
239 {
240 "color": "green",
241 "value": null
242 },
243 {
244 "color": "red",
245 "value": 80
246 }
247 ]
248 }
249 },
250 "overrides": []
251 },
252 "gridPos": {
253 "h": 6,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000254 "w": 12,
255 "x": 12,
256 "y": 7
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000257 },
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000258 "id": 6,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000259 "options": {
260 "legend": {
261 "calcs": [],
262 "displayMode": "list",
263 "placement": "bottom"
264 },
265 "tooltip": {
266 "mode": "single"
267 }
268 },
269 "targets": [
270 {
271 "exemplar": true,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000272 "expr": "slice_throughput_bytes{site=\"$site\"}",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000273 "interval": "",
274 "legendFormat": "{{slice}}",
275 "queryType": "randomWalk",
276 "refId": "A"
277 }
278 ],
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000279 "title": "Slice Throughput Bytes",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000280 "type": "timeseries"
281 },
282 {
283 "datasource": "${datasource}",
284 "fieldConfig": {
285 "defaults": {
286 "color": {
287 "mode": "palette-classic"
288 },
289 "custom": {
290 "axisLabel": "",
291 "axisPlacement": "auto",
292 "barAlignment": 0,
293 "drawStyle": "line",
294 "fillOpacity": 2,
295 "gradientMode": "none",
296 "hideFrom": {
297 "legend": false,
298 "tooltip": false,
299 "viz": false
300 },
301 "lineInterpolation": "smooth",
302 "lineWidth": 1,
303 "pointSize": 5,
304 "scaleDistribution": {
305 "type": "linear"
306 },
307 "showPoints": "auto",
308 "spanNulls": false,
309 "stacking": {
310 "group": "A",
311 "mode": "none"
312 },
313 "thresholdsStyle": {
314 "mode": "off"
315 }
316 },
317 "mappings": [],
318 "thresholds": {
319 "mode": "absolute",
320 "steps": [
321 {
322 "color": "green",
323 "value": null
324 },
325 {
326 "color": "red",
327 "value": 80
328 }
329 ]
330 }
331 },
332 "overrides": []
333 },
334 "gridPos": {
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000335 "h": 6,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000336 "w": 16,
337 "x": 0,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000338 "y": 13
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000339 },
340 "id": 10,
341 "options": {
342 "legend": {
343 "calcs": [],
344 "displayMode": "list",
345 "placement": "bottom"
346 },
347 "tooltip": {
348 "mode": "single"
349 }
350 },
351 "targets": [
352 {
353 "exemplar": true,
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000354 "expr": "slice_latency_end_to_end_milliseconds{site=\"$site\"}",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000355 "interval": "",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000356 "legendFormat": "{{slice}},",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000357 "queryType": "randomWalk",
358 "refId": "A"
359 }
360 ],
361 "title": "Slice Latency End-to-End Milliseconds",
362 "type": "timeseries"
363 },
364 {
365 "datasource": "${datasource}",
366 "fieldConfig": {
367 "defaults": {
368 "color": {
369 "mode": "palette-classic"
370 },
371 "custom": {
372 "axisLabel": "",
373 "axisPlacement": "auto",
374 "barAlignment": 0,
375 "drawStyle": "line",
376 "fillOpacity": 0,
377 "gradientMode": "none",
378 "hideFrom": {
379 "legend": false,
380 "tooltip": false,
381 "viz": false
382 },
383 "lineInterpolation": "linear",
384 "lineWidth": 1,
385 "pointSize": 5,
386 "scaleDistribution": {
387 "type": "linear"
388 },
389 "showPoints": "auto",
390 "spanNulls": false,
391 "stacking": {
392 "group": "A",
393 "mode": "none"
394 },
395 "thresholdsStyle": {
396 "mode": "off"
397 }
398 },
399 "mappings": [],
400 "thresholds": {
401 "mode": "absolute",
402 "steps": [
403 {
404 "color": "green",
405 "value": null
406 },
407 {
408 "color": "red",
409 "value": 80
410 }
411 ]
412 }
413 },
414 "overrides": []
415 },
416 "gridPos": {
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000417 "h": 6,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000418 "w": 8,
419 "x": 16,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000420 "y": 13
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000421 },
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000422 "id": 8,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000423 "options": {
424 "legend": {
425 "calcs": [],
426 "displayMode": "list",
427 "placement": "bottom"
428 },
429 "tooltip": {
430 "mode": "single"
431 }
432 },
433 "targets": [
434 {
435 "exemplar": true,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000436 "expr": "slice_throughput_packets{site=\"$site\"}",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000437 "interval": "",
438 "legendFormat": "{{slice}}",
439 "queryType": "randomWalk",
440 "refId": "A"
441 }
442 ],
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000443 "title": "Slice Throughput Packets",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000444 "type": "timeseries"
445 },
446 {
PUSHP RAJc5212d12021-12-30 10:42:51 +0000447 "collapsed": false,
448 "datasource": null,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000449 "gridPos": {
PUSHP RAJc5212d12021-12-30 10:42:51 +0000450 "h": 1,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000451 "w": 24,
452 "x": 0,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000453 "y": 19
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000454 },
PUSHP RAJc5212d12021-12-30 10:42:51 +0000455 "id": 20,
456 "panels": [],
457 "repeat": "device",
458 "title": "Device-$device Throughput and Packet Loss Status",
459 "type": "row"
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000460 },
461 {
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000462 "datasource": "${datasource}",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000463 "fieldConfig": {
464 "defaults": {
465 "color": {
466 "mode": "palette-classic"
467 },
468 "custom": {
469 "axisLabel": "",
470 "axisPlacement": "auto",
471 "barAlignment": 0,
472 "drawStyle": "line",
PUSHP RAJc5212d12021-12-30 10:42:51 +0000473 "fillOpacity": 25,
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000474 "gradientMode": "none",
475 "hideFrom": {
476 "legend": false,
477 "tooltip": false,
478 "viz": false
479 },
PUSHP RAJc5212d12021-12-30 10:42:51 +0000480 "lineInterpolation": "linear",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000481 "lineWidth": 1,
482 "pointSize": 5,
483 "scaleDistribution": {
484 "type": "linear"
485 },
486 "showPoints": "auto",
487 "spanNulls": false,
488 "stacking": {
489 "group": "A",
490 "mode": "none"
491 },
492 "thresholdsStyle": {
493 "mode": "off"
494 }
495 },
496 "mappings": [],
497 "thresholds": {
498 "mode": "absolute",
499 "steps": [
500 {
501 "color": "green",
502 "value": null
503 },
504 {
505 "color": "red",
506 "value": 80
507 }
508 ]
509 }
510 },
511 "overrides": []
512 },
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000513 "gridPos": {
PUSHP RAJc5212d12021-12-30 10:42:51 +0000514 "h": 7,
515 "w": 12,
516 "x": 0,
517 "y": 20
518 },
519 "id": 22,
520 "options": {
521 "legend": {
522 "calcs": [],
523 "displayMode": "list",
524 "placement": "bottom"
525 },
526 "tooltip": {
527 "mode": "single"
528 }
529 },
530 "targets": [
531 {
532 "exemplar": true,
533 "expr": "per_device_per_application_throughput_bytes{site=\"$site\", serial_number=\"$device\"}",
534 "interval": "",
535 "legendFormat": "{{serial_number}}, {{application}},{{slice}}",
536 "refId": "A"
537 }
538 ],
539 "title": "Device per Application Throughput Bytes",
540 "type": "timeseries"
541 },
542 {
543 "datasource": "${datasource}",
544 "fieldConfig": {
545 "defaults": {
546 "color": {
547 "mode": "palette-classic"
548 },
549 "custom": {
550 "axisLabel": "",
551 "axisPlacement": "auto",
552 "barAlignment": 0,
553 "drawStyle": "line",
554 "fillOpacity": 35,
555 "gradientMode": "hue",
556 "hideFrom": {
557 "legend": false,
558 "tooltip": false,
559 "viz": false
560 },
561 "lineInterpolation": "linear",
562 "lineWidth": 1,
563 "pointSize": 5,
564 "scaleDistribution": {
565 "type": "linear"
566 },
567 "showPoints": "auto",
568 "spanNulls": false,
569 "stacking": {
570 "group": "A",
571 "mode": "none"
572 },
573 "thresholdsStyle": {
574 "mode": "off"
575 }
576 },
577 "mappings": [],
578 "thresholds": {
579 "mode": "absolute",
580 "steps": [
581 {
582 "color": "green",
583 "value": null
584 },
585 {
586 "color": "red",
587 "value": 80
588 }
589 ]
590 }
591 },
592 "overrides": []
593 },
594 "gridPos": {
595 "h": 7,
596 "w": 12,
597 "x": 12,
598 "y": 20
599 },
600 "id": 24,
601 "options": {
602 "legend": {
603 "calcs": [],
604 "displayMode": "list",
605 "placement": "bottom"
606 },
607 "tooltip": {
608 "mode": "single"
609 }
610 },
611 "targets": [
612 {
613 "exemplar": true,
614 "expr": "per_device_per_application_throughput_packets{site=\"$site\", serial_number=\"$device\"}",
615 "interval": "",
616 "legendFormat": "{{serial_number}},{{application}},{{slice}}",
617 "refId": "A"
618 }
619 ],
620 "title": "Device per application Throughput Packets",
621 "type": "timeseries"
622 },
623 {
624 "datasource": "${datasource}",
625 "fieldConfig": {
626 "defaults": {
627 "color": {
628 "mode": "palette-classic"
629 },
630 "custom": {
631 "axisLabel": "",
632 "axisPlacement": "auto",
633 "barAlignment": 0,
634 "drawStyle": "line",
635 "fillOpacity": 33,
636 "gradientMode": "opacity",
637 "hideFrom": {
638 "legend": false,
639 "tooltip": false,
640 "viz": false
641 },
642 "lineInterpolation": "smooth",
643 "lineWidth": 1,
644 "pointSize": 5,
645 "scaleDistribution": {
646 "type": "linear"
647 },
648 "showPoints": "auto",
649 "spanNulls": false,
650 "stacking": {
651 "group": "A",
652 "mode": "none"
653 },
654 "thresholdsStyle": {
655 "mode": "off"
656 }
657 },
658 "mappings": [],
659 "thresholds": {
660 "mode": "absolute",
661 "steps": [
662 {
663 "color": "green",
664 "value": null
665 },
666 {
667 "color": "red",
668 "value": 80
669 }
670 ]
671 }
672 },
673 "overrides": []
674 },
675 "gridPos": {
676 "h": 6,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000677 "w": 24,
678 "x": 0,
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000679 "y": 27
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000680 },
PUSHP RAJc5212d12021-12-30 10:42:51 +0000681 "id": 26,
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000682 "options": {
683 "legend": {
684 "calcs": [],
685 "displayMode": "list",
686 "placement": "bottom"
687 },
688 "tooltip": {
689 "mode": "single"
690 }
691 },
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000692 "targets": [
693 {
694 "exemplar": true,
PUSHP RAJc5212d12021-12-30 10:42:51 +0000695 "expr": "per_device_per_application_loss_packets{site=\"$site\", serial_number=\"$device\"}",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000696 "interval": "",
PUSHP RAJc5212d12021-12-30 10:42:51 +0000697 "legendFormat": "{{serial_number}},{{application}},{{slice}}",
698 "refId": "A"
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000699 }
700 ],
PUSHP RAJc5212d12021-12-30 10:42:51 +0000701 "title": "Device per Application Packets Loss",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000702 "type": "timeseries"
703 },
704 {
PUSHP RAJc5212d12021-12-30 10:42:51 +0000705 "collapsed": false,
706 "datasource": null,
707 "gridPos": {
708 "h": 1,
709 "w": 24,
710 "x": 0,
711 "y": 187
712 },
713 "id": 28,
714 "panels": [],
715 "repeat": "device",
716 "title": "Device-$device Connection Event",
717 "type": "row"
718 },
719 {
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000720 "datasource": "${datasource}",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000721 "fieldConfig": {
722 "defaults": {
723 "color": {
PUSHP RAJc5212d12021-12-30 10:42:51 +0000724 "mode": "thresholds"
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000725 },
726 "mappings": [],
727 "thresholds": {
728 "mode": "absolute",
729 "steps": [
730 {
731 "color": "green",
732 "value": null
733 },
734 {
PUSHP RAJc5212d12021-12-30 10:42:51 +0000735 "color": "#EAB839",
736 "value": 2.5
737 },
738 {
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000739 "color": "red",
PUSHP RAJc5212d12021-12-30 10:42:51 +0000740 "value": 5
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000741 }
742 ]
743 }
744 },
745 "overrides": []
746 },
747 "gridPos": {
748 "h": 8,
749 "w": 24,
750 "x": 0,
PUSHP RAJc5212d12021-12-30 10:42:51 +0000751 "y": 188
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000752 },
PUSHP RAJc5212d12021-12-30 10:42:51 +0000753 "id": 30,
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000754 "options": {
PUSHP RAJc5212d12021-12-30 10:42:51 +0000755 "colorMode": "background",
756 "graphMode": "area",
757 "justifyMode": "center",
758 "orientation": "auto",
759 "reduceOptions": {
760 "calcs": [
761 "lastNotNull"
762 ],
763 "fields": "",
764 "values": false
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000765 },
PUSHP RAJc5212d12021-12-30 10:42:51 +0000766 "text": {
767 "titleSize": 8,
768 "valueSize": 15
769 },
770 "textMode": "value_and_name"
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000771 },
PUSHP RAJc5212d12021-12-30 10:42:51 +0000772 "pluginVersion": "8.1.8",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000773 "targets": [
774 {
775 "exemplar": true,
PUSHP RAJc5212d12021-12-30 10:42:51 +0000776 "expr": "device_connection_event_core{site=\"$site\", serial_number=\"$device\"}",
777 "format": "time_series",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000778 "interval": "",
PUSHP RAJc5212d12021-12-30 10:42:51 +0000779 "legendFormat": "{{msg}}",
780 "refId": "A"
781 }
782 ],
783 "title": "Device Connection Event Core",
784 "type": "stat"
785 },
786 {
787 "datasource": "${datasource}",
788 "fieldConfig": {
789 "defaults": {
790 "color": {
791 "mode": "thresholds"
792 },
793 "mappings": [],
794 "thresholds": {
795 "mode": "absolute",
796 "steps": [
797 {
798 "color": "green",
799 "value": null
800 },
801 {
802 "color": "#EAB839",
803 "value": 2.5
804 },
805 {
806 "color": "red",
807 "value": 5
808 }
809 ]
810 }
811 },
812 "overrides": []
813 },
814 "gridPos": {
815 "h": 8,
816 "w": 24,
817 "x": 0,
818 "y": 196
819 },
820 "id": 32,
821 "options": {
822 "colorMode": "background",
823 "graphMode": "area",
824 "justifyMode": "center",
825 "orientation": "auto",
826 "reduceOptions": {
827 "calcs": [
828 "lastNotNull"
829 ],
830 "fields": "",
831 "values": false
832 },
833 "text": {
834 "titleSize": 8,
835 "valueSize": 15
836 },
837 "textMode": "value_and_name"
838 },
839 "pluginVersion": "8.1.8",
840 "targets": [
841 {
842 "exemplar": true,
843 "expr": "device_connection_event_ran{site=\"$site\", serial_number=\"$device\"}",
844 "interval": "",
845 "legendFormat": "{{msg}}",
846 "refId": "A"
847 }
848 ],
849 "title": "Device Connection Event Ran",
850 "type": "stat"
851 },
852 {
853 "datasource": "${datasource}",
854 "fieldConfig": {
855 "defaults": {
856 "color": {
857 "mode": "thresholds"
858 },
859 "mappings": [],
860 "thresholds": {
861 "mode": "absolute",
862 "steps": [
863 {
864 "color": "green",
865 "value": null
866 },
867 {
868 "color": "#EAB839",
869 "value": 2.5
870 },
871 {
872 "color": "red",
873 "value": 5
874 }
875 ]
876 }
877 },
878 "overrides": []
879 },
880 "gridPos": {
881 "h": 8,
882 "w": 24,
883 "x": 0,
884 "y": 204
885 },
886 "id": 33,
887 "options": {
888 "colorMode": "background",
889 "graphMode": "area",
890 "justifyMode": "center",
891 "orientation": "auto",
892 "reduceOptions": {
893 "calcs": [
894 "lastNotNull"
895 ],
896 "fields": "",
897 "values": false
898 },
899 "text": {
900 "titleSize": 8,
901 "valueSize": 15
902 },
903 "textMode": "value_and_name"
904 },
905 "pluginVersion": "8.1.8",
906 "targets": [
907 {
908 "exemplar": true,
909 "expr": "device_connection_event_fabric{site=\"$site\", serial_number=\"$device\"}",
910 "interval": "",
911 "legendFormat": "{{msg}}",
912 "refId": "A"
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000913 }
914 ],
915 "title": "Device Connection Event Fabric",
PUSHP RAJc5212d12021-12-30 10:42:51 +0000916 "type": "stat"
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000917 }
918 ],
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000919 "refresh": "5s",
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000920 "schemaVersion": 30,
921 "style": "dark",
922 "tags": [],
923 "templating": {
924 "list": [
925 {
926 "current": {
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000927 "selected": false,
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000928 "text": "datasource-chronos",
929 "value": "datasource-chronos"
930 },
931 "description": null,
932 "error": null,
933 "hide": 0,
934 "includeAll": false,
935 "label": null,
936 "multi": false,
937 "name": "datasource",
938 "options": [],
939 "query": "prometheus",
940 "queryValue": "",
941 "refresh": 1,
942 "regex": "",
943 "skipUrlSync": false,
944 "type": "datasource"
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000945 },
946 {
947 "allValue": null,
948 "current": {
PUSHP RAJ8c71d6e2021-12-20 10:52:16 +0000949 "selected": false,
PUSHP RAJc5212d12021-12-30 10:42:51 +0000950 "text": "berlin",
951 "value": "berlin"
PUSHP RAJ4684a1c2021-12-16 13:03:53 +0000952 },
953 "datasource": "${datasource}",
954 "definition": "label_values(site)",
955 "description": null,
956 "error": null,
957 "hide": 0,
958 "includeAll": false,
959 "label": null,
960 "multi": false,
961 "name": "site",
962 "options": [],
963 "query": {
964 "query": "label_values(site)",
965 "refId": "StandardVariableQuery"
966 },
967 "refresh": 1,
968 "regex": "",
969 "skipUrlSync": false,
970 "sort": 0,
971 "type": "query"
PUSHP RAJc5212d12021-12-30 10:42:51 +0000972 },
973 {
974 "allValue": null,
975 "current": {
976 "selected": true,
977 "text": "All",
978 "value": "$__all"
979 },
980 "datasource": "${datasource}",
981 "definition": "label_values(per_device_per_application_throughput_bytes{site=\"$site\"}, serial_number)",
982 "description": "device per site",
983 "error": null,
984 "hide": 0,
985 "includeAll": true,
986 "label": null,
987 "multi": false,
988 "name": "device",
989 "options": [],
990 "query": {
991 "query": "label_values(per_device_per_application_throughput_bytes{site=\"$site\"}, serial_number)",
992 "refId": "StandardVariableQuery"
993 },
994 "refresh": 1,
995 "regex": "",
996 "skipUrlSync": false,
997 "sort": 0,
998 "type": "query"
PUSHP RAJf862d5b2021-12-14 07:07:00 +0000999 }
1000 ]
1001 },
1002 "time": {
PUSHP RAJ4684a1c2021-12-16 13:03:53 +00001003 "from": "now-15m",
PUSHP RAJf862d5b2021-12-14 07:07:00 +00001004 "to": "now"
1005 },
1006 "timepicker": {},
1007 "timezone": "",
1008 "title": "Chronos Dashboard",
PUSHP RAJ4684a1c2021-12-16 13:03:53 +00001009 "uid": "chronos",
PUSHP RAJf862d5b2021-12-14 07:07:00 +00001010 "version": 1
PUSHP RAJc5212d12021-12-30 10:42:51 +00001011}