blob: 8927804c64e9784fe3c7be777dd264c942eb0980 [file] [log] [blame]
Andy Baviera32f0822021-03-17 11:12: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 "id": 25,
19 "iteration": 1616004033148,
20 "links": [],
21 "panels": [
22 {
23 "datasource": "$cluster",
24 "fieldConfig": {
25 "defaults": {
26 "custom": {},
27 "mappings": [],
28 "thresholds": {
29 "mode": "absolute",
30 "steps": [
31 {
32 "color": "red",
33 "value": null
34 },
35 {
36 "color": "green",
37 "value": 1
38 }
39 ]
40 }
41 },
42 "overrides": []
43 },
44 "gridPos": {
45 "h": 7,
46 "w": 4,
47 "x": 0,
48 "y": 0
49 },
50 "id": 281,
51 "links": [
52 {
53 "targetBlank": true,
54 "title": "Drill down: cluster compute",
55 "url": "d/efa86fd1d0c121a26444b636a3f509a8/kubernetes-compute-resources-cluster?orgId=1&refresh=10s&var-datasource=${cluster}&${__url_time_range}"
56 },
57 {
58 "targetBlank": true,
59 "title": "Drill down: cluster networking",
60 "url": "d/ff635a025bcfea7bc3dd4f508990a3e9/kubernetes-networking-cluster?orgId=1&refresh=10s&var-resolution=5m&var-interval=4h&var-datasource=${cluster}&${__url_time_range}"
61 },
62 {
63 "targetBlank": true,
64 "title": "Drill down: nodes",
65 "url": "d/fa49a4706d07a042595b664c87fb33ea/nodes?orgId=1&var-datasource=${cluster}&${__url_time_range}"
66 },
67 {
68 "targetBlank": true,
69 "title": "Drill down: logs",
70 "url": "d/e2QUYvPMk/kubernetes-logs-pod?orgId=1&refresh=10s&var-es_datasource=${cluster}-es&var-es_namespace=omec&${__url_time_range}"
71 }
72 ],
73 "options": {
74 "colorMode": "value",
75 "graphMode": "area",
76 "justifyMode": "auto",
77 "orientation": "horizontal",
78 "reduceOptions": {
79 "calcs": [
80 "last"
81 ],
82 "fields": "",
83 "values": false
84 },
85 "textMode": "auto"
86 },
87 "pluginVersion": "7.1.5",
88 "targets": [
89 {
90 "expr": "sum(spgw_number_of_ue_attached{cp_mode=\"spgw\",state=\"active\",level=\"subscribers\",job=\"spgwc\"})",
91 "interval": "",
92 "legendFormat": "SPGW",
93 "refId": "A"
94 },
95 {
96 "expr": "sum(mme_number_of_ue_attached{endpoint=\"metrics3081\",level=\"subscribers\",sub_state=\"Active\"})",
97 "interval": "",
98 "legendFormat": "MME",
99 "refId": "B"
100 }
101 ],
102 "timeFrom": null,
103 "timeShift": null,
104 "title": "Active subscribers",
105 "type": "stat"
106 },
107 {
108 "aliasColors": {},
109 "bars": false,
110 "dashLength": 10,
111 "dashes": false,
112 "datasource": "$cluster",
113 "decimals": null,
114 "fieldConfig": {
115 "defaults": {
116 "custom": {}
117 },
118 "overrides": []
119 },
120 "fill": 10,
121 "fillGradient": 0,
122 "gridPos": {
123 "h": 5,
124 "w": 10,
125 "x": 4,
126 "y": 0
127 },
128 "hiddenSeries": false,
129 "id": 283,
130 "legend": {
131 "avg": false,
132 "current": false,
133 "hideZero": true,
134 "max": false,
135 "min": false,
136 "rightSide": false,
137 "show": true,
138 "total": false,
139 "values": false
140 },
141 "lines": true,
142 "linewidth": 1,
143 "links": [],
144 "nullPointMode": "null",
145 "percentage": false,
146 "pluginVersion": "7.1.5",
147 "pointradius": 2,
148 "points": false,
149 "renderer": "flot",
150 "seriesOverrides": [],
151 "spaceLength": 10,
152 "stack": true,
153 "steppedLine": false,
154 "targets": [
155 {
156 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"success\",mme_addr=\"\",proc_type=\"\"}[5m])) by (procedure)",
157 "hide": false,
158 "interval": "",
159 "legendFormat": "{{procedure}}",
160 "refId": "A"
161 },
162 {
163 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"success\",mme_addr=\"\",proc_type=\"INITIAL_ATTACH\"}[5m])) by (proc_type)",
164 "hide": false,
165 "interval": "",
166 "legendFormat": "{{proc_type}}",
167 "refId": "B"
168 }
169 ],
170 "thresholds": [],
171 "timeFrom": null,
172 "timeRegions": [],
173 "timeShift": null,
174 "title": "SPGW Procedures: Successes Per Second",
175 "tooltip": {
176 "shared": true,
177 "sort": 0,
178 "value_type": "individual"
179 },
180 "type": "graph",
181 "xaxis": {
182 "buckets": null,
183 "mode": "time",
184 "name": null,
185 "show": true,
186 "values": []
187 },
188 "yaxes": [
189 {
190 "$$hashKey": "object:3006",
191 "format": "short",
192 "label": null,
193 "logBase": 1,
194 "max": null,
195 "min": null,
196 "show": true
197 },
198 {
199 "$$hashKey": "object:3007",
200 "format": "short",
201 "label": null,
202 "logBase": 1,
203 "max": null,
204 "min": null,
205 "show": true
206 }
207 ],
208 "yaxis": {
209 "align": false,
210 "alignLevel": null
211 }
212 },
213 {
214 "aliasColors": {},
215 "bars": false,
216 "dashLength": 10,
217 "dashes": false,
218 "datasource": "$cluster",
219 "decimals": null,
220 "fieldConfig": {
221 "defaults": {
222 "custom": {}
223 },
224 "overrides": []
225 },
226 "fill": 10,
227 "fillGradient": 0,
228 "gridPos": {
229 "h": 5,
230 "w": 10,
231 "x": 14,
232 "y": 0
233 },
234 "hiddenSeries": false,
235 "id": 284,
236 "legend": {
237 "avg": false,
238 "current": false,
239 "hideZero": true,
240 "max": false,
241 "min": false,
242 "rightSide": false,
243 "show": true,
244 "total": false,
245 "values": false
246 },
247 "lines": true,
248 "linewidth": 1,
249 "links": [],
250 "nullPointMode": "null",
251 "percentage": false,
252 "pluginVersion": "7.1.5",
253 "pointradius": 2,
254 "points": false,
255 "renderer": "flot",
256 "seriesOverrides": [],
257 "spaceLength": 10,
258 "stack": true,
259 "steppedLine": false,
260 "targets": [
261 {
262 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"failure\",mme_addr=\"\",proc_type=\"\"}[5m])) by (procedure)",
263 "interval": "",
264 "legendFormat": "{{procedure}}",
265 "refId": "A"
266 },
267 {
268 "expr": "sum(rate(number_of_procedures{cp_mode=\"spgw\", service=\"spgwc\",result=\"failure\",mme_addr=\"\",proc_type=\"INITIAL_ATTACH\"}[5m])) by (proc_type)",
269 "interval": "",
270 "legendFormat": "{{proc_type}}",
271 "refId": "B"
272 }
273 ],
274 "thresholds": [],
275 "timeFrom": null,
276 "timeRegions": [],
277 "timeShift": null,
278 "title": "SPGW Procedures: Failures Per Second",
279 "tooltip": {
280 "shared": true,
281 "sort": 0,
282 "value_type": "individual"
283 },
284 "type": "graph",
285 "xaxis": {
286 "buckets": null,
287 "mode": "time",
288 "name": null,
289 "show": true,
290 "values": []
291 },
292 "yaxes": [
293 {
294 "$$hashKey": "object:3006",
295 "format": "short",
296 "label": null,
297 "logBase": 1,
298 "max": null,
299 "min": null,
300 "show": true
301 },
302 {
303 "$$hashKey": "object:3007",
304 "format": "short",
305 "label": null,
306 "logBase": 1,
307 "max": null,
308 "min": null,
309 "show": true
310 }
311 ],
312 "yaxis": {
313 "align": false,
314 "alignLevel": null
315 }
316 },
317 {
318 "aliasColors": {},
319 "bars": false,
320 "dashLength": 10,
321 "dashes": false,
322 "datasource": "$cluster",
323 "decimals": null,
324 "fieldConfig": {
325 "defaults": {
326 "custom": {}
327 },
328 "overrides": []
329 },
330 "fill": 10,
331 "fillGradient": 0,
332 "gridPos": {
333 "h": 5,
334 "w": 10,
335 "x": 4,
336 "y": 5
337 },
338 "hiddenSeries": false,
339 "id": 286,
340 "legend": {
341 "avg": false,
342 "current": false,
343 "hideZero": true,
344 "max": false,
345 "min": false,
346 "rightSide": false,
347 "show": true,
348 "total": false,
349 "values": false
350 },
351 "lines": true,
352 "linewidth": 1,
353 "links": [],
354 "nullPointMode": "null",
355 "percentage": false,
356 "pluginVersion": "7.1.5",
357 "pointradius": 2,
358 "points": false,
359 "renderer": "flot",
360 "seriesOverrides": [],
361 "spaceLength": 10,
362 "stack": true,
363 "steppedLine": false,
364 "targets": [
365 {
366 "expr": "sum(rate(number_of_procedures{endpoint=\"metrics3081\",mme_app=\"procedure\",proc_result=\"success\"}[5m])) by (procedure)",
367 "interval": "",
368 "legendFormat": "{{procedure}}",
369 "refId": "A"
370 }
371 ],
372 "thresholds": [],
373 "timeFrom": null,
374 "timeRegions": [],
375 "timeShift": null,
376 "title": "MME Procedures: Successes Per Second",
377 "tooltip": {
378 "shared": true,
379 "sort": 0,
380 "value_type": "individual"
381 },
382 "type": "graph",
383 "xaxis": {
384 "buckets": null,
385 "mode": "time",
386 "name": null,
387 "show": true,
388 "values": []
389 },
390 "yaxes": [
391 {
392 "$$hashKey": "object:3006",
393 "format": "short",
394 "label": null,
395 "logBase": 1,
396 "max": null,
397 "min": null,
398 "show": true
399 },
400 {
401 "$$hashKey": "object:3007",
402 "format": "short",
403 "label": null,
404 "logBase": 1,
405 "max": null,
406 "min": null,
407 "show": true
408 }
409 ],
410 "yaxis": {
411 "align": false,
412 "alignLevel": null
413 }
414 },
415 {
416 "aliasColors": {},
417 "bars": false,
418 "dashLength": 10,
419 "dashes": false,
420 "datasource": "$cluster",
421 "decimals": null,
422 "fieldConfig": {
423 "defaults": {
424 "custom": {}
425 },
426 "overrides": []
427 },
428 "fill": 10,
429 "fillGradient": 0,
430 "gridPos": {
431 "h": 5,
432 "w": 10,
433 "x": 14,
434 "y": 5
435 },
436 "hiddenSeries": false,
437 "id": 287,
438 "legend": {
439 "avg": false,
440 "current": false,
441 "hideEmpty": false,
442 "hideZero": true,
443 "max": false,
444 "min": false,
445 "rightSide": false,
446 "show": true,
447 "total": false,
448 "values": false
449 },
450 "lines": true,
451 "linewidth": 1,
452 "links": [],
453 "nullPointMode": "null",
454 "percentage": false,
455 "pluginVersion": "7.1.5",
456 "pointradius": 2,
457 "points": false,
458 "renderer": "flot",
459 "seriesOverrides": [],
460 "spaceLength": 10,
461 "stack": true,
462 "steppedLine": false,
463 "targets": [
464 {
465 "expr": "sum(rate(number_of_procedures{endpoint=\"metrics3081\",mme_app=\"procedure\",proc_result=\"failure\"}[5m])) by (procedure)",
466 "interval": "",
467 "legendFormat": "{{procedure}}",
468 "refId": "A"
469 }
470 ],
471 "thresholds": [],
472 "timeFrom": null,
473 "timeRegions": [],
474 "timeShift": null,
475 "title": "MME Procedures: Failures Per Second",
476 "tooltip": {
477 "shared": true,
478 "sort": 0,
479 "value_type": "individual"
480 },
481 "type": "graph",
482 "xaxis": {
483 "buckets": null,
484 "mode": "time",
485 "name": null,
486 "show": true,
487 "values": []
488 },
489 "yaxes": [
490 {
491 "$$hashKey": "object:3006",
492 "format": "short",
493 "label": null,
494 "logBase": 1,
495 "max": null,
496 "min": null,
497 "show": true
498 },
499 {
500 "$$hashKey": "object:3007",
501 "format": "short",
502 "label": null,
503 "logBase": 1,
504 "max": null,
505 "min": null,
506 "show": true
507 }
508 ],
509 "yaxis": {
510 "align": false,
511 "alignLevel": null
512 }
513 },
514 {
515 "datasource": "$cluster",
516 "fieldConfig": {
517 "defaults": {
518 "custom": {},
519 "mappings": [],
520 "thresholds": {
521 "mode": "absolute",
522 "steps": [
523 {
524 "color": "red",
525 "value": null
526 },
527 {
528 "color": "green",
529 "value": 1
530 }
531 ]
532 }
533 },
534 "overrides": []
535 },
536 "gridPos": {
537 "h": 8,
538 "w": 4,
539 "x": 0,
540 "y": 7
541 },
542 "id": 279,
543 "options": {
544 "colorMode": "value",
545 "graphMode": "none",
546 "justifyMode": "auto",
547 "orientation": "horizontal",
548 "reduceOptions": {
549 "calcs": [
550 "last"
551 ],
552 "fields": "",
553 "values": false
554 },
555 "textMode": "auto"
556 },
557 "pluginVersion": "7.1.5",
558 "targets": [
559 {
560 "expr": "kube_statefulset_status_replicas_ready{namespace=\"omec\"}",
561 "interval": "",
562 "legendFormat": "{{ statefulset }}",
563 "refId": "A"
564 }
565 ],
566 "timeFrom": null,
567 "timeShift": null,
568 "title": "Ready replicas",
569 "type": "stat"
570 },
571 {
572 "aliasColors": {},
573 "bars": false,
574 "dashLength": 10,
575 "dashes": false,
576 "datasource": "$cluster",
577 "decimals": null,
578 "description": "",
579 "fieldConfig": {
580 "defaults": {
581 "custom": {}
582 },
583 "overrides": []
584 },
585 "fill": 10,
586 "fillGradient": 0,
587 "gridPos": {
588 "h": 5,
589 "w": 20,
590 "x": 4,
591 "y": 10
592 },
593 "hiddenSeries": false,
594 "id": 285,
595 "legend": {
596 "avg": false,
597 "current": false,
598 "hideZero": true,
599 "max": false,
600 "min": false,
601 "rightSide": true,
602 "show": true,
603 "total": false,
604 "values": false
605 },
606 "lines": true,
607 "linewidth": 1,
608 "links": [],
609 "nullPointMode": "null",
610 "percentage": false,
611 "pluginVersion": "7.1.5",
612 "pointradius": 2,
613 "points": false,
614 "renderer": "flot",
615 "seriesOverrides": [],
616 "spaceLength": 10,
617 "stack": true,
618 "steppedLine": false,
619 "targets": [
620 {
621 "expr": "sum(rate(number_of_messages_sent{endpoint=\"metrics3081\",interface=\"s6a\"}[5m])) by (msg_type)",
622 "interval": "",
623 "legendFormat": "{{msg_type}}",
624 "refId": "A"
625 },
626 {
627 "expr": "sum(rate(number_of_messages_received{endpoint=\"metrics3081\",interface=\"s6a\"}[5m])) by (msg_type)",
628 "interval": "",
629 "legendFormat": "{{msg_type}}",
630 "refId": "B"
631 }
632 ],
633 "thresholds": [],
634 "timeFrom": null,
635 "timeRegions": [],
636 "timeShift": null,
637 "title": "HSS Messages Per Second",
638 "tooltip": {
639 "shared": true,
640 "sort": 0,
641 "value_type": "individual"
642 },
643 "type": "graph",
644 "xaxis": {
645 "buckets": null,
646 "mode": "time",
647 "name": null,
648 "show": true,
649 "values": []
650 },
651 "yaxes": [
652 {
653 "$$hashKey": "object:3006",
654 "format": "short",
655 "label": null,
656 "logBase": 1,
657 "max": null,
658 "min": null,
659 "show": true
660 },
661 {
662 "$$hashKey": "object:3007",
663 "format": "short",
664 "label": null,
665 "logBase": 1,
666 "max": null,
667 "min": null,
668 "show": true
669 }
670 ],
671 "yaxis": {
672 "align": false,
673 "alignLevel": null
674 }
675 }
676 ],
677 "refresh": "5m",
678 "schemaVersion": 26,
679 "style": "dark",
680 "tags": [],
681 "templating": {
682 "list": [
683 {
684 "current": {
685 "selected": false,
686 "text": "acc-gcp1",
687 "value": "acc-gcp1"
688 },
689 "hide": 0,
690 "includeAll": false,
691 "label": "Cluster",
692 "multi": false,
693 "name": "cluster",
694 "options": [],
695 "query": "prometheus",
696 "queryValue": "",
697 "refresh": 1,
698 "regex": ".*acc-.*",
699 "skipUrlSync": false,
700 "type": "datasource"
701 }
702 ]
703 },
704 "time": {
705 "from": "now-6h",
706 "to": "now"
707 },
708 "timepicker": {
709 "refresh_intervals": [
710 "10s",
711 "30s",
712 "1m",
713 "5m",
714 "15m",
715 "30m",
716 "1h",
717 "2h",
718 "1d"
719 ]
720 },
721 "timezone": "",
722 "title": "SD-CORE Dashboard",
723 "uid": "KJvAtZwMk",
724 "version": 1
725}