blob: 41d1ebba5d0358d8150c36aa90ca20a59da58265 [file] [log] [blame]
Andy Bavierc6568702021-02-04 11:23:15 -07001{
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 "links": [],
19 "panels": [
20 {
21 "collapsed": true,
22 "datasource": null,
23 "gridPos": {
24 "h": 1,
25 "w": 24,
26 "x": 0,
27 "y": 0
28 },
29 "id": 129,
30 "panels": [
31 {
32 "datasource": null,
33 "fieldConfig": {
34 "defaults": {
35 "custom": {}
36 },
37 "overrides": []
38 },
39 "gridPos": {
40 "h": 3,
41 "w": 3,
42 "x": 0,
43 "y": 1
44 },
45 "id": 127,
46 "links": [
47 {
48 "targetBlank": true,
49 "title": "Drill down: cluster compute",
50 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=ace-cornell1-prd&${__url_time_range}"
51 },
52 {
53 "targetBlank": true,
54 "title": "Drill down: cluster networking",
55 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=ace-cornell1-prd&${__url_time_range}"
56 },
57 {
58 "targetBlank": true,
59 "title": "Drill down: nodes",
60 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=ace-cornell1-prd&${__url_time_range}"
61 }
62 ],
63 "options": {
64 "content": "# Cornell University\n",
65 "mode": "markdown"
66 },
67 "pluginVersion": "7.1.0",
68 "timeFrom": null,
69 "timeShift": null,
70 "title": "",
71 "type": "text"
72 },
73 {
74 "datasource": "RANCHER_MONITORING_GLOBAL",
75 "description": "",
76 "fieldConfig": {
77 "defaults": {
78 "custom": {},
79 "mappings": [
80 {
81 "from": "",
82 "id": 1,
83 "operator": "",
84 "text": "err",
85 "to": "",
86 "type": 1,
87 "value": "-1"
88 },
89 {
90 "from": "",
91 "id": 2,
92 "operator": "",
93 "text": "fail",
94 "to": "",
95 "type": 1,
96 "value": "0"
97 },
98 {
99 "from": "",
100 "id": 3,
101 "operator": "",
102 "text": "?",
103 "to": "",
104 "type": 1,
105 "value": "1"
106 },
107 {
108 "from": "",
109 "id": 4,
110 "operator": "",
111 "text": "ok",
112 "to": "",
113 "type": 1,
114 "value": "2"
115 },
116 {
117 "from": "",
118 "id": 5,
119 "operator": "",
120 "text": "X",
121 "to": "",
122 "type": 1,
123 "value": "-2"
124 },
125 {
126 "from": "-100",
127 "id": 6,
128 "operator": "",
129 "text": "maint",
130 "to": "-3",
131 "type": 2
132 }
133 ],
134 "thresholds": {
135 "mode": "absolute",
136 "steps": [
137 {
138 "color": "red",
139 "value": null
140 },
141 {
142 "color": "#6ED0E0",
143 "value": -100
144 },
145 {
146 "color": "red",
147 "value": -2
148 },
149 {
150 "color": "#EAB839",
151 "value": 1
152 },
153 {
154 "color": "green",
155 "value": 2
156 }
157 ]
158 }
159 },
160 "overrides": []
161 },
162 "gridPos": {
163 "h": 3,
164 "w": 3,
165 "x": 3,
166 "y": 1
167 },
168 "id": 259,
169 "links": [],
170 "maxPerRow": 6,
171 "options": {
172 "colorMode": "background",
173 "graphMode": "none",
174 "justifyMode": "auto",
175 "orientation": "horizontal",
176 "reduceOptions": {
177 "calcs": [
178 "last"
179 ],
180 "fields": "",
181 "values": false
182 },
183 "textMode": "auto"
184 },
185 "pluginVersion": "7.1.5",
186 "repeatDirection": "h",
187 "targets": [
188 {
189 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"}))",
190 "interval": "",
191 "legendFormat": "Connect:",
192 "refId": "A"
193 },
194 {
195 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"}))",
196 "interval": "",
197 "legendFormat": "Ping:",
198 "refId": "B"
199 }
200 ],
201 "timeFrom": null,
202 "timeShift": null,
203 "title": "Test results",
204 "type": "stat"
205 },
206 {
207 "datasource": "RANCHER_MONITORING_GLOBAL",
208 "description": "",
209 "fieldConfig": {
210 "defaults": {
211 "custom": {},
212 "mappings": [],
213 "thresholds": {
214 "mode": "absolute",
215 "steps": [
216 {
217 "color": "red",
218 "value": null
219 },
220 {
221 "color": "#EAB839",
222 "value": 50
223 },
224 {
225 "color": "green",
226 "value": 95
227 }
228 ]
229 },
230 "unit": "percent"
231 },
232 "overrides": []
233 },
234 "gridPos": {
235 "h": 3,
236 "w": 3,
237 "x": 6,
238 "y": 1
239 },
240 "id": 260,
241 "maxPerRow": 6,
242 "options": {
243 "colorMode": "background",
244 "graphMode": "none",
245 "justifyMode": "auto",
246 "orientation": "horizontal",
247 "reduceOptions": {
248 "calcs": [
249 "mean"
250 ],
251 "fields": "",
252 "values": false
253 },
254 "textMode": "auto"
255 },
256 "pluginVersion": "7.1.5",
257 "repeatDirection": "h",
258 "targets": [
259 {
260 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} - 1, 0) * 100)",
261 "interval": "",
262 "legendFormat": "Control Plane",
263 "refId": "A"
264 },
265 {
266 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} - 1, 0) * 100)",
267 "interval": "",
268 "legendFormat": "User Plane",
269 "refId": "B"
270 }
271 ],
272 "timeFrom": null,
273 "timeShift": null,
274 "title": "Uptime",
275 "transformations": [],
276 "type": "stat"
277 },
278 {
279 "datasource": "RANCHER_MONITORING_GLOBAL",
280 "description": "",
281 "fieldConfig": {
282 "defaults": {
283 "custom": {},
284 "decimals": 0,
285 "mappings": [],
286 "thresholds": {
287 "mode": "absolute",
288 "steps": [
289 {
290 "color": "green",
291 "value": null
292 },
293 {
294 "color": "#EAB839",
295 "value": 1
296 },
297 {
298 "color": "red",
299 "value": 10
300 }
301 ]
302 },
303 "unit": "percent"
304 },
305 "overrides": []
306 },
307 "gridPos": {
308 "h": 3,
309 "w": 3,
310 "x": 9,
311 "y": 1
312 },
313 "id": 262,
314 "maxPerRow": 6,
315 "options": {
316 "colorMode": "background",
317 "graphMode": "none",
318 "justifyMode": "auto",
319 "orientation": "horizontal",
320 "reduceOptions": {
321 "calcs": [
322 "mean"
323 ],
324 "fields": "",
325 "values": false
326 },
327 "textMode": "auto"
328 },
329 "pluginVersion": "7.1.5",
330 "repeatDirection": "h",
331 "targets": [
332 {
333 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"}), 0)) * 100",
334 "interval": "",
335 "legendFormat": "Unscheduled",
336 "refId": "A"
337 },
338 {
339 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"}) * 100",
340 "interval": "",
341 "legendFormat": "Scheduled",
342 "refId": "B"
343 }
344 ],
345 "timeFrom": null,
346 "timeShift": null,
347 "title": "Downtime",
348 "transformations": [],
349 "type": "stat"
350 },
351 {
352 "aliasColors": {
353 "Down, unsched": "red",
354 "Down: unscheduled": "red",
355 "Scheduled": "blue",
356 "Scheduled downtime": "blue",
357 "Test down": "yellow",
358 "Unscheduled": "red",
359 "Unscheduled downtime": "red"
360 },
361 "bars": false,
362 "dashLength": 10,
363 "dashes": false,
364 "datasource": "RANCHER_MONITORING_GLOBAL",
365 "description": "Uptime and downtime over time",
366 "fieldConfig": {
367 "defaults": {
368 "custom": {}
369 },
370 "overrides": []
371 },
372 "fill": 10,
373 "fillGradient": 0,
374 "gridPos": {
375 "h": 3,
376 "w": 10,
377 "x": 12,
378 "y": 1
379 },
380 "hiddenSeries": false,
381 "id": 264,
382 "legend": {
383 "alignAsTable": false,
384 "avg": false,
385 "current": false,
386 "max": false,
387 "min": false,
388 "rightSide": true,
389 "show": true,
390 "total": false,
391 "values": false
392 },
393 "lines": true,
394 "linewidth": 0,
395 "maxPerRow": 6,
396 "nullPointMode": "null",
397 "options": {
398 "alertThreshold": true
399 },
400 "percentage": false,
401 "pluginVersion": "7.1.5",
402 "pointradius": 2,
403 "points": false,
404 "renderer": "flot",
405 "repeatDirection": "h",
406 "seriesOverrides": [],
407 "spaceLength": 10,
408 "stack": false,
409 "steppedLine": true,
410 "targets": [
411 {
412 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"})",
413 "interval": "",
414 "legendFormat": "Up",
415 "refId": "D"
416 },
417 {
418 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"}), 0))",
419 "interval": "",
420 "legendFormat": "Down: unscheduled",
421 "refId": "A"
422 },
423 {
424 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"})",
425 "interval": "",
426 "legendFormat": "Down: scheduled",
427 "refId": "B"
428 },
429 {
430 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-cornell1-prd\"}, 0))",
431 "interval": "",
432 "legendFormat": "Test down",
433 "refId": "C"
434 }
435 ],
436 "thresholds": [],
437 "timeFrom": null,
438 "timeRegions": [],
439 "timeShift": null,
440 "title": "",
441 "tooltip": {
442 "shared": true,
443 "sort": 0,
444 "value_type": "individual"
445 },
446 "type": "graph",
447 "xaxis": {
448 "buckets": null,
449 "mode": "time",
450 "name": null,
451 "show": true,
452 "values": []
453 },
454 "yaxes": [
455 {
456 "$$hashKey": "object:93",
457 "decimals": 0,
458 "format": "short",
459 "label": "",
460 "logBase": 1,
461 "max": "1",
462 "min": "-1",
463 "show": true
464 },
465 {
466 "$$hashKey": "object:94",
467 "format": "short",
468 "label": null,
469 "logBase": 1,
470 "max": null,
471 "min": null,
472 "show": false
473 }
474 ],
475 "yaxis": {
476 "align": false,
477 "alignLevel": null
478 }
479 },
480 {
481 "datasource": "Google Cloud Monitoring",
482 "description": "",
483 "fieldConfig": {
484 "defaults": {
485 "custom": {},
486 "mappings": [
487 {
488 "from": "",
489 "id": 0,
490 "operator": "",
491 "text": "down",
492 "to": "",
493 "type": 1,
494 "value": "0"
495 },
496 {
497 "from": "",
498 "id": 1,
499 "operator": "",
500 "text": "up",
501 "to": "",
502 "type": 1,
503 "value": "1"
504 }
505 ],
506 "max": 1,
507 "min": 0,
508 "thresholds": {
509 "mode": "absolute",
510 "steps": [
511 {
512 "color": "red",
513 "value": null
514 },
515 {
516 "color": "green",
517 "value": 1
518 }
519 ]
520 }
521 },
522 "overrides": [
523 {
524 "matcher": {
525 "id": "byName",
526 "options": "production-ace-cornell1-1"
527 },
528 "properties": [
529 {
530 "id": "displayName",
531 "value": "Link 1"
532 }
533 ]
534 },
535 {
536 "matcher": {
537 "id": "byName",
538 "options": "production-ace-cornell1-2"
539 },
540 "properties": [
541 {
542 "id": "displayName",
543 "value": "Link 2"
544 }
545 ]
546 }
547 ]
548 },
549 "gridPos": {
550 "h": 3,
551 "w": 2,
552 "x": 22,
553 "y": 1
554 },
555 "id": 290,
556 "links": [],
557 "options": {
558 "colorMode": "background",
559 "graphMode": "area",
560 "justifyMode": "center",
561 "orientation": "horizontal",
562 "reduceOptions": {
563 "calcs": [
564 "last"
565 ],
566 "fields": "",
567 "values": false
568 },
569 "textMode": "name"
570 },
571 "pluginVersion": "7.1.5",
572 "targets": [
573 {
574 "metricQuery": {
575 "aliasBy": "{{metric.label.tunnel_name}}",
576 "alignmentPeriod": "stackdriver-auto",
577 "crossSeriesReducer": "REDUCE_NONE",
578 "filters": [
579 "metric.label.tunnel_name",
580 "=",
581 "production-ace-cornell1-*"
582 ],
583 "groupBys": [],
584 "metricKind": "GAUGE",
585 "metricType": "vpn.googleapis.com/tunnel_established",
586 "perSeriesAligner": "ALIGN_INTERPOLATE",
587 "projectName": "onf-vpn",
588 "unit": "1",
589 "valueType": "DOUBLE"
590 },
591 "queryType": "metrics",
592 "refId": "A"
593 }
594 ],
595 "timeFrom": null,
596 "timeShift": null,
597 "title": "VPN",
598 "transformations": [],
599 "type": "stat"
600 },
601 {
602 "datasource": null,
603 "fieldConfig": {
604 "defaults": {
605 "custom": {}
606 },
607 "overrides": []
608 },
609 "gridPos": {
610 "h": 3,
611 "w": 3,
612 "x": 0,
613 "y": 4
614 },
Andy Bavierc6568702021-02-04 11:23:15 -0700615 "id": 253,
616 "links": [
617 {
618 "targetBlank": true,
619 "title": "Drill down: cluster compute",
620 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=ace-menlo-rasp-pi&${__url_time_range}"
621 },
622 {
623 "targetBlank": true,
624 "title": "Drill down: cluster networking",
625 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=ace-menlo-rasp-pi&${__url_time_range}"
626 },
627 {
628 "targetBlank": true,
629 "title": "Drill down: nodes",
630 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=ace-menlo-rasp-pi&${__url_time_range}"
631 }
632 ],
633 "options": {
634 "content": "# ONF\n### Menlo Park\n##### Raspberry Pi test",
635 "mode": "markdown"
636 },
637 "pluginVersion": "7.1.0",
638 "timeFrom": null,
639 "timeShift": null,
640 "title": "",
641 "type": "text"
642 },
643 {
644 "datasource": "RANCHER_MONITORING_GLOBAL",
645 "description": "",
646 "fieldConfig": {
647 "defaults": {
648 "custom": {},
649 "mappings": [
650 {
651 "from": "",
652 "id": 1,
653 "operator": "",
654 "text": "err",
655 "to": "",
656 "type": 1,
657 "value": "-1"
658 },
659 {
660 "from": "",
661 "id": 2,
662 "operator": "",
663 "text": "fail",
664 "to": "",
665 "type": 1,
666 "value": "0"
667 },
668 {
669 "from": "",
670 "id": 3,
671 "operator": "",
672 "text": "?",
673 "to": "",
674 "type": 1,
675 "value": "1"
676 },
677 {
678 "from": "",
679 "id": 4,
680 "operator": "",
681 "text": "ok",
682 "to": "",
683 "type": 1,
684 "value": "2"
685 },
686 {
687 "from": "",
688 "id": 5,
689 "operator": "",
690 "text": "X",
691 "to": "",
692 "type": 1,
693 "value": "-2"
694 },
695 {
696 "from": "-100",
697 "id": 6,
698 "operator": "",
699 "text": "maint",
700 "to": "-3",
701 "type": 2
702 }
703 ],
704 "thresholds": {
705 "mode": "absolute",
706 "steps": [
707 {
708 "color": "red",
709 "value": null
710 },
711 {
712 "color": "#6ED0E0",
713 "value": -100
714 },
715 {
716 "color": "red",
717 "value": -2
718 },
719 {
720 "color": "#EAB839",
721 "value": 1
722 },
723 {
724 "color": "green",
725 "value": 2
726 }
727 ]
728 }
729 },
730 "overrides": []
731 },
732 "gridPos": {
733 "h": 3,
734 "w": 3,
735 "x": 3,
Andy Bavierd24d4002021-02-19 16:02:40 -0700736 "y": 4
Andy Bavierc6568702021-02-04 11:23:15 -0700737 },
738 "id": 232,
739 "links": [],
740 "maxPerRow": 6,
741 "options": {
742 "colorMode": "background",
743 "graphMode": "none",
744 "justifyMode": "auto",
745 "orientation": "horizontal",
746 "reduceOptions": {
747 "calcs": [
748 "last"
749 ],
750 "fields": "",
751 "values": false
752 },
753 "textMode": "auto"
754 },
755 "pluginVersion": "7.1.5",
756 "repeatDirection": "h",
757 "targets": [
758 {
759 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"}))",
760 "interval": "",
761 "legendFormat": "Connect:",
762 "refId": "A"
763 },
764 {
765 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"}))",
766 "interval": "",
767 "legendFormat": "Ping:",
768 "refId": "B"
769 }
770 ],
771 "timeFrom": null,
772 "timeShift": null,
773 "title": "Test results",
774 "type": "stat"
775 },
776 {
777 "datasource": "RANCHER_MONITORING_GLOBAL",
778 "description": "",
779 "fieldConfig": {
780 "defaults": {
781 "custom": {},
782 "mappings": [],
783 "thresholds": {
784 "mode": "absolute",
785 "steps": [
786 {
787 "color": "red",
788 "value": null
789 },
790 {
791 "color": "#EAB839",
792 "value": 50
793 },
794 {
795 "color": "green",
796 "value": 95
797 }
798 ]
799 },
800 "unit": "percent"
801 },
802 "overrides": []
803 },
804 "gridPos": {
805 "h": 3,
806 "w": 3,
807 "x": 6,
Andy Bavierd24d4002021-02-19 16:02:40 -0700808 "y": 4
Andy Bavierc6568702021-02-04 11:23:15 -0700809 },
810 "id": 233,
811 "maxPerRow": 6,
812 "options": {
813 "colorMode": "background",
814 "graphMode": "none",
815 "justifyMode": "auto",
816 "orientation": "horizontal",
817 "reduceOptions": {
818 "calcs": [
819 "mean"
820 ],
821 "fields": "",
822 "values": false
823 },
824 "textMode": "auto"
825 },
826 "pluginVersion": "7.1.5",
827 "repeatDirection": "h",
828 "targets": [
829 {
830 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} - 1, 0) * 100)",
831 "interval": "",
832 "legendFormat": "Control Plane",
833 "refId": "A"
834 },
835 {
836 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} - 1, 0) * 100)",
837 "interval": "",
838 "legendFormat": "User Plane",
839 "refId": "B"
840 }
841 ],
842 "timeFrom": null,
843 "timeShift": null,
844 "title": "Uptime",
845 "transformations": [],
846 "type": "stat"
847 },
848 {
849 "datasource": "RANCHER_MONITORING_GLOBAL",
850 "description": "",
851 "fieldConfig": {
852 "defaults": {
853 "custom": {},
854 "decimals": 0,
855 "mappings": [],
856 "thresholds": {
857 "mode": "absolute",
858 "steps": [
859 {
860 "color": "green",
861 "value": null
862 },
863 {
864 "color": "#EAB839",
865 "value": 1
866 },
867 {
868 "color": "red",
869 "value": 10
870 }
871 ]
872 },
873 "unit": "percent"
874 },
875 "overrides": []
876 },
877 "gridPos": {
878 "h": 3,
879 "w": 3,
880 "x": 9,
Andy Bavierd24d4002021-02-19 16:02:40 -0700881 "y": 4
Andy Bavierc6568702021-02-04 11:23:15 -0700882 },
883 "id": 234,
884 "maxPerRow": 6,
885 "options": {
886 "colorMode": "background",
887 "graphMode": "none",
888 "justifyMode": "auto",
889 "orientation": "horizontal",
890 "reduceOptions": {
891 "calcs": [
892 "mean"
893 ],
894 "fields": "",
895 "values": false
896 },
897 "textMode": "auto"
898 },
899 "pluginVersion": "7.1.5",
900 "repeatDirection": "h",
901 "targets": [
902 {
903 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"}), 0)) * 100",
904 "interval": "",
905 "legendFormat": "Unscheduled",
906 "refId": "A"
907 },
908 {
909 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"}) * 100",
910 "interval": "",
911 "legendFormat": "Scheduled",
912 "refId": "B"
913 }
914 ],
915 "timeFrom": null,
916 "timeShift": null,
917 "title": "Downtime",
918 "transformations": [],
919 "type": "stat"
920 },
921 {
922 "aliasColors": {
923 "Down, unsched": "red",
924 "Down: unscheduled": "red",
925 "Scheduled": "blue",
926 "Scheduled downtime": "blue",
927 "Test down": "yellow",
928 "Unscheduled": "red",
929 "Unscheduled downtime": "red"
930 },
931 "bars": false,
932 "dashLength": 10,
933 "dashes": false,
934 "datasource": "RANCHER_MONITORING_GLOBAL",
935 "description": "Uptime and downtime over time",
936 "fieldConfig": {
937 "defaults": {
938 "custom": {}
939 },
940 "overrides": []
941 },
942 "fill": 10,
943 "fillGradient": 0,
944 "gridPos": {
945 "h": 3,
946 "w": 10,
947 "x": 12,
Andy Bavierd24d4002021-02-19 16:02:40 -0700948 "y": 4
Andy Bavierc6568702021-02-04 11:23:15 -0700949 },
950 "hiddenSeries": false,
951 "id": 235,
952 "legend": {
953 "alignAsTable": false,
954 "avg": false,
955 "current": false,
956 "max": false,
957 "min": false,
958 "rightSide": true,
959 "show": true,
960 "total": false,
961 "values": false
962 },
963 "lines": true,
964 "linewidth": 0,
965 "maxPerRow": 6,
966 "nullPointMode": "null",
967 "options": {
968 "alertThreshold": true
969 },
970 "percentage": false,
971 "pluginVersion": "7.1.5",
972 "pointradius": 2,
973 "points": false,
974 "renderer": "flot",
975 "repeatDirection": "h",
976 "seriesOverrides": [],
977 "spaceLength": 10,
978 "stack": false,
979 "steppedLine": true,
980 "targets": [
981 {
982 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"})",
983 "interval": "",
984 "legendFormat": "Up",
985 "refId": "D"
986 },
987 {
988 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"}), 0))",
989 "interval": "",
990 "legendFormat": "Down: unscheduled",
991 "refId": "A"
992 },
993 {
994 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"})",
995 "interval": "",
996 "legendFormat": "Down: scheduled",
997 "refId": "B"
998 },
999 {
1000 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-menlo-rasp-pi\"}, 0))",
1001 "interval": "",
1002 "legendFormat": "Test down",
1003 "refId": "C"
1004 }
1005 ],
1006 "thresholds": [],
1007 "timeFrom": null,
1008 "timeRegions": [],
1009 "timeShift": null,
1010 "title": "",
1011 "tooltip": {
1012 "shared": true,
1013 "sort": 0,
1014 "value_type": "individual"
1015 },
1016 "type": "graph",
1017 "xaxis": {
1018 "buckets": null,
1019 "mode": "time",
1020 "name": null,
1021 "show": true,
1022 "values": []
1023 },
1024 "yaxes": [
1025 {
1026 "$$hashKey": "object:93",
1027 "decimals": 0,
1028 "format": "short",
1029 "label": "",
1030 "logBase": 1,
1031 "max": "1",
1032 "min": "-1",
1033 "show": true
1034 },
1035 {
1036 "$$hashKey": "object:94",
1037 "format": "short",
1038 "label": null,
1039 "logBase": 1,
1040 "max": null,
1041 "min": null,
1042 "show": false
1043 }
1044 ],
1045 "yaxis": {
1046 "align": false,
1047 "alignLevel": null
1048 }
1049 },
1050 {
1051 "datasource": "Google Cloud Monitoring",
1052 "description": "",
1053 "fieldConfig": {
1054 "defaults": {
1055 "custom": {},
1056 "mappings": [
1057 {
1058 "from": "",
1059 "id": 0,
1060 "operator": "",
1061 "text": "down",
1062 "to": "",
1063 "type": 1,
1064 "value": "0"
1065 },
1066 {
1067 "from": "",
1068 "id": 1,
1069 "operator": "",
1070 "text": "up",
1071 "to": "",
1072 "type": 1,
1073 "value": "1"
1074 }
1075 ],
1076 "max": 1,
1077 "min": 0,
1078 "thresholds": {
1079 "mode": "absolute",
1080 "steps": [
1081 {
1082 "color": "red",
1083 "value": null
1084 },
1085 {
1086 "color": "green",
1087 "value": 1
1088 }
1089 ]
1090 }
1091 },
1092 "overrides": [
1093 {
1094 "matcher": {
1095 "id": "byName",
1096 "options": "production-ace-menlo-1"
1097 },
1098 "properties": [
1099 {
1100 "id": "displayName",
1101 "value": "Link 1"
1102 }
1103 ]
1104 },
1105 {
1106 "matcher": {
1107 "id": "byName",
1108 "options": "production-ace-menlo-2"
1109 },
1110 "properties": [
1111 {
1112 "id": "displayName",
1113 "value": "Link 2"
1114 }
1115 ]
1116 }
1117 ]
1118 },
1119 "gridPos": {
1120 "h": 3,
1121 "w": 2,
1122 "x": 22,
Andy Bavierd24d4002021-02-19 16:02:40 -07001123 "y": 4
Andy Bavierc6568702021-02-04 11:23:15 -07001124 },
1125 "id": 293,
1126 "links": [],
1127 "options": {
1128 "colorMode": "background",
1129 "graphMode": "area",
1130 "justifyMode": "center",
1131 "orientation": "horizontal",
1132 "reduceOptions": {
1133 "calcs": [
1134 "last"
1135 ],
1136 "fields": "",
1137 "values": false
1138 },
1139 "textMode": "name"
1140 },
1141 "pluginVersion": "7.1.5",
1142 "targets": [
1143 {
1144 "metricQuery": {
1145 "aliasBy": "{{ metric.label.tunnel_name }}",
1146 "alignmentPeriod": "stackdriver-auto",
1147 "crossSeriesReducer": "REDUCE_NONE",
1148 "filters": [
1149 "metric.label.tunnel_name",
1150 "=",
1151 "production-ace-menlo*"
1152 ],
1153 "groupBys": [],
1154 "metricKind": "GAUGE",
1155 "metricType": "vpn.googleapis.com/tunnel_established",
1156 "perSeriesAligner": "ALIGN_INTERPOLATE",
1157 "projectName": "onf-vpn",
1158 "unit": "1",
1159 "valueType": "DOUBLE"
1160 },
1161 "queryType": "metrics",
1162 "refId": "A"
1163 }
1164 ],
1165 "timeFrom": null,
1166 "timeShift": null,
1167 "title": "VPN",
1168 "transformations": [],
1169 "type": "stat"
1170 },
1171 {
1172 "datasource": null,
1173 "fieldConfig": {
1174 "defaults": {
1175 "custom": {}
1176 },
1177 "overrides": []
1178 },
1179 "gridPos": {
1180 "h": 3,
1181 "w": 3,
1182 "x": 0,
Andy Bavierd24d4002021-02-19 16:02:40 -07001183 "y": 7
Andy Bavierc6568702021-02-04 11:23:15 -07001184 },
1185 "id": 254,
1186 "links": [
1187 {
1188 "targetBlank": true,
1189 "title": "Drill down: cluster compute",
1190 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=ace-tucson&${__url_time_range}"
1191 },
1192 {
1193 "targetBlank": true,
1194 "title": "Drill down: cluster networking",
1195 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=ace-tucson&${__url_time_range}"
1196 },
1197 {
1198 "targetBlank": true,
1199 "title": "Drill down: nodes",
1200 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=ace-tucson&${__url_time_range}"
1201 }
1202 ],
1203 "options": {
1204 "content": "# ONF\n### Tucson",
1205 "mode": "markdown"
1206 },
1207 "pluginVersion": "7.1.0",
1208 "timeFrom": null,
1209 "timeShift": null,
1210 "title": "",
1211 "type": "text"
1212 },
1213 {
1214 "datasource": "RANCHER_MONITORING_GLOBAL",
1215 "description": "",
1216 "fieldConfig": {
1217 "defaults": {
1218 "custom": {},
1219 "mappings": [
1220 {
1221 "from": "",
1222 "id": 1,
1223 "operator": "",
1224 "text": "err",
1225 "to": "",
1226 "type": 1,
1227 "value": "-1"
1228 },
1229 {
1230 "from": "",
1231 "id": 2,
1232 "operator": "",
1233 "text": "fail",
1234 "to": "",
1235 "type": 1,
1236 "value": "0"
1237 },
1238 {
1239 "from": "",
1240 "id": 3,
1241 "operator": "",
1242 "text": "?",
1243 "to": "",
1244 "type": 1,
1245 "value": "1"
1246 },
1247 {
1248 "from": "",
1249 "id": 4,
1250 "operator": "",
1251 "text": "ok",
1252 "to": "",
1253 "type": 1,
1254 "value": "2"
1255 },
1256 {
1257 "from": "",
1258 "id": 5,
1259 "operator": "",
1260 "text": "X",
1261 "to": "",
1262 "type": 1,
1263 "value": "-2"
1264 },
1265 {
1266 "from": "-100",
1267 "id": 6,
1268 "operator": "",
1269 "text": "maint",
1270 "to": "-3",
1271 "type": 2
1272 }
1273 ],
1274 "thresholds": {
1275 "mode": "absolute",
1276 "steps": [
1277 {
1278 "color": "red",
1279 "value": null
1280 },
1281 {
1282 "color": "#6ED0E0",
1283 "value": -100
1284 },
1285 {
1286 "color": "red",
1287 "value": -2
1288 },
1289 {
1290 "color": "#EAB839",
1291 "value": 1
1292 },
1293 {
1294 "color": "green",
1295 "value": 2
1296 }
1297 ]
1298 }
1299 },
1300 "overrides": []
1301 },
1302 "gridPos": {
1303 "h": 3,
1304 "w": 3,
1305 "x": 3,
Andy Bavierd24d4002021-02-19 16:02:40 -07001306 "y": 7
Andy Bavierc6568702021-02-04 11:23:15 -07001307 },
1308 "id": 237,
1309 "links": [],
1310 "maxPerRow": 6,
1311 "options": {
1312 "colorMode": "background",
1313 "graphMode": "none",
1314 "justifyMode": "auto",
1315 "orientation": "horizontal",
1316 "reduceOptions": {
1317 "calcs": [
1318 "last"
1319 ],
1320 "fields": "",
1321 "values": false
1322 },
1323 "textMode": "auto"
1324 },
1325 "pluginVersion": "7.1.5",
1326 "repeatDirection": "h",
1327 "targets": [
1328 {
1329 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"}))",
1330 "interval": "",
1331 "legendFormat": "Connect:",
1332 "refId": "A"
1333 },
1334 {
1335 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"}))",
1336 "interval": "",
1337 "legendFormat": "Ping:",
1338 "refId": "B"
1339 }
1340 ],
1341 "timeFrom": null,
1342 "timeShift": null,
1343 "title": "Test results",
1344 "type": "stat"
1345 },
1346 {
1347 "datasource": "RANCHER_MONITORING_GLOBAL",
1348 "description": "",
1349 "fieldConfig": {
1350 "defaults": {
1351 "custom": {},
1352 "mappings": [],
1353 "thresholds": {
1354 "mode": "absolute",
1355 "steps": [
1356 {
1357 "color": "red",
1358 "value": null
1359 },
1360 {
1361 "color": "#EAB839",
1362 "value": 50
1363 },
1364 {
1365 "color": "green",
1366 "value": 95
1367 }
1368 ]
1369 },
1370 "unit": "percent"
1371 },
1372 "overrides": []
1373 },
1374 "gridPos": {
1375 "h": 3,
1376 "w": 3,
1377 "x": 6,
Andy Bavierd24d4002021-02-19 16:02:40 -07001378 "y": 7
Andy Bavierc6568702021-02-04 11:23:15 -07001379 },
1380 "id": 238,
1381 "maxPerRow": 6,
1382 "options": {
1383 "colorMode": "background",
1384 "graphMode": "none",
1385 "justifyMode": "auto",
1386 "orientation": "horizontal",
1387 "reduceOptions": {
1388 "calcs": [
1389 "mean"
1390 ],
1391 "fields": "",
1392 "values": false
1393 },
1394 "textMode": "auto"
1395 },
1396 "pluginVersion": "7.1.5",
1397 "repeatDirection": "h",
1398 "targets": [
1399 {
1400 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} - 1, 0) * 100)",
1401 "interval": "",
1402 "legendFormat": "Control Plane",
1403 "refId": "A"
1404 },
1405 {
1406 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} - 1, 0) * 100)",
1407 "interval": "",
1408 "legendFormat": "User Plane",
1409 "refId": "B"
1410 }
1411 ],
1412 "timeFrom": null,
1413 "timeShift": null,
1414 "title": "Uptime",
1415 "transformations": [],
1416 "type": "stat"
1417 },
1418 {
1419 "datasource": "RANCHER_MONITORING_GLOBAL",
1420 "description": "",
1421 "fieldConfig": {
1422 "defaults": {
1423 "custom": {},
1424 "decimals": 0,
1425 "mappings": [],
1426 "thresholds": {
1427 "mode": "absolute",
1428 "steps": [
1429 {
1430 "color": "green",
1431 "value": null
1432 },
1433 {
1434 "color": "#EAB839",
1435 "value": 1
1436 },
1437 {
1438 "color": "red",
1439 "value": 10
1440 }
1441 ]
1442 },
1443 "unit": "percent"
1444 },
1445 "overrides": []
1446 },
1447 "gridPos": {
1448 "h": 3,
1449 "w": 3,
1450 "x": 9,
Andy Bavierd24d4002021-02-19 16:02:40 -07001451 "y": 7
Andy Bavierc6568702021-02-04 11:23:15 -07001452 },
1453 "id": 239,
1454 "maxPerRow": 6,
1455 "options": {
1456 "colorMode": "background",
1457 "graphMode": "none",
1458 "justifyMode": "auto",
1459 "orientation": "horizontal",
1460 "reduceOptions": {
1461 "calcs": [
1462 "mean"
1463 ],
1464 "fields": "",
1465 "values": false
1466 },
1467 "textMode": "auto"
1468 },
1469 "pluginVersion": "7.1.5",
1470 "repeatDirection": "h",
1471 "targets": [
1472 {
1473 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"}), 0)) * 100",
1474 "interval": "",
1475 "legendFormat": "Unscheduled",
1476 "refId": "A"
1477 },
1478 {
1479 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"}) * 100",
1480 "interval": "",
1481 "legendFormat": "Scheduled",
1482 "refId": "B"
1483 }
1484 ],
1485 "timeFrom": null,
1486 "timeShift": null,
1487 "title": "Downtime",
1488 "transformations": [],
1489 "type": "stat"
1490 },
1491 {
1492 "aliasColors": {
1493 "Down, unsched": "red",
1494 "Down: unscheduled": "red",
1495 "Scheduled": "blue",
1496 "Scheduled downtime": "blue",
1497 "Test down": "yellow",
1498 "Unscheduled": "red",
1499 "Unscheduled downtime": "red"
1500 },
1501 "bars": false,
1502 "dashLength": 10,
1503 "dashes": false,
1504 "datasource": "RANCHER_MONITORING_GLOBAL",
1505 "description": "Uptime and downtime over time",
1506 "fieldConfig": {
1507 "defaults": {
1508 "custom": {}
1509 },
1510 "overrides": []
1511 },
1512 "fill": 10,
1513 "fillGradient": 0,
1514 "gridPos": {
1515 "h": 3,
1516 "w": 10,
1517 "x": 12,
Andy Bavierd24d4002021-02-19 16:02:40 -07001518 "y": 7
Andy Bavierc6568702021-02-04 11:23:15 -07001519 },
1520 "hiddenSeries": false,
1521 "id": 240,
1522 "legend": {
1523 "alignAsTable": false,
1524 "avg": false,
1525 "current": false,
1526 "max": false,
1527 "min": false,
1528 "rightSide": true,
1529 "show": true,
1530 "total": false,
1531 "values": false
1532 },
1533 "lines": true,
1534 "linewidth": 0,
1535 "maxPerRow": 6,
1536 "nullPointMode": "null",
1537 "options": {
1538 "alertThreshold": true
1539 },
1540 "percentage": false,
1541 "pluginVersion": "7.1.5",
1542 "pointradius": 2,
1543 "points": false,
1544 "renderer": "flot",
1545 "repeatDirection": "h",
1546 "seriesOverrides": [],
1547 "spaceLength": 10,
1548 "stack": false,
1549 "steppedLine": true,
1550 "targets": [
1551 {
1552 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"})",
1553 "interval": "",
1554 "legendFormat": "Up",
1555 "refId": "D"
1556 },
1557 {
1558 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"}), 0))",
1559 "interval": "",
1560 "legendFormat": "Down: unscheduled",
1561 "refId": "A"
1562 },
1563 {
1564 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"})",
1565 "interval": "",
1566 "legendFormat": "Down: scheduled",
1567 "refId": "B"
1568 },
1569 {
1570 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-tucson\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-tucson\"}, 0))",
1571 "interval": "",
1572 "legendFormat": "Test down",
1573 "refId": "C"
1574 }
1575 ],
1576 "thresholds": [],
1577 "timeFrom": null,
1578 "timeRegions": [],
1579 "timeShift": null,
1580 "title": "",
1581 "tooltip": {
1582 "shared": true,
1583 "sort": 0,
1584 "value_type": "individual"
1585 },
1586 "type": "graph",
1587 "xaxis": {
1588 "buckets": null,
1589 "mode": "time",
1590 "name": null,
1591 "show": true,
1592 "values": []
1593 },
1594 "yaxes": [
1595 {
1596 "$$hashKey": "object:93",
1597 "decimals": 0,
1598 "format": "short",
1599 "label": "",
1600 "logBase": 1,
1601 "max": "1",
1602 "min": "-1",
1603 "show": true
1604 },
1605 {
1606 "$$hashKey": "object:94",
1607 "format": "short",
1608 "label": null,
1609 "logBase": 1,
1610 "max": null,
1611 "min": null,
1612 "show": false
1613 }
1614 ],
1615 "yaxis": {
1616 "align": false,
1617 "alignLevel": null
1618 }
1619 },
1620 {
1621 "datasource": "Google Cloud Monitoring",
1622 "description": "",
1623 "fieldConfig": {
1624 "defaults": {
1625 "custom": {},
1626 "mappings": [
1627 {
1628 "from": "",
1629 "id": 0,
1630 "operator": "",
1631 "text": "down",
1632 "to": "",
1633 "type": 1,
1634 "value": "0"
1635 },
1636 {
1637 "from": "",
1638 "id": 1,
1639 "operator": "",
1640 "text": "up",
1641 "to": "",
1642 "type": 1,
1643 "value": "1"
1644 }
1645 ],
1646 "max": 1,
1647 "min": 0,
1648 "thresholds": {
1649 "mode": "absolute",
1650 "steps": [
1651 {
1652 "color": "red",
1653 "value": null
1654 },
1655 {
1656 "color": "green",
1657 "value": 1
1658 }
1659 ]
1660 }
1661 },
1662 "overrides": [
1663 {
1664 "matcher": {
1665 "id": "byName",
1666 "options": "production-ace-tucson-1"
1667 },
1668 "properties": [
1669 {
1670 "id": "displayName",
1671 "value": "Link 1"
1672 }
1673 ]
1674 },
1675 {
1676 "matcher": {
1677 "id": "byName",
1678 "options": "production-ace-tucson-2"
1679 },
1680 "properties": [
1681 {
1682 "id": "displayName",
1683 "value": "Link 2"
1684 }
1685 ]
1686 }
1687 ]
1688 },
1689 "gridPos": {
1690 "h": 3,
1691 "w": 2,
1692 "x": 22,
Andy Bavierd24d4002021-02-19 16:02:40 -07001693 "y": 7
Andy Bavierc6568702021-02-04 11:23:15 -07001694 },
1695 "id": 294,
1696 "links": [],
1697 "options": {
1698 "colorMode": "background",
1699 "graphMode": "area",
1700 "justifyMode": "center",
1701 "orientation": "horizontal",
1702 "reduceOptions": {
1703 "calcs": [
1704 "last"
1705 ],
1706 "fields": "",
1707 "values": false
1708 },
1709 "textMode": "name"
1710 },
1711 "pluginVersion": "7.1.5",
1712 "targets": [
1713 {
1714 "metricQuery": {
1715 "aliasBy": "{{ metric.label.tunnel_name }}",
1716 "alignmentPeriod": "stackdriver-auto",
1717 "crossSeriesReducer": "REDUCE_NONE",
1718 "filters": [
1719 "metric.label.tunnel_name",
1720 "=",
1721 "production-ace-tucson*"
1722 ],
1723 "groupBys": [],
1724 "metricKind": "GAUGE",
1725 "metricType": "vpn.googleapis.com/tunnel_established",
1726 "perSeriesAligner": "ALIGN_INTERPOLATE",
1727 "projectName": "onf-vpn",
1728 "unit": "1",
1729 "valueType": "DOUBLE"
1730 },
1731 "queryType": "metrics",
1732 "refId": "A"
1733 }
1734 ],
1735 "timeFrom": null,
1736 "timeShift": null,
1737 "title": "VPN",
1738 "transformations": [],
1739 "type": "stat"
1740 },
1741 {
1742 "datasource": null,
1743 "fieldConfig": {
1744 "defaults": {
1745 "custom": {}
1746 },
1747 "overrides": []
1748 },
1749 "gridPos": {
1750 "h": 3,
1751 "w": 3,
1752 "x": 0,
Andy Bavierd24d4002021-02-19 16:02:40 -07001753 "y": 10
Andy Bavierc6568702021-02-04 11:23:15 -07001754 },
1755 "id": 255,
1756 "links": [
1757 {
1758 "targetBlank": true,
1759 "title": "Drill down: cluster compute",
1760 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=ace-princeton1-prd&${__url_time_range}"
1761 },
1762 {
1763 "targetBlank": true,
1764 "title": "Drill down: cluster networking",
1765 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=ace-princeton1-prd&${__url_time_range}"
1766 },
1767 {
1768 "targetBlank": true,
1769 "title": "Drill down: nodes",
1770 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=ace-princeton1-prd&${__url_time_range}"
1771 }
1772 ],
1773 "options": {
1774 "content": "# Princeton University\n",
1775 "mode": "markdown"
1776 },
1777 "pluginVersion": "7.1.0",
1778 "timeFrom": null,
1779 "timeShift": null,
1780 "title": "",
1781 "type": "text"
1782 },
1783 {
1784 "datasource": "RANCHER_MONITORING_GLOBAL",
1785 "description": "",
1786 "fieldConfig": {
1787 "defaults": {
1788 "custom": {},
1789 "mappings": [
1790 {
1791 "from": "",
1792 "id": 1,
1793 "operator": "",
1794 "text": "err",
1795 "to": "",
1796 "type": 1,
1797 "value": "-1"
1798 },
1799 {
1800 "from": "",
1801 "id": 2,
1802 "operator": "",
1803 "text": "fail",
1804 "to": "",
1805 "type": 1,
1806 "value": "0"
1807 },
1808 {
1809 "from": "",
1810 "id": 3,
1811 "operator": "",
1812 "text": "?",
1813 "to": "",
1814 "type": 1,
1815 "value": "1"
1816 },
1817 {
1818 "from": "",
1819 "id": 4,
1820 "operator": "",
1821 "text": "ok",
1822 "to": "",
1823 "type": 1,
1824 "value": "2"
1825 },
1826 {
1827 "from": "",
1828 "id": 5,
1829 "operator": "",
1830 "text": "X",
1831 "to": "",
1832 "type": 1,
1833 "value": "-2"
1834 },
1835 {
1836 "from": "-100",
1837 "id": 6,
1838 "operator": "",
1839 "text": "maint",
1840 "to": "-3",
1841 "type": 2
1842 }
1843 ],
1844 "thresholds": {
1845 "mode": "absolute",
1846 "steps": [
1847 {
1848 "color": "red",
1849 "value": null
1850 },
1851 {
1852 "color": "#6ED0E0",
1853 "value": -100
1854 },
1855 {
1856 "color": "red",
1857 "value": -2
1858 },
1859 {
1860 "color": "#EAB839",
1861 "value": 1
1862 },
1863 {
1864 "color": "green",
1865 "value": 2
1866 }
1867 ]
1868 }
1869 },
1870 "overrides": []
1871 },
1872 "gridPos": {
1873 "h": 3,
1874 "w": 3,
1875 "x": 3,
Andy Bavierd24d4002021-02-19 16:02:40 -07001876 "y": 10
Andy Bavierc6568702021-02-04 11:23:15 -07001877 },
1878 "id": 266,
1879 "links": [],
1880 "maxPerRow": 6,
1881 "options": {
1882 "colorMode": "background",
1883 "graphMode": "none",
1884 "justifyMode": "auto",
1885 "orientation": "horizontal",
1886 "reduceOptions": {
1887 "calcs": [
1888 "last"
1889 ],
1890 "fields": "",
1891 "values": false
1892 },
1893 "textMode": "auto"
1894 },
1895 "pluginVersion": "7.1.5",
1896 "repeatDirection": "h",
1897 "targets": [
1898 {
1899 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"}))",
1900 "interval": "",
1901 "legendFormat": "Connect:",
1902 "refId": "A"
1903 },
1904 {
1905 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"}))",
1906 "interval": "",
1907 "legendFormat": "Ping:",
1908 "refId": "B"
1909 }
1910 ],
1911 "timeFrom": null,
1912 "timeShift": null,
1913 "title": "Test results",
1914 "type": "stat"
1915 },
1916 {
1917 "datasource": "RANCHER_MONITORING_GLOBAL",
1918 "description": "",
1919 "fieldConfig": {
1920 "defaults": {
1921 "custom": {},
1922 "mappings": [],
1923 "thresholds": {
1924 "mode": "absolute",
1925 "steps": [
1926 {
1927 "color": "red",
1928 "value": null
1929 },
1930 {
1931 "color": "#EAB839",
1932 "value": 50
1933 },
1934 {
1935 "color": "green",
1936 "value": 95
1937 }
1938 ]
1939 },
1940 "unit": "percent"
1941 },
1942 "overrides": []
1943 },
1944 "gridPos": {
1945 "h": 3,
1946 "w": 3,
1947 "x": 6,
Andy Bavierd24d4002021-02-19 16:02:40 -07001948 "y": 10
Andy Bavierc6568702021-02-04 11:23:15 -07001949 },
1950 "id": 269,
1951 "maxPerRow": 6,
1952 "options": {
1953 "colorMode": "background",
1954 "graphMode": "none",
1955 "justifyMode": "auto",
1956 "orientation": "horizontal",
1957 "reduceOptions": {
1958 "calcs": [
1959 "mean"
1960 ],
1961 "fields": "",
1962 "values": false
1963 },
1964 "textMode": "auto"
1965 },
1966 "pluginVersion": "7.1.5",
1967 "repeatDirection": "h",
1968 "targets": [
1969 {
1970 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} - 1, 0) * 100)",
1971 "interval": "",
1972 "legendFormat": "Control Plane",
1973 "refId": "A"
1974 },
1975 {
1976 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} - 1, 0) * 100)",
1977 "interval": "",
1978 "legendFormat": "User Plane",
1979 "refId": "B"
1980 }
1981 ],
1982 "timeFrom": null,
1983 "timeShift": null,
1984 "title": "Uptime",
1985 "transformations": [],
1986 "type": "stat"
1987 },
1988 {
1989 "datasource": "RANCHER_MONITORING_GLOBAL",
1990 "description": "",
1991 "fieldConfig": {
1992 "defaults": {
1993 "custom": {},
1994 "decimals": 0,
1995 "mappings": [],
1996 "thresholds": {
1997 "mode": "absolute",
1998 "steps": [
1999 {
2000 "color": "green",
2001 "value": null
2002 },
2003 {
2004 "color": "#EAB839",
2005 "value": 1
2006 },
2007 {
2008 "color": "red",
2009 "value": 10
2010 }
2011 ]
2012 },
2013 "unit": "percent"
2014 },
2015 "overrides": []
2016 },
2017 "gridPos": {
2018 "h": 3,
2019 "w": 3,
2020 "x": 9,
Andy Bavierd24d4002021-02-19 16:02:40 -07002021 "y": 10
Andy Bavierc6568702021-02-04 11:23:15 -07002022 },
2023 "id": 272,
2024 "maxPerRow": 6,
2025 "options": {
2026 "colorMode": "background",
2027 "graphMode": "none",
2028 "justifyMode": "auto",
2029 "orientation": "horizontal",
2030 "reduceOptions": {
2031 "calcs": [
2032 "mean"
2033 ],
2034 "fields": "",
2035 "values": false
2036 },
2037 "textMode": "auto"
2038 },
2039 "pluginVersion": "7.1.5",
2040 "repeatDirection": "h",
2041 "targets": [
2042 {
2043 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"}), 0)) * 100",
2044 "interval": "",
2045 "legendFormat": "Unscheduled",
2046 "refId": "A"
2047 },
2048 {
2049 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"}) * 100",
2050 "interval": "",
2051 "legendFormat": "Scheduled",
2052 "refId": "B"
2053 }
2054 ],
2055 "timeFrom": null,
2056 "timeShift": null,
2057 "title": "Downtime",
2058 "transformations": [],
2059 "type": "stat"
2060 },
2061 {
2062 "aliasColors": {
2063 "Down, unsched": "red",
2064 "Down: unscheduled": "red",
2065 "Scheduled": "blue",
2066 "Scheduled downtime": "blue",
2067 "Test down": "yellow",
2068 "Unscheduled": "red",
2069 "Unscheduled downtime": "red"
2070 },
2071 "bars": false,
2072 "dashLength": 10,
2073 "dashes": false,
2074 "datasource": "RANCHER_MONITORING_GLOBAL",
2075 "description": "Uptime and downtime over time",
2076 "fieldConfig": {
2077 "defaults": {
2078 "custom": {}
2079 },
2080 "overrides": []
2081 },
2082 "fill": 10,
2083 "fillGradient": 0,
2084 "gridPos": {
2085 "h": 3,
2086 "w": 10,
2087 "x": 12,
Andy Bavierd24d4002021-02-19 16:02:40 -07002088 "y": 10
Andy Bavierc6568702021-02-04 11:23:15 -07002089 },
2090 "hiddenSeries": false,
2091 "id": 275,
2092 "legend": {
2093 "alignAsTable": false,
2094 "avg": false,
2095 "current": false,
2096 "max": false,
2097 "min": false,
2098 "rightSide": true,
2099 "show": true,
2100 "total": false,
2101 "values": false
2102 },
2103 "lines": true,
2104 "linewidth": 0,
2105 "maxPerRow": 6,
2106 "nullPointMode": "null",
2107 "options": {
2108 "alertThreshold": true
2109 },
2110 "percentage": false,
2111 "pluginVersion": "7.1.5",
2112 "pointradius": 2,
2113 "points": false,
2114 "renderer": "flot",
2115 "repeatDirection": "h",
2116 "seriesOverrides": [],
2117 "spaceLength": 10,
2118 "stack": false,
2119 "steppedLine": true,
2120 "targets": [
2121 {
2122 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"})",
2123 "interval": "",
2124 "legendFormat": "Up",
2125 "refId": "D"
2126 },
2127 {
2128 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"}), 0))",
2129 "interval": "",
2130 "legendFormat": "Down: unscheduled",
2131 "refId": "A"
2132 },
2133 {
2134 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"})",
2135 "interval": "",
2136 "legendFormat": "Down: scheduled",
2137 "refId": "B"
2138 },
2139 {
2140 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-princeton1-prd\"}, 0))",
2141 "interval": "",
2142 "legendFormat": "Test down",
2143 "refId": "C"
2144 }
2145 ],
2146 "thresholds": [],
2147 "timeFrom": null,
2148 "timeRegions": [],
2149 "timeShift": null,
2150 "title": "",
2151 "tooltip": {
2152 "shared": true,
2153 "sort": 0,
2154 "value_type": "individual"
2155 },
2156 "type": "graph",
2157 "xaxis": {
2158 "buckets": null,
2159 "mode": "time",
2160 "name": null,
2161 "show": true,
2162 "values": []
2163 },
2164 "yaxes": [
2165 {
2166 "$$hashKey": "object:93",
2167 "decimals": 0,
2168 "format": "short",
2169 "label": "",
2170 "logBase": 1,
2171 "max": "1",
2172 "min": "-1",
2173 "show": true
2174 },
2175 {
2176 "$$hashKey": "object:94",
2177 "format": "short",
2178 "label": null,
2179 "logBase": 1,
2180 "max": null,
2181 "min": null,
2182 "show": false
2183 }
2184 ],
2185 "yaxis": {
2186 "align": false,
2187 "alignLevel": null
2188 }
2189 },
2190 {
2191 "datasource": "Google Cloud Monitoring",
2192 "description": "",
2193 "fieldConfig": {
2194 "defaults": {
2195 "custom": {},
2196 "mappings": [
2197 {
2198 "from": "",
2199 "id": 0,
2200 "operator": "",
2201 "text": "down",
2202 "to": "",
2203 "type": 1,
2204 "value": "0"
2205 },
2206 {
2207 "from": "",
2208 "id": 1,
2209 "operator": "",
2210 "text": "up",
2211 "to": "",
2212 "type": 1,
2213 "value": "1"
2214 }
2215 ],
2216 "max": 1,
2217 "min": 0,
2218 "thresholds": {
2219 "mode": "absolute",
2220 "steps": [
2221 {
2222 "color": "red",
2223 "value": null
2224 },
2225 {
2226 "color": "green",
2227 "value": 1
2228 }
2229 ]
2230 }
2231 },
2232 "overrides": [
2233 {
2234 "matcher": {
2235 "id": "byName",
2236 "options": "production-ace-princeton1-1"
2237 },
2238 "properties": [
2239 {
2240 "id": "displayName",
2241 "value": "Link 1"
2242 }
2243 ]
2244 },
2245 {
2246 "matcher": {
2247 "id": "byName",
2248 "options": "production-ace-princeton1-2"
2249 },
2250 "properties": [
2251 {
2252 "id": "displayName",
2253 "value": "Link 2"
2254 }
2255 ]
2256 }
2257 ]
2258 },
2259 "gridPos": {
2260 "h": 3,
2261 "w": 2,
2262 "x": 22,
Andy Bavierd24d4002021-02-19 16:02:40 -07002263 "y": 10
Andy Bavierc6568702021-02-04 11:23:15 -07002264 },
2265 "id": 297,
2266 "links": [],
2267 "options": {
2268 "colorMode": "background",
2269 "graphMode": "area",
2270 "justifyMode": "center",
2271 "orientation": "horizontal",
2272 "reduceOptions": {
2273 "calcs": [
2274 "last"
2275 ],
2276 "fields": "",
2277 "values": false
2278 },
2279 "textMode": "name"
2280 },
2281 "pluginVersion": "7.1.5",
2282 "targets": [
2283 {
2284 "metricQuery": {
2285 "aliasBy": "{{ metric.label.tunnel_name }}",
2286 "alignmentPeriod": "stackdriver-auto",
2287 "crossSeriesReducer": "REDUCE_NONE",
2288 "filters": [
2289 "metric.label.tunnel_name",
2290 "=",
2291 "production-ace-princeton*"
2292 ],
2293 "groupBys": [],
2294 "metricKind": "GAUGE",
2295 "metricType": "vpn.googleapis.com/tunnel_established",
2296 "perSeriesAligner": "ALIGN_INTERPOLATE",
2297 "projectName": "onf-vpn",
2298 "unit": "1",
2299 "valueType": "DOUBLE"
2300 },
2301 "queryType": "metrics",
2302 "refId": "A"
2303 }
2304 ],
2305 "timeFrom": null,
2306 "timeShift": null,
2307 "title": "VPN",
2308 "transformations": [],
2309 "type": "stat"
2310 },
2311 {
2312 "datasource": null,
2313 "fieldConfig": {
2314 "defaults": {
2315 "custom": {}
2316 },
2317 "overrides": []
2318 },
2319 "gridPos": {
2320 "h": 3,
2321 "w": 3,
2322 "x": 0,
Andy Bavierd24d4002021-02-19 16:02:40 -07002323 "y": 13
Andy Bavierc6568702021-02-04 11:23:15 -07002324 },
2325 "id": 256,
2326 "links": [
2327 {
2328 "targetBlank": true,
2329 "title": "Drill down: cluster compute",
2330 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=ace-stanford1-prd&${__url_time_range}"
2331 },
2332 {
2333 "targetBlank": true,
2334 "title": "Drill down: cluster networking",
2335 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=ace-stanford1-prd&${__url_time_range}"
2336 },
2337 {
2338 "targetBlank": true,
2339 "title": "Drill down: nodes",
2340 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=ace-stanford1-prd&${__url_time_range}"
2341 }
2342 ],
2343 "options": {
2344 "content": "# Stanford University\n### EE Lab",
2345 "mode": "markdown"
2346 },
2347 "pluginVersion": "7.1.0",
2348 "timeFrom": null,
2349 "timeShift": null,
2350 "title": "",
2351 "type": "text"
2352 },
2353 {
2354 "datasource": "RANCHER_MONITORING_GLOBAL",
2355 "description": "",
2356 "fieldConfig": {
2357 "defaults": {
2358 "custom": {},
2359 "mappings": [
2360 {
2361 "from": "",
2362 "id": 1,
2363 "operator": "",
2364 "text": "err",
2365 "to": "",
2366 "type": 1,
2367 "value": "-1"
2368 },
2369 {
2370 "from": "",
2371 "id": 2,
2372 "operator": "",
2373 "text": "fail",
2374 "to": "",
2375 "type": 1,
2376 "value": "0"
2377 },
2378 {
2379 "from": "",
2380 "id": 3,
2381 "operator": "",
2382 "text": "?",
2383 "to": "",
2384 "type": 1,
2385 "value": "1"
2386 },
2387 {
2388 "from": "",
2389 "id": 4,
2390 "operator": "",
2391 "text": "ok",
2392 "to": "",
2393 "type": 1,
2394 "value": "2"
2395 },
2396 {
2397 "from": "",
2398 "id": 5,
2399 "operator": "",
2400 "text": "X",
2401 "to": "",
2402 "type": 1,
2403 "value": "-2"
2404 },
2405 {
2406 "from": "-100",
2407 "id": 6,
2408 "operator": "",
2409 "text": "maint",
2410 "to": "-3",
2411 "type": 2
2412 }
2413 ],
2414 "thresholds": {
2415 "mode": "absolute",
2416 "steps": [
2417 {
2418 "color": "red",
2419 "value": null
2420 },
2421 {
2422 "color": "#6ED0E0",
2423 "value": -100
2424 },
2425 {
2426 "color": "red",
2427 "value": -2
2428 },
2429 {
2430 "color": "#EAB839",
2431 "value": 1
2432 },
2433 {
2434 "color": "green",
2435 "value": 2
2436 }
2437 ]
2438 }
2439 },
2440 "overrides": []
2441 },
2442 "gridPos": {
2443 "h": 3,
2444 "w": 3,
2445 "x": 3,
Andy Bavierd24d4002021-02-19 16:02:40 -07002446 "y": 13
Andy Bavierc6568702021-02-04 11:23:15 -07002447 },
2448 "id": 267,
2449 "links": [],
2450 "maxPerRow": 6,
2451 "options": {
2452 "colorMode": "background",
2453 "graphMode": "none",
2454 "justifyMode": "auto",
2455 "orientation": "horizontal",
2456 "reduceOptions": {
2457 "calcs": [
2458 "last"
2459 ],
2460 "fields": "",
2461 "values": false
2462 },
2463 "textMode": "auto"
2464 },
2465 "pluginVersion": "7.1.5",
2466 "repeatDirection": "h",
2467 "targets": [
2468 {
2469 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"}))",
2470 "interval": "",
2471 "legendFormat": "Connect:",
2472 "refId": "A"
2473 },
2474 {
2475 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"}))",
2476 "interval": "",
2477 "legendFormat": "Ping:",
2478 "refId": "B"
2479 }
2480 ],
2481 "timeFrom": null,
2482 "timeShift": null,
2483 "title": "Test results",
2484 "type": "stat"
2485 },
2486 {
2487 "datasource": "RANCHER_MONITORING_GLOBAL",
2488 "description": "",
2489 "fieldConfig": {
2490 "defaults": {
2491 "custom": {},
2492 "mappings": [],
2493 "thresholds": {
2494 "mode": "absolute",
2495 "steps": [
2496 {
2497 "color": "red",
2498 "value": null
2499 },
2500 {
2501 "color": "#EAB839",
2502 "value": 50
2503 },
2504 {
2505 "color": "green",
2506 "value": 95
2507 }
2508 ]
2509 },
2510 "unit": "percent"
2511 },
2512 "overrides": []
2513 },
2514 "gridPos": {
2515 "h": 3,
2516 "w": 3,
2517 "x": 6,
Andy Bavierd24d4002021-02-19 16:02:40 -07002518 "y": 13
Andy Bavierc6568702021-02-04 11:23:15 -07002519 },
2520 "id": 270,
2521 "maxPerRow": 6,
2522 "options": {
2523 "colorMode": "background",
2524 "graphMode": "none",
2525 "justifyMode": "auto",
2526 "orientation": "horizontal",
2527 "reduceOptions": {
2528 "calcs": [
2529 "mean"
2530 ],
2531 "fields": "",
2532 "values": false
2533 },
2534 "textMode": "auto"
2535 },
2536 "pluginVersion": "7.1.5",
2537 "repeatDirection": "h",
2538 "targets": [
2539 {
2540 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} - 1, 0) * 100)",
2541 "interval": "",
2542 "legendFormat": "Control Plane",
2543 "refId": "A"
2544 },
2545 {
2546 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} - 1, 0) * 100)",
2547 "interval": "",
2548 "legendFormat": "User Plane",
2549 "refId": "B"
2550 }
2551 ],
2552 "timeFrom": null,
2553 "timeShift": null,
2554 "title": "Uptime",
2555 "transformations": [],
2556 "type": "stat"
2557 },
2558 {
2559 "datasource": "RANCHER_MONITORING_GLOBAL",
2560 "description": "",
2561 "fieldConfig": {
2562 "defaults": {
2563 "custom": {},
2564 "decimals": 0,
2565 "mappings": [],
2566 "thresholds": {
2567 "mode": "absolute",
2568 "steps": [
2569 {
2570 "color": "green",
2571 "value": null
2572 },
2573 {
2574 "color": "#EAB839",
2575 "value": 1
2576 },
2577 {
2578 "color": "red",
2579 "value": 10
2580 }
2581 ]
2582 },
2583 "unit": "percent"
2584 },
2585 "overrides": []
2586 },
2587 "gridPos": {
2588 "h": 3,
2589 "w": 3,
2590 "x": 9,
Andy Bavierd24d4002021-02-19 16:02:40 -07002591 "y": 13
Andy Bavierc6568702021-02-04 11:23:15 -07002592 },
2593 "id": 273,
2594 "maxPerRow": 6,
2595 "options": {
2596 "colorMode": "background",
2597 "graphMode": "none",
2598 "justifyMode": "auto",
2599 "orientation": "horizontal",
2600 "reduceOptions": {
2601 "calcs": [
2602 "mean"
2603 ],
2604 "fields": "",
2605 "values": false
2606 },
2607 "textMode": "auto"
2608 },
2609 "pluginVersion": "7.1.5",
2610 "repeatDirection": "h",
2611 "targets": [
2612 {
2613 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"}), 0)) * 100",
2614 "interval": "",
2615 "legendFormat": "Unscheduled",
2616 "refId": "A"
2617 },
2618 {
2619 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"}) * 100",
2620 "interval": "",
2621 "legendFormat": "Scheduled",
2622 "refId": "B"
2623 }
2624 ],
2625 "timeFrom": null,
2626 "timeShift": null,
2627 "title": "Downtime",
2628 "transformations": [],
2629 "type": "stat"
2630 },
2631 {
2632 "aliasColors": {
2633 "Down, unsched": "red",
2634 "Down: unscheduled": "red",
2635 "Scheduled": "blue",
2636 "Scheduled downtime": "blue",
2637 "Test down": "yellow",
2638 "Unscheduled": "red",
2639 "Unscheduled downtime": "red"
2640 },
2641 "bars": false,
2642 "dashLength": 10,
2643 "dashes": false,
2644 "datasource": "RANCHER_MONITORING_GLOBAL",
2645 "description": "Uptime and downtime over time",
2646 "fieldConfig": {
2647 "defaults": {
2648 "custom": {}
2649 },
2650 "overrides": []
2651 },
2652 "fill": 10,
2653 "fillGradient": 0,
2654 "gridPos": {
2655 "h": 3,
2656 "w": 10,
2657 "x": 12,
Andy Bavierd24d4002021-02-19 16:02:40 -07002658 "y": 13
Andy Bavierc6568702021-02-04 11:23:15 -07002659 },
2660 "hiddenSeries": false,
2661 "id": 276,
2662 "legend": {
2663 "alignAsTable": false,
2664 "avg": false,
2665 "current": false,
2666 "max": false,
2667 "min": false,
2668 "rightSide": true,
2669 "show": true,
2670 "total": false,
2671 "values": false
2672 },
2673 "lines": true,
2674 "linewidth": 0,
2675 "maxPerRow": 6,
2676 "nullPointMode": "null",
2677 "options": {
2678 "alertThreshold": true
2679 },
2680 "percentage": false,
2681 "pluginVersion": "7.1.5",
2682 "pointradius": 2,
2683 "points": false,
2684 "renderer": "flot",
2685 "repeatDirection": "h",
2686 "seriesOverrides": [],
2687 "spaceLength": 10,
2688 "stack": false,
2689 "steppedLine": true,
2690 "targets": [
2691 {
2692 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"})",
2693 "interval": "",
2694 "legendFormat": "Up",
2695 "refId": "D"
2696 },
2697 {
2698 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"}), 0))",
2699 "interval": "",
2700 "legendFormat": "Down: unscheduled",
2701 "refId": "A"
2702 },
2703 {
2704 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"})",
2705 "interval": "",
2706 "legendFormat": "Down: scheduled",
2707 "refId": "B"
2708 },
2709 {
2710 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford1-prd\"}, 0))",
2711 "interval": "",
2712 "legendFormat": "Test down",
2713 "refId": "C"
2714 }
2715 ],
2716 "thresholds": [],
2717 "timeFrom": null,
2718 "timeRegions": [],
2719 "timeShift": null,
2720 "title": "",
2721 "tooltip": {
2722 "shared": true,
2723 "sort": 0,
2724 "value_type": "individual"
2725 },
2726 "type": "graph",
2727 "xaxis": {
2728 "buckets": null,
2729 "mode": "time",
2730 "name": null,
2731 "show": true,
2732 "values": []
2733 },
2734 "yaxes": [
2735 {
2736 "$$hashKey": "object:93",
2737 "decimals": 0,
2738 "format": "short",
2739 "label": "",
2740 "logBase": 1,
2741 "max": "1",
2742 "min": "-1",
2743 "show": true
2744 },
2745 {
2746 "$$hashKey": "object:94",
2747 "format": "short",
2748 "label": null,
2749 "logBase": 1,
2750 "max": null,
2751 "min": null,
2752 "show": false
2753 }
2754 ],
2755 "yaxis": {
2756 "align": false,
2757 "alignLevel": null
2758 }
2759 },
2760 {
2761 "datasource": "Google Cloud Monitoring",
2762 "description": "",
2763 "fieldConfig": {
2764 "defaults": {
2765 "custom": {},
2766 "mappings": [
2767 {
2768 "from": "",
2769 "id": 0,
2770 "operator": "",
2771 "text": "down",
2772 "to": "",
2773 "type": 1,
2774 "value": "0"
2775 },
2776 {
2777 "from": "",
2778 "id": 1,
2779 "operator": "",
2780 "text": "up",
2781 "to": "",
2782 "type": 1,
2783 "value": "1"
2784 }
2785 ],
2786 "max": 1,
2787 "min": 0,
2788 "thresholds": {
2789 "mode": "absolute",
2790 "steps": [
2791 {
2792 "color": "red",
2793 "value": null
2794 },
2795 {
2796 "color": "green",
2797 "value": 1
2798 }
2799 ]
2800 }
2801 },
2802 "overrides": [
2803 {
2804 "matcher": {
2805 "id": "byName",
2806 "options": "production-ace-stanford1-1"
2807 },
2808 "properties": [
2809 {
2810 "id": "displayName",
2811 "value": "Link 1"
2812 }
2813 ]
2814 },
2815 {
2816 "matcher": {
2817 "id": "byName",
2818 "options": "production-ace-stanford1-2"
2819 },
2820 "properties": [
2821 {
2822 "id": "displayName",
2823 "value": "Link 2"
2824 }
2825 ]
2826 }
2827 ]
2828 },
2829 "gridPos": {
2830 "h": 3,
2831 "w": 2,
2832 "x": 22,
Andy Bavierd24d4002021-02-19 16:02:40 -07002833 "y": 13
Andy Bavierc6568702021-02-04 11:23:15 -07002834 },
2835 "id": 296,
2836 "links": [],
2837 "options": {
2838 "colorMode": "background",
2839 "graphMode": "area",
2840 "justifyMode": "center",
2841 "orientation": "horizontal",
2842 "reduceOptions": {
2843 "calcs": [
2844 "last"
2845 ],
2846 "fields": "",
2847 "values": false
2848 },
2849 "textMode": "name"
2850 },
2851 "pluginVersion": "7.1.5",
2852 "targets": [
2853 {
2854 "metricQuery": {
2855 "aliasBy": "{{ metric.label.tunnel_name }}",
2856 "alignmentPeriod": "stackdriver-auto",
2857 "crossSeriesReducer": "REDUCE_NONE",
2858 "filters": [
2859 "metric.label.tunnel_name",
2860 "=",
2861 "production-ace-stanford1*"
2862 ],
2863 "groupBys": [],
2864 "metricKind": "GAUGE",
2865 "metricType": "vpn.googleapis.com/tunnel_established",
2866 "perSeriesAligner": "ALIGN_INTERPOLATE",
2867 "projectName": "onf-vpn",
2868 "unit": "1",
2869 "valueType": "DOUBLE"
2870 },
2871 "queryType": "metrics",
2872 "refId": "A"
2873 }
2874 ],
2875 "timeFrom": null,
2876 "timeShift": null,
2877 "title": "VPN",
2878 "transformations": [],
2879 "type": "stat"
2880 },
2881 {
2882 "datasource": null,
2883 "fieldConfig": {
2884 "defaults": {
2885 "custom": {}
2886 },
2887 "overrides": []
2888 },
2889 "gridPos": {
2890 "h": 3,
2891 "w": 3,
2892 "x": 0,
Andy Bavierd24d4002021-02-19 16:02:40 -07002893 "y": 16
Andy Bavierc6568702021-02-04 11:23:15 -07002894 },
2895 "id": 257,
2896 "links": [
2897 {
2898 "targetBlank": true,
2899 "title": "Drill down: cluster compute",
2900 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=ace-stanford2-prd&${__url_time_range}"
2901 },
2902 {
2903 "targetBlank": true,
2904 "title": "Drill down: cluster networking",
2905 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=ace-stanford2-prd&${__url_time_range}"
2906 },
2907 {
2908 "targetBlank": true,
2909 "title": "Drill down: nodes",
2910 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=ace-stanford2-prd&${__url_time_range}"
2911 }
2912 ],
2913 "options": {
2914 "content": "# Stanford University\n### AA Lab",
2915 "mode": "markdown"
2916 },
2917 "pluginVersion": "7.1.0",
2918 "timeFrom": null,
2919 "timeShift": null,
2920 "title": "",
2921 "type": "text"
2922 },
2923 {
2924 "datasource": "RANCHER_MONITORING_GLOBAL",
2925 "description": "",
2926 "fieldConfig": {
2927 "defaults": {
2928 "custom": {},
2929 "mappings": [
2930 {
2931 "from": "",
2932 "id": 1,
2933 "operator": "",
2934 "text": "err",
2935 "to": "",
2936 "type": 1,
2937 "value": "-1"
2938 },
2939 {
2940 "from": "",
2941 "id": 2,
2942 "operator": "",
2943 "text": "fail",
2944 "to": "",
2945 "type": 1,
2946 "value": "0"
2947 },
2948 {
2949 "from": "",
2950 "id": 3,
2951 "operator": "",
2952 "text": "?",
2953 "to": "",
2954 "type": 1,
2955 "value": "1"
2956 },
2957 {
2958 "from": "",
2959 "id": 4,
2960 "operator": "",
2961 "text": "ok",
2962 "to": "",
2963 "type": 1,
2964 "value": "2"
2965 },
2966 {
2967 "from": "",
2968 "id": 5,
2969 "operator": "",
2970 "text": "X",
2971 "to": "",
2972 "type": 1,
2973 "value": "-2"
2974 },
2975 {
2976 "from": "-100",
2977 "id": 6,
2978 "operator": "",
2979 "text": "maint",
2980 "to": "-3",
2981 "type": 2
2982 }
2983 ],
2984 "thresholds": {
2985 "mode": "absolute",
2986 "steps": [
2987 {
2988 "color": "red",
2989 "value": null
2990 },
2991 {
2992 "color": "#6ED0E0",
2993 "value": -100
2994 },
2995 {
2996 "color": "red",
2997 "value": -2
2998 },
2999 {
3000 "color": "#EAB839",
3001 "value": 1
3002 },
3003 {
3004 "color": "green",
3005 "value": 2
3006 }
3007 ]
3008 }
3009 },
3010 "overrides": []
3011 },
3012 "gridPos": {
3013 "h": 3,
3014 "w": 3,
3015 "x": 3,
Andy Bavierd24d4002021-02-19 16:02:40 -07003016 "y": 16
Andy Bavierc6568702021-02-04 11:23:15 -07003017 },
3018 "id": 268,
3019 "links": [],
3020 "maxPerRow": 6,
3021 "options": {
3022 "colorMode": "background",
3023 "graphMode": "none",
3024 "justifyMode": "auto",
3025 "orientation": "horizontal",
3026 "reduceOptions": {
3027 "calcs": [
3028 "last"
3029 ],
3030 "fields": "",
3031 "values": false
3032 },
3033 "textMode": "auto"
3034 },
3035 "pluginVersion": "7.1.5",
3036 "repeatDirection": "h",
3037 "targets": [
3038 {
3039 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"}))",
3040 "interval": "",
3041 "legendFormat": "Connect:",
3042 "refId": "A"
3043 },
3044 {
3045 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"}))",
3046 "interval": "",
3047 "legendFormat": "Ping:",
3048 "refId": "B"
3049 }
3050 ],
3051 "timeFrom": null,
3052 "timeShift": null,
3053 "title": "Test results",
3054 "type": "stat"
3055 },
3056 {
3057 "datasource": "RANCHER_MONITORING_GLOBAL",
3058 "description": "",
3059 "fieldConfig": {
3060 "defaults": {
3061 "custom": {},
3062 "mappings": [],
3063 "thresholds": {
3064 "mode": "absolute",
3065 "steps": [
3066 {
3067 "color": "red",
3068 "value": null
3069 },
3070 {
3071 "color": "#EAB839",
3072 "value": 50
3073 },
3074 {
3075 "color": "green",
3076 "value": 95
3077 }
3078 ]
3079 },
3080 "unit": "percent"
3081 },
3082 "overrides": []
3083 },
3084 "gridPos": {
3085 "h": 3,
3086 "w": 3,
3087 "x": 6,
Andy Bavierd24d4002021-02-19 16:02:40 -07003088 "y": 16
Andy Bavierc6568702021-02-04 11:23:15 -07003089 },
3090 "id": 271,
3091 "maxPerRow": 6,
3092 "options": {
3093 "colorMode": "background",
3094 "graphMode": "none",
3095 "justifyMode": "auto",
3096 "orientation": "horizontal",
3097 "reduceOptions": {
3098 "calcs": [
3099 "mean"
3100 ],
3101 "fields": "",
3102 "values": false
3103 },
3104 "textMode": "auto"
3105 },
3106 "pluginVersion": "7.1.5",
3107 "repeatDirection": "h",
3108 "targets": [
3109 {
3110 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} - 1, 0) * 100)",
3111 "interval": "",
3112 "legendFormat": "Control Plane",
3113 "refId": "A"
3114 },
3115 {
3116 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} - 1, 0) * 100)",
3117 "interval": "",
3118 "legendFormat": "User Plane",
3119 "refId": "B"
3120 }
3121 ],
3122 "timeFrom": null,
3123 "timeShift": null,
3124 "title": "Uptime",
3125 "transformations": [],
3126 "type": "stat"
3127 },
3128 {
3129 "datasource": "RANCHER_MONITORING_GLOBAL",
3130 "description": "",
3131 "fieldConfig": {
3132 "defaults": {
3133 "custom": {},
3134 "decimals": 0,
3135 "mappings": [],
3136 "thresholds": {
3137 "mode": "absolute",
3138 "steps": [
3139 {
3140 "color": "green",
3141 "value": null
3142 },
3143 {
3144 "color": "#EAB839",
3145 "value": 1
3146 },
3147 {
3148 "color": "red",
3149 "value": 10
3150 }
3151 ]
3152 },
3153 "unit": "percent"
3154 },
3155 "overrides": []
3156 },
3157 "gridPos": {
3158 "h": 3,
3159 "w": 3,
3160 "x": 9,
Andy Bavierd24d4002021-02-19 16:02:40 -07003161 "y": 16
Andy Bavierc6568702021-02-04 11:23:15 -07003162 },
3163 "id": 274,
3164 "maxPerRow": 6,
3165 "options": {
3166 "colorMode": "background",
3167 "graphMode": "none",
3168 "justifyMode": "auto",
3169 "orientation": "horizontal",
3170 "reduceOptions": {
3171 "calcs": [
3172 "mean"
3173 ],
3174 "fields": "",
3175 "values": false
3176 },
3177 "textMode": "auto"
3178 },
3179 "pluginVersion": "7.1.5",
3180 "repeatDirection": "h",
3181 "targets": [
3182 {
3183 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"}), 0)) * 100",
3184 "interval": "",
3185 "legendFormat": "Unscheduled",
3186 "refId": "A"
3187 },
3188 {
3189 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"}) * 100",
3190 "interval": "",
3191 "legendFormat": "Scheduled",
3192 "refId": "B"
3193 }
3194 ],
3195 "timeFrom": null,
3196 "timeShift": null,
3197 "title": "Downtime",
3198 "transformations": [],
3199 "type": "stat"
3200 },
3201 {
3202 "aliasColors": {
3203 "Down, unsched": "red",
3204 "Down: unscheduled": "red",
3205 "Scheduled": "blue",
3206 "Scheduled downtime": "blue",
3207 "Test down": "yellow",
3208 "Unscheduled": "red",
3209 "Unscheduled downtime": "red"
3210 },
3211 "bars": false,
3212 "dashLength": 10,
3213 "dashes": false,
3214 "datasource": "RANCHER_MONITORING_GLOBAL",
3215 "description": "Uptime and downtime over time",
3216 "fieldConfig": {
3217 "defaults": {
3218 "custom": {}
3219 },
3220 "overrides": []
3221 },
3222 "fill": 10,
3223 "fillGradient": 0,
3224 "gridPos": {
3225 "h": 3,
3226 "w": 10,
3227 "x": 12,
Andy Bavierd24d4002021-02-19 16:02:40 -07003228 "y": 16
Andy Bavierc6568702021-02-04 11:23:15 -07003229 },
3230 "hiddenSeries": false,
3231 "id": 277,
3232 "legend": {
3233 "alignAsTable": false,
3234 "avg": false,
3235 "current": false,
3236 "max": false,
3237 "min": false,
3238 "rightSide": true,
3239 "show": true,
3240 "total": false,
3241 "values": false
3242 },
3243 "lines": true,
3244 "linewidth": 0,
3245 "maxPerRow": 6,
3246 "nullPointMode": "null",
3247 "options": {
3248 "alertThreshold": true
3249 },
3250 "percentage": false,
3251 "pluginVersion": "7.1.5",
3252 "pointradius": 2,
3253 "points": false,
3254 "renderer": "flot",
3255 "repeatDirection": "h",
3256 "seriesOverrides": [],
3257 "spaceLength": 10,
3258 "stack": false,
3259 "steppedLine": true,
3260 "targets": [
3261 {
3262 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"})",
3263 "interval": "",
3264 "legendFormat": "Up",
3265 "refId": "D"
3266 },
3267 {
3268 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"}), 0))",
3269 "interval": "",
3270 "legendFormat": "Down: unscheduled",
3271 "refId": "A"
3272 },
3273 {
3274 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"})",
3275 "interval": "",
3276 "legendFormat": "Down: scheduled",
3277 "refId": "B"
3278 },
3279 {
3280 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-stanford2-prd\"}, 0))",
3281 "interval": "",
3282 "legendFormat": "Test down",
3283 "refId": "C"
3284 }
3285 ],
3286 "thresholds": [],
3287 "timeFrom": null,
3288 "timeRegions": [],
3289 "timeShift": null,
3290 "title": "",
3291 "tooltip": {
3292 "shared": true,
3293 "sort": 0,
3294 "value_type": "individual"
3295 },
3296 "type": "graph",
3297 "xaxis": {
3298 "buckets": null,
3299 "mode": "time",
3300 "name": null,
3301 "show": true,
3302 "values": []
3303 },
3304 "yaxes": [
3305 {
3306 "$$hashKey": "object:93",
3307 "decimals": 0,
3308 "format": "short",
3309 "label": "",
3310 "logBase": 1,
3311 "max": "1",
3312 "min": "-1",
3313 "show": true
3314 },
3315 {
3316 "$$hashKey": "object:94",
3317 "format": "short",
3318 "label": null,
3319 "logBase": 1,
3320 "max": null,
3321 "min": null,
3322 "show": false
3323 }
3324 ],
3325 "yaxis": {
3326 "align": false,
3327 "alignLevel": null
3328 }
3329 },
3330 {
3331 "datasource": "Google Cloud Monitoring",
3332 "description": "",
3333 "fieldConfig": {
3334 "defaults": {
3335 "custom": {},
3336 "mappings": [
3337 {
3338 "from": "",
3339 "id": 0,
3340 "operator": "",
3341 "text": "down",
3342 "to": "",
3343 "type": 1,
3344 "value": "0"
3345 },
3346 {
3347 "from": "",
3348 "id": 1,
3349 "operator": "",
3350 "text": "up",
3351 "to": "",
3352 "type": 1,
3353 "value": "1"
3354 }
3355 ],
3356 "max": 1,
3357 "min": 0,
3358 "thresholds": {
3359 "mode": "absolute",
3360 "steps": [
3361 {
3362 "color": "red",
3363 "value": null
3364 },
3365 {
3366 "color": "green",
3367 "value": 1
3368 }
3369 ]
3370 }
3371 },
3372 "overrides": [
3373 {
3374 "matcher": {
3375 "id": "byName",
3376 "options": "production-ace-stanford2-1"
3377 },
3378 "properties": [
3379 {
3380 "id": "displayName",
3381 "value": "Link 1"
3382 }
3383 ]
3384 },
3385 {
3386 "matcher": {
3387 "id": "byName",
3388 "options": "production-ace-stanford2-2"
3389 },
3390 "properties": [
3391 {
3392 "id": "displayName",
3393 "value": "Link 2"
3394 }
3395 ]
3396 }
3397 ]
3398 },
3399 "gridPos": {
3400 "h": 3,
3401 "w": 2,
3402 "x": 22,
Andy Bavierd24d4002021-02-19 16:02:40 -07003403 "y": 16
Andy Bavierc6568702021-02-04 11:23:15 -07003404 },
3405 "id": 295,
3406 "links": [],
3407 "options": {
3408 "colorMode": "background",
3409 "graphMode": "area",
3410 "justifyMode": "center",
3411 "orientation": "horizontal",
3412 "reduceOptions": {
3413 "calcs": [
3414 "last"
3415 ],
3416 "fields": "",
3417 "values": false
3418 },
3419 "textMode": "name"
3420 },
3421 "pluginVersion": "7.1.5",
3422 "targets": [
3423 {
3424 "metricQuery": {
3425 "aliasBy": "{{ metric.label.tunnel_name }}",
3426 "alignmentPeriod": "stackdriver-auto",
3427 "crossSeriesReducer": "REDUCE_NONE",
3428 "filters": [
3429 "metric.label.tunnel_name",
3430 "=",
3431 "production-ace-stanford2*"
3432 ],
3433 "groupBys": [],
3434 "metricKind": "GAUGE",
3435 "metricType": "vpn.googleapis.com/tunnel_established",
3436 "perSeriesAligner": "ALIGN_INTERPOLATE",
3437 "projectName": "onf-vpn",
3438 "unit": "1",
3439 "valueType": "DOUBLE"
3440 },
3441 "queryType": "metrics",
3442 "refId": "A"
3443 }
3444 ],
3445 "timeFrom": null,
3446 "timeShift": null,
3447 "title": "VPN",
3448 "transformations": [],
3449 "type": "stat"
3450 }
3451 ],
3452 "repeat": null,
3453 "title": "Pronto ACEs",
3454 "type": "row"
3455 },
3456 {
3457 "collapsed": true,
3458 "datasource": null,
3459 "gridPos": {
3460 "h": 1,
3461 "w": 24,
3462 "x": 0,
3463 "y": 1
3464 },
3465 "id": 220,
3466 "panels": [
3467 {
3468 "datasource": null,
3469 "fieldConfig": {
3470 "defaults": {
3471 "custom": {}
3472 },
3473 "overrides": []
3474 },
3475 "gridPos": {
3476 "h": 3,
3477 "w": 3,
3478 "x": 0,
3479 "y": 23
3480 },
3481 "id": 251,
3482 "links": [
3483 {
3484 "targetBlank": true,
3485 "title": "Drill down: cluster compute",
3486 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=ace-intel&${__url_time_range}"
3487 },
3488 {
3489 "targetBlank": true,
3490 "title": "Drill down: cluster networking",
3491 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=ace-intel&${__url_time_range}"
3492 },
3493 {
3494 "targetBlank": true,
3495 "title": "Drill down: nodes",
3496 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=ace-intel&${__url_time_range}"
3497 }
3498 ],
3499 "options": {
3500 "content": "# Intel Corp",
3501 "mode": "markdown"
3502 },
3503 "pluginVersion": "7.1.0",
3504 "timeFrom": null,
3505 "timeShift": null,
3506 "title": "",
3507 "type": "text"
3508 },
3509 {
3510 "datasource": "RANCHER_MONITORING_GLOBAL",
3511 "description": "",
3512 "fieldConfig": {
3513 "defaults": {
3514 "custom": {},
3515 "mappings": [
3516 {
3517 "from": "",
3518 "id": 1,
3519 "operator": "",
3520 "text": "err",
3521 "to": "",
3522 "type": 1,
3523 "value": "-1"
3524 },
3525 {
3526 "from": "",
3527 "id": 2,
3528 "operator": "",
3529 "text": "fail",
3530 "to": "",
3531 "type": 1,
3532 "value": "0"
3533 },
3534 {
3535 "from": "",
3536 "id": 3,
3537 "operator": "",
3538 "text": "?",
3539 "to": "",
3540 "type": 1,
3541 "value": "1"
3542 },
3543 {
3544 "from": "",
3545 "id": 4,
3546 "operator": "",
3547 "text": "ok",
3548 "to": "",
3549 "type": 1,
3550 "value": "2"
3551 },
3552 {
3553 "from": "",
3554 "id": 5,
3555 "operator": "",
3556 "text": "X",
3557 "to": "",
3558 "type": 1,
3559 "value": "-2"
3560 },
3561 {
3562 "from": "-100",
3563 "id": 6,
3564 "operator": "",
3565 "text": "maint",
3566 "to": "-3",
3567 "type": 2
3568 }
3569 ],
3570 "thresholds": {
3571 "mode": "absolute",
3572 "steps": [
3573 {
3574 "color": "red",
3575 "value": null
3576 },
3577 {
3578 "color": "#6ED0E0",
3579 "value": -100
3580 },
3581 {
3582 "color": "red",
3583 "value": -2
3584 },
3585 {
3586 "color": "#EAB839",
3587 "value": 1
3588 },
3589 {
3590 "color": "green",
3591 "value": 2
3592 }
3593 ]
3594 }
3595 },
3596 "overrides": []
3597 },
3598 "gridPos": {
3599 "h": 3,
3600 "w": 3,
3601 "x": 3,
3602 "y": 23
3603 },
3604 "id": 241,
3605 "links": [],
3606 "maxPerRow": 6,
3607 "options": {
3608 "colorMode": "background",
3609 "graphMode": "none",
3610 "justifyMode": "auto",
3611 "orientation": "horizontal",
3612 "reduceOptions": {
3613 "calcs": [
3614 "last"
3615 ],
3616 "fields": "",
3617 "values": false
3618 },
3619 "textMode": "auto"
3620 },
3621 "pluginVersion": "7.1.5",
3622 "repeatDirection": "h",
3623 "targets": [
3624 {
3625 "expr": "sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-intel\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"}))",
3626 "interval": "",
3627 "legendFormat": "Connect:",
3628 "refId": "A"
3629 },
3630 {
3631 "expr": "sum(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-intel\"} - (10*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"}))",
3632 "interval": "",
3633 "legendFormat": "Ping:",
3634 "refId": "B"
3635 }
3636 ],
3637 "timeFrom": null,
3638 "timeShift": null,
3639 "title": "Test results",
3640 "type": "stat"
3641 },
3642 {
3643 "datasource": "RANCHER_MONITORING_GLOBAL",
3644 "description": "",
3645 "fieldConfig": {
3646 "defaults": {
3647 "custom": {},
3648 "mappings": [],
3649 "thresholds": {
3650 "mode": "absolute",
3651 "steps": [
3652 {
3653 "color": "red",
3654 "value": null
3655 },
3656 {
3657 "color": "#EAB839",
3658 "value": 50
3659 },
3660 {
3661 "color": "green",
3662 "value": 95
3663 }
3664 ]
3665 },
3666 "unit": "percent"
3667 },
3668 "overrides": []
3669 },
3670 "gridPos": {
3671 "h": 3,
3672 "w": 3,
3673 "x": 6,
3674 "y": 23
3675 },
3676 "id": 242,
3677 "maxPerRow": 6,
3678 "options": {
3679 "colorMode": "background",
3680 "graphMode": "none",
3681 "justifyMode": "auto",
3682 "orientation": "horizontal",
3683 "reduceOptions": {
3684 "calcs": [
3685 "mean"
3686 ],
3687 "fields": "",
3688 "values": false
3689 },
3690 "textMode": "auto"
3691 },
3692 "pluginVersion": "7.1.5",
3693 "repeatDirection": "h",
3694 "targets": [
3695 {
3696 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-intel\"} - 1, 0) * 100)",
3697 "interval": "",
3698 "legendFormat": "Control Plane",
3699 "refId": "A"
3700 },
3701 {
3702 "expr": "sum(clamp_min(aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-intel\"} - 1, 0) * 100)",
3703 "interval": "",
3704 "legendFormat": "User Plane",
3705 "refId": "B"
3706 }
3707 ],
3708 "timeFrom": null,
3709 "timeShift": null,
3710 "title": "Uptime",
3711 "transformations": [],
3712 "type": "stat"
3713 },
3714 {
3715 "datasource": "RANCHER_MONITORING_GLOBAL",
3716 "description": "",
3717 "fieldConfig": {
3718 "defaults": {
3719 "custom": {},
3720 "decimals": 0,
3721 "mappings": [],
3722 "thresholds": {
3723 "mode": "absolute",
3724 "steps": [
3725 {
3726 "color": "green",
3727 "value": null
3728 },
3729 {
3730 "color": "#EAB839",
3731 "value": 1
3732 },
3733 {
3734 "color": "red",
3735 "value": 10
3736 }
3737 ]
3738 },
3739 "unit": "percent"
3740 },
3741 "overrides": []
3742 },
3743 "gridPos": {
3744 "h": 3,
3745 "w": 3,
3746 "x": 9,
3747 "y": 23
3748 },
3749 "id": 243,
3750 "maxPerRow": 6,
3751 "options": {
3752 "colorMode": "background",
3753 "graphMode": "none",
3754 "justifyMode": "auto",
3755 "orientation": "horizontal",
3756 "reduceOptions": {
3757 "calcs": [
3758 "mean"
3759 ],
3760 "fields": "",
3761 "values": false
3762 },
3763 "textMode": "auto"
3764 },
3765 "pluginVersion": "7.1.5",
3766 "repeatDirection": "h",
3767 "targets": [
3768 {
3769 "expr": "sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-intel\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-intel\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"}), 0)) * 100",
3770 "interval": "",
3771 "legendFormat": "Unscheduled",
3772 "refId": "A"
3773 },
3774 {
3775 "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"}) * 100",
3776 "interval": "",
3777 "legendFormat": "Scheduled",
3778 "refId": "B"
3779 }
3780 ],
3781 "timeFrom": null,
3782 "timeShift": null,
3783 "title": "Downtime",
3784 "transformations": [],
3785 "type": "stat"
3786 },
3787 {
3788 "aliasColors": {
3789 "Down, unsched": "red",
3790 "Down: unscheduled": "red",
3791 "Scheduled": "blue",
3792 "Scheduled downtime": "blue",
3793 "Test down": "yellow",
3794 "Unscheduled": "red",
3795 "Unscheduled downtime": "red"
3796 },
3797 "bars": false,
3798 "dashLength": 10,
3799 "dashes": false,
3800 "datasource": "RANCHER_MONITORING_GLOBAL",
3801 "description": "Uptime and downtime over time",
3802 "fieldConfig": {
3803 "defaults": {
3804 "custom": {}
3805 },
3806 "overrides": []
3807 },
3808 "fill": 10,
3809 "fillGradient": 0,
3810 "gridPos": {
3811 "h": 3,
3812 "w": 10,
3813 "x": 12,
3814 "y": 23
3815 },
3816 "hiddenSeries": false,
3817 "id": 230,
3818 "legend": {
3819 "alignAsTable": false,
3820 "avg": false,
3821 "current": false,
3822 "max": false,
3823 "min": false,
3824 "rightSide": true,
3825 "show": true,
3826 "total": false,
3827 "values": false
3828 },
3829 "lines": true,
3830 "linewidth": 0,
3831 "maxPerRow": 6,
3832 "nullPointMode": "null",
3833 "options": {
3834 "alertThreshold": true
3835 },
3836 "percentage": false,
3837 "pluginVersion": "7.1.5",
3838 "pointradius": 2,
3839 "points": false,
3840 "renderer": "flot",
3841 "repeatDirection": "h",
3842 "seriesOverrides": [],
3843 "spaceLength": 10,
3844 "stack": false,
3845 "steppedLine": true,
3846 "targets": [
3847 {
3848 "expr": "sum(clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-intel\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-intel\"} - 3, 0) - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"})",
3849 "interval": "",
3850 "legendFormat": "Up",
3851 "refId": "D"
3852 },
3853 {
3854 "expr": "-1 * sum(clamp_min(1 - (clamp_min(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-intel\"} + aetheredge_status_user_plane{endpoint=\"metrics80\",name=\"ace-intel\"} - 3, 0) + aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"}), 0))",
3855 "interval": "",
3856 "legendFormat": "Down: unscheduled",
3857 "refId": "A"
3858 },
3859 {
3860 "expr": "-1 * sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"})",
3861 "interval": "",
3862 "legendFormat": "Down: scheduled",
3863 "refId": "B"
3864 },
3865 {
3866 "expr": "-1 * sum(clamp_min((aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"ace-intel\"} * -1) - 1 - aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"ace-intel\"}, 0))",
3867 "interval": "",
3868 "legendFormat": "Test down",
3869 "refId": "C"
3870 }
3871 ],
3872 "thresholds": [],
3873 "timeFrom": null,
3874 "timeRegions": [],
3875 "timeShift": null,
3876 "title": "",
3877 "tooltip": {
3878 "shared": true,
3879 "sort": 0,
3880 "value_type": "individual"
3881 },
3882 "type": "graph",
3883 "xaxis": {
3884 "buckets": null,
3885 "mode": "time",
3886 "name": null,
3887 "show": true,
3888 "values": []
3889 },
3890 "yaxes": [
3891 {
3892 "$$hashKey": "object:93",
3893 "decimals": 0,
3894 "format": "short",
3895 "label": "",
3896 "logBase": 1,
3897 "max": "1",
3898 "min": "-1",
3899 "show": true
3900 },
3901 {
3902 "$$hashKey": "object:94",
3903 "format": "short",
3904 "label": null,
3905 "logBase": 1,
3906 "max": null,
3907 "min": null,
3908 "show": false
3909 }
3910 ],
3911 "yaxis": {
3912 "align": false,
3913 "alignLevel": null
3914 }
3915 },
3916 {
3917 "datasource": "Google Cloud Monitoring",
3918 "description": "",
3919 "fieldConfig": {
3920 "defaults": {
3921 "custom": {},
3922 "mappings": [
3923 {
3924 "from": "",
3925 "id": 0,
3926 "operator": "",
3927 "text": "down",
3928 "to": "",
3929 "type": 1,
3930 "value": "0"
3931 },
3932 {
3933 "from": "",
3934 "id": 1,
3935 "operator": "",
3936 "text": "up",
3937 "to": "",
3938 "type": 1,
3939 "value": "1"
3940 }
3941 ],
3942 "max": 1,
3943 "min": 0,
3944 "thresholds": {
3945 "mode": "absolute",
3946 "steps": [
3947 {
3948 "color": "red",
3949 "value": null
3950 },
3951 {
3952 "color": "green",
3953 "value": 1
3954 }
3955 ]
3956 }
3957 },
3958 "overrides": [
3959 {
3960 "matcher": {
3961 "id": "byName",
3962 "options": "production-ace-intel"
3963 },
3964 "properties": [
3965 {
3966 "id": "displayName",
3967 "value": "Link 1"
3968 }
3969 ]
3970 },
3971 {
3972 "matcher": {
3973 "id": "byName",
3974 "options": "production-ace-stanford2-2"
3975 },
3976 "properties": [
3977 {
3978 "id": "displayName",
3979 "value": "Link 2"
3980 }
3981 ]
3982 }
3983 ]
3984 },
3985 "gridPos": {
3986 "h": 2,
3987 "w": 2,
3988 "x": 22,
3989 "y": 23
3990 },
3991 "id": 298,
3992 "links": [],
3993 "options": {
3994 "colorMode": "background",
3995 "graphMode": "area",
3996 "justifyMode": "center",
3997 "orientation": "horizontal",
3998 "reduceOptions": {
3999 "calcs": [
4000 "last"
4001 ],
4002 "fields": "",
4003 "values": false
4004 },
4005 "textMode": "name"
4006 },
4007 "pluginVersion": "7.1.5",
4008 "targets": [
4009 {
4010 "metricQuery": {
4011 "aliasBy": "{{ metric.label.tunnel_name }}",
4012 "alignmentPeriod": "stackdriver-auto",
4013 "crossSeriesReducer": "REDUCE_NONE",
4014 "filters": [
4015 "metric.label.tunnel_name",
4016 "=",
4017 "production-ace-intel*"
4018 ],
4019 "groupBys": [],
4020 "metricKind": "GAUGE",
4021 "metricType": "vpn.googleapis.com/tunnel_established",
4022 "perSeriesAligner": "ALIGN_INTERPOLATE",
4023 "projectName": "onf-vpn",
4024 "unit": "1",
4025 "valueType": "DOUBLE"
4026 },
4027 "queryType": "metrics",
4028 "refId": "A"
4029 }
4030 ],
4031 "timeFrom": null,
4032 "timeShift": null,
4033 "title": "VPN",
4034 "transformations": [],
4035 "type": "stat"
4036 }
4037 ],
4038 "repeat": null,
4039 "title": "Aether ACEs",
4040 "type": "row"
4041 },
4042 {
4043 "collapsed": true,
4044 "datasource": null,
4045 "gridPos": {
4046 "h": 1,
4047 "w": 24,
4048 "x": 0,
4049 "y": 2
4050 },
4051 "id": 289,
4052 "panels": [
4053 {
4054 "datasource": "acc-gcp1",
4055 "fieldConfig": {
4056 "defaults": {
4057 "custom": {},
4058 "mappings": [],
4059 "thresholds": {
4060 "mode": "absolute",
4061 "steps": [
4062 {
4063 "color": "red",
4064 "value": null
4065 },
4066 {
4067 "color": "green",
4068 "value": 1
4069 }
4070 ]
4071 }
4072 },
4073 "overrides": []
4074 },
4075 "gridPos": {
4076 "h": 7,
4077 "w": 4,
4078 "x": 0,
4079 "y": 24
4080 },
4081 "id": 281,
4082 "options": {
4083 "colorMode": "value",
4084 "graphMode": "area",
4085 "justifyMode": "auto",
4086 "orientation": "horizontal",
4087 "reduceOptions": {
4088 "calcs": [
4089 "last"
4090 ],
4091 "fields": "",
4092 "values": false
4093 },
4094 "textMode": "auto"
4095 },
4096 "pluginVersion": "7.1.5",
4097 "targets": [
4098 {
4099 "expr": "sum(spgw_number_of_ue_attached{cp_mode=\"spgw\",state=\"active\",level=\"subscribers\",job=\"spgwc\"})",
4100 "interval": "",
4101 "legendFormat": "SPGW",
4102 "refId": "A"
4103 },
4104 {
4105 "expr": "sum(mme_number_of_ue_attached{endpoint=\"metrics3081\",level=\"subscribers\",sub_state=\"Active\"})",
4106 "interval": "",
4107 "legendFormat": "MME",
4108 "refId": "B"
4109 }
4110 ],
4111 "timeFrom": null,
4112 "timeShift": null,
4113 "title": "Active subscribers",
4114 "type": "stat"
4115 },
4116 {
4117 "aliasColors": {},
4118 "bars": false,
4119 "dashLength": 10,
4120 "dashes": false,
4121 "datasource": "acc-gcp1",
4122 "decimals": null,
4123 "fieldConfig": {
4124 "defaults": {
4125 "custom": {}
4126 },
4127 "overrides": []
4128 },
4129 "fill": 10,
4130 "fillGradient": 0,
4131 "gridPos": {
4132 "h": 5,
4133 "w": 10,
4134 "x": 4,
4135 "y": 24
4136 },
4137 "hiddenSeries": false,
4138 "id": 283,
4139 "legend": {
4140 "avg": false,
4141 "current": false,
4142 "hideZero": true,
4143 "max": false,
4144 "min": false,
4145 "rightSide": false,
4146 "show": true,
4147 "total": false,
4148 "values": false
4149 },
4150 "lines": true,
4151 "linewidth": 1,
4152 "nullPointMode": "null",
4153 "percentage": false,
4154 "pluginVersion": "7.1.5",
4155 "pointradius": 2,
4156 "points": false,
4157 "renderer": "flot",
4158 "seriesOverrides": [],
4159 "spaceLength": 10,
4160 "stack": true,
4161 "steppedLine": false,
4162 "targets": [
4163 {
4164 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"success\",mme_addr=\"\",proc_type=\"\"}[5m])) by (procedure)",
4165 "interval": "",
4166 "legendFormat": "{{procedure}}",
4167 "refId": "A"
4168 },
4169 {
4170 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"success\",mme_addr=\"\",proc_type=\"INITIAL_ATTACH\"}[5m])) by (proc_type)",
4171 "interval": "",
4172 "legendFormat": "{{proc_type}}",
4173 "refId": "B"
4174 }
4175 ],
4176 "thresholds": [],
4177 "timeFrom": null,
4178 "timeRegions": [],
4179 "timeShift": null,
4180 "title": "SPGW Procedures: Successes Per Second",
4181 "tooltip": {
4182 "shared": true,
4183 "sort": 0,
4184 "value_type": "individual"
4185 },
4186 "type": "graph",
4187 "xaxis": {
4188 "buckets": null,
4189 "mode": "time",
4190 "name": null,
4191 "show": true,
4192 "values": []
4193 },
4194 "yaxes": [
4195 {
4196 "$$hashKey": "object:3006",
4197 "format": "short",
4198 "label": null,
4199 "logBase": 1,
4200 "max": null,
4201 "min": null,
4202 "show": true
4203 },
4204 {
4205 "$$hashKey": "object:3007",
4206 "format": "short",
4207 "label": null,
4208 "logBase": 1,
4209 "max": null,
4210 "min": null,
4211 "show": true
4212 }
4213 ],
4214 "yaxis": {
4215 "align": false,
4216 "alignLevel": null
4217 }
4218 },
4219 {
4220 "aliasColors": {},
4221 "bars": false,
4222 "dashLength": 10,
4223 "dashes": false,
4224 "datasource": "acc-gcp1",
4225 "decimals": null,
4226 "fieldConfig": {
4227 "defaults": {
4228 "custom": {}
4229 },
4230 "overrides": []
4231 },
4232 "fill": 10,
4233 "fillGradient": 0,
4234 "gridPos": {
4235 "h": 5,
4236 "w": 10,
4237 "x": 14,
4238 "y": 24
4239 },
4240 "hiddenSeries": false,
4241 "id": 284,
4242 "legend": {
4243 "avg": false,
4244 "current": false,
4245 "hideZero": true,
4246 "max": false,
4247 "min": false,
4248 "rightSide": false,
4249 "show": true,
4250 "total": false,
4251 "values": false
4252 },
4253 "lines": true,
4254 "linewidth": 1,
4255 "nullPointMode": "null",
4256 "percentage": false,
4257 "pluginVersion": "7.1.5",
4258 "pointradius": 2,
4259 "points": false,
4260 "renderer": "flot",
4261 "seriesOverrides": [],
4262 "spaceLength": 10,
4263 "stack": true,
4264 "steppedLine": false,
4265 "targets": [
4266 {
4267 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"failure\",mme_addr=\"\",proc_type=\"\"}[5m])) by (procedure)",
4268 "interval": "",
4269 "legendFormat": "{{procedure}}",
4270 "refId": "A"
4271 },
4272 {
4273 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"failure\",mme_addr=\"\",proc_type=\"INITIAL_ATTACH\"}[5m])) by (proc_type)",
4274 "interval": "",
4275 "legendFormat": "{{proc_type}}",
4276 "refId": "B"
4277 }
4278 ],
4279 "thresholds": [],
4280 "timeFrom": null,
4281 "timeRegions": [],
4282 "timeShift": null,
4283 "title": "SPGW Procedures: Failures Per Second",
4284 "tooltip": {
4285 "shared": true,
4286 "sort": 0,
4287 "value_type": "individual"
4288 },
4289 "type": "graph",
4290 "xaxis": {
4291 "buckets": null,
4292 "mode": "time",
4293 "name": null,
4294 "show": true,
4295 "values": []
4296 },
4297 "yaxes": [
4298 {
4299 "$$hashKey": "object:3006",
4300 "format": "short",
4301 "label": null,
4302 "logBase": 1,
4303 "max": null,
4304 "min": null,
4305 "show": true
4306 },
4307 {
4308 "$$hashKey": "object:3007",
4309 "format": "short",
4310 "label": null,
4311 "logBase": 1,
4312 "max": null,
4313 "min": null,
4314 "show": true
4315 }
4316 ],
4317 "yaxis": {
4318 "align": false,
4319 "alignLevel": null
4320 }
4321 },
4322 {
4323 "aliasColors": {},
4324 "bars": false,
4325 "dashLength": 10,
4326 "dashes": false,
4327 "datasource": "acc-gcp1",
4328 "decimals": null,
4329 "fieldConfig": {
4330 "defaults": {
4331 "custom": {}
4332 },
4333 "overrides": []
4334 },
4335 "fill": 10,
4336 "fillGradient": 0,
4337 "gridPos": {
4338 "h": 5,
4339 "w": 10,
4340 "x": 4,
4341 "y": 29
4342 },
4343 "hiddenSeries": false,
4344 "id": 286,
4345 "legend": {
4346 "avg": false,
4347 "current": false,
4348 "hideZero": true,
4349 "max": false,
4350 "min": false,
4351 "rightSide": false,
4352 "show": true,
4353 "total": false,
4354 "values": false
4355 },
4356 "lines": true,
4357 "linewidth": 1,
4358 "nullPointMode": "null",
4359 "percentage": false,
4360 "pluginVersion": "7.1.5",
4361 "pointradius": 2,
4362 "points": false,
4363 "renderer": "flot",
4364 "seriesOverrides": [],
4365 "spaceLength": 10,
4366 "stack": true,
4367 "steppedLine": false,
4368 "targets": [
4369 {
4370 "expr": "sum(rate(number_of_procedures{endpoint=\"metrics3081\",mme_app=\"procedure\",proc_result=\"success\"}[5m])) by (procedure)",
4371 "interval": "",
4372 "legendFormat": "{{procedure}}",
4373 "refId": "A"
4374 }
4375 ],
4376 "thresholds": [],
4377 "timeFrom": null,
4378 "timeRegions": [],
4379 "timeShift": null,
4380 "title": "MME Procedures: Successes Per Second",
4381 "tooltip": {
4382 "shared": true,
4383 "sort": 0,
4384 "value_type": "individual"
4385 },
4386 "type": "graph",
4387 "xaxis": {
4388 "buckets": null,
4389 "mode": "time",
4390 "name": null,
4391 "show": true,
4392 "values": []
4393 },
4394 "yaxes": [
4395 {
4396 "$$hashKey": "object:3006",
4397 "format": "short",
4398 "label": null,
4399 "logBase": 1,
4400 "max": null,
4401 "min": null,
4402 "show": true
4403 },
4404 {
4405 "$$hashKey": "object:3007",
4406 "format": "short",
4407 "label": null,
4408 "logBase": 1,
4409 "max": null,
4410 "min": null,
4411 "show": true
4412 }
4413 ],
4414 "yaxis": {
4415 "align": false,
4416 "alignLevel": null
4417 }
4418 },
4419 {
4420 "aliasColors": {},
4421 "bars": false,
4422 "dashLength": 10,
4423 "dashes": false,
4424 "datasource": "acc-gcp1",
4425 "decimals": null,
4426 "fieldConfig": {
4427 "defaults": {
4428 "custom": {}
4429 },
4430 "overrides": []
4431 },
4432 "fill": 10,
4433 "fillGradient": 0,
4434 "gridPos": {
4435 "h": 5,
4436 "w": 10,
4437 "x": 14,
4438 "y": 29
4439 },
4440 "hiddenSeries": false,
4441 "id": 287,
4442 "legend": {
4443 "avg": false,
4444 "current": false,
4445 "hideEmpty": false,
4446 "hideZero": true,
4447 "max": false,
4448 "min": false,
4449 "rightSide": false,
4450 "show": true,
4451 "total": false,
4452 "values": false
4453 },
4454 "lines": true,
4455 "linewidth": 1,
4456 "nullPointMode": "null",
4457 "percentage": false,
4458 "pluginVersion": "7.1.5",
4459 "pointradius": 2,
4460 "points": false,
4461 "renderer": "flot",
4462 "seriesOverrides": [],
4463 "spaceLength": 10,
4464 "stack": true,
4465 "steppedLine": false,
4466 "targets": [
4467 {
4468 "expr": "sum(rate(number_of_procedures{endpoint=\"metrics3081\",mme_app=\"procedure\",proc_result=\"failure\"}[5m])) by (procedure)",
4469 "interval": "",
4470 "legendFormat": "{{procedure}}",
4471 "refId": "A"
4472 }
4473 ],
4474 "thresholds": [],
4475 "timeFrom": null,
4476 "timeRegions": [],
4477 "timeShift": null,
4478 "title": "MME Procedures: Failures Per Second",
4479 "tooltip": {
4480 "shared": true,
4481 "sort": 0,
4482 "value_type": "individual"
4483 },
4484 "type": "graph",
4485 "xaxis": {
4486 "buckets": null,
4487 "mode": "time",
4488 "name": null,
4489 "show": true,
4490 "values": []
4491 },
4492 "yaxes": [
4493 {
4494 "$$hashKey": "object:3006",
4495 "format": "short",
4496 "label": null,
4497 "logBase": 1,
4498 "max": null,
4499 "min": null,
4500 "show": true
4501 },
4502 {
4503 "$$hashKey": "object:3007",
4504 "format": "short",
4505 "label": null,
4506 "logBase": 1,
4507 "max": null,
4508 "min": null,
4509 "show": true
4510 }
4511 ],
4512 "yaxis": {
4513 "align": false,
4514 "alignLevel": null
4515 }
4516 },
4517 {
4518 "datasource": "acc-gcp1",
4519 "fieldConfig": {
4520 "defaults": {
4521 "custom": {},
4522 "mappings": [],
4523 "thresholds": {
4524 "mode": "absolute",
4525 "steps": [
4526 {
4527 "color": "red",
4528 "value": null
4529 },
4530 {
4531 "color": "green",
4532 "value": 1
4533 }
4534 ]
4535 }
4536 },
4537 "overrides": []
4538 },
4539 "gridPos": {
4540 "h": 8,
4541 "w": 4,
4542 "x": 0,
4543 "y": 31
4544 },
4545 "id": 279,
4546 "options": {
4547 "colorMode": "value",
4548 "graphMode": "none",
4549 "justifyMode": "auto",
4550 "orientation": "horizontal",
4551 "reduceOptions": {
4552 "calcs": [
4553 "last"
4554 ],
4555 "fields": "",
4556 "values": false
4557 },
4558 "textMode": "auto"
4559 },
4560 "pluginVersion": "7.1.5",
4561 "targets": [
4562 {
4563 "expr": "kube_statefulset_status_replicas_ready{namespace=\"omec\"}",
4564 "interval": "",
4565 "legendFormat": "{{ statefulset }}",
4566 "refId": "A"
4567 }
4568 ],
4569 "timeFrom": null,
4570 "timeShift": null,
4571 "title": "Ready replicas",
4572 "type": "stat"
4573 },
4574 {
4575 "aliasColors": {},
4576 "bars": false,
4577 "dashLength": 10,
4578 "dashes": false,
4579 "datasource": "acc-gcp1",
4580 "decimals": null,
4581 "description": "",
4582 "fieldConfig": {
4583 "defaults": {
4584 "custom": {}
4585 },
4586 "overrides": []
4587 },
4588 "fill": 10,
4589 "fillGradient": 0,
4590 "gridPos": {
4591 "h": 5,
4592 "w": 20,
4593 "x": 4,
4594 "y": 34
4595 },
4596 "hiddenSeries": false,
4597 "id": 285,
4598 "legend": {
4599 "avg": false,
4600 "current": false,
4601 "hideZero": true,
4602 "max": false,
4603 "min": false,
4604 "rightSide": true,
4605 "show": true,
4606 "total": false,
4607 "values": false
4608 },
4609 "lines": true,
4610 "linewidth": 1,
4611 "nullPointMode": "null",
4612 "percentage": false,
4613 "pluginVersion": "7.1.5",
4614 "pointradius": 2,
4615 "points": false,
4616 "renderer": "flot",
4617 "seriesOverrides": [],
4618 "spaceLength": 10,
4619 "stack": true,
4620 "steppedLine": false,
4621 "targets": [
4622 {
4623 "expr": "sum(rate(number_of_messages_sent{endpoint=\"metrics3081\",interface=\"s6a\"}[5m])) by (msg_type)",
4624 "interval": "",
4625 "legendFormat": "{{msg_type}}",
4626 "refId": "A"
4627 },
4628 {
4629 "expr": "sum(rate(number_of_messages_received{endpoint=\"metrics3081\",interface=\"s6a\"}[5m])) by (msg_type)",
4630 "interval": "",
4631 "legendFormat": "{{msg_type}}",
4632 "refId": "B"
4633 }
4634 ],
4635 "thresholds": [],
4636 "timeFrom": null,
4637 "timeRegions": [],
4638 "timeShift": null,
4639 "title": "HSS Messages Per Second",
4640 "tooltip": {
4641 "shared": true,
4642 "sort": 0,
4643 "value_type": "individual"
4644 },
4645 "type": "graph",
4646 "xaxis": {
4647 "buckets": null,
4648 "mode": "time",
4649 "name": null,
4650 "show": true,
4651 "values": []
4652 },
4653 "yaxes": [
4654 {
4655 "$$hashKey": "object:3006",
4656 "format": "short",
4657 "label": null,
4658 "logBase": 1,
4659 "max": null,
4660 "min": null,
4661 "show": true
4662 },
4663 {
4664 "$$hashKey": "object:3007",
4665 "format": "short",
4666 "label": null,
4667 "logBase": 1,
4668 "max": null,
4669 "min": null,
4670 "show": true
4671 }
4672 ],
4673 "yaxis": {
4674 "align": false,
4675 "alignLevel": null
4676 }
4677 }
4678 ],
4679 "title": "SD-CORE Activity",
4680 "type": "row"
4681 }
4682 ],
4683 "refresh": "5m",
4684 "schemaVersion": 26,
4685 "style": "dark",
4686 "tags": [],
4687 "templating": {
4688 "list": []
4689 },
4690 "time": {
4691 "from": "now-6h",
4692 "to": "now"
4693 },
4694 "timepicker": {
4695 "refresh_intervals": [
4696 "10s",
4697 "30s",
4698 "1m",
4699 "5m",
4700 "15m",
4701 "30m",
4702 "1h",
4703 "2h",
4704 "1d"
4705 ]
4706 },
4707 "timezone": "",
4708 "title": "Aether Connected Edge",
4709 "uid": "Y2z8vDtGz",
4710 "version": 1
4711}