|
18 | 18 | "editable": true, |
19 | 19 | "fiscalYearStartMonth": 0, |
20 | 20 | "graphTooltip": 0, |
21 | | - "id": 4, |
| 21 | + "id": 2, |
22 | 22 | "links": [], |
23 | 23 | "liveNow": false, |
24 | 24 | "panels": [ |
|
71 | 71 | "justifyMode": "auto", |
72 | 72 | "orientation": "auto", |
73 | 73 | "reduceOptions": { |
74 | | - "calcs": [ |
75 | | - "lastNotNull" |
76 | | - ], |
| 74 | + "calcs": ["lastNotNull"], |
77 | 75 | "fields": "", |
78 | 76 | "values": false |
79 | 77 | }, |
|
138 | 136 | "options": { |
139 | 137 | "orientation": "auto", |
140 | 138 | "reduceOptions": { |
141 | | - "calcs": [ |
142 | | - "lastNotNull" |
143 | | - ], |
| 139 | + "calcs": ["lastNotNull"], |
144 | 140 | "fields": "", |
145 | 141 | "values": false |
146 | 142 | }, |
|
312 | 308 | "justifyMode": "auto", |
313 | 309 | "orientation": "auto", |
314 | 310 | "reduceOptions": { |
315 | | - "calcs": [ |
316 | | - "lastNotNull" |
317 | | - ], |
| 311 | + "calcs": ["lastNotNull"], |
318 | 312 | "fields": "", |
319 | 313 | "values": false |
320 | 314 | }, |
|
582 | 576 | "justifyMode": "auto", |
583 | 577 | "orientation": "auto", |
584 | 578 | "reduceOptions": { |
585 | | - "calcs": [ |
586 | | - "lastNotNull" |
587 | | - ], |
| 579 | + "calcs": ["lastNotNull"], |
588 | 580 | "fields": "", |
589 | 581 | "values": false |
590 | 582 | }, |
|
710 | 702 | "title": "Batches Reverted", |
711 | 703 | "type": "timeseries" |
712 | 704 | }, |
| 705 | + { |
| 706 | + "datasource": { |
| 707 | + "type": "prometheus", |
| 708 | + "uid": "prometheus" |
| 709 | + }, |
| 710 | + "description": "Measures websocket connections that were abnormally disconnected.", |
| 711 | + "fieldConfig": { |
| 712 | + "defaults": { |
| 713 | + "color": { |
| 714 | + "mode": "palette-classic" |
| 715 | + }, |
| 716 | + "custom": { |
| 717 | + "axisCenteredZero": false, |
| 718 | + "axisColorMode": "text", |
| 719 | + "axisLabel": "", |
| 720 | + "axisPlacement": "auto", |
| 721 | + "barAlignment": 0, |
| 722 | + "drawStyle": "line", |
| 723 | + "fillOpacity": 0, |
| 724 | + "gradientMode": "none", |
| 725 | + "hideFrom": { |
| 726 | + "legend": false, |
| 727 | + "tooltip": false, |
| 728 | + "viz": false |
| 729 | + }, |
| 730 | + "insertNulls": false, |
| 731 | + "lineInterpolation": "linear", |
| 732 | + "lineWidth": 1, |
| 733 | + "pointSize": 5, |
| 734 | + "scaleDistribution": { |
| 735 | + "type": "linear" |
| 736 | + }, |
| 737 | + "showPoints": "auto", |
| 738 | + "spanNulls": false, |
| 739 | + "stacking": { |
| 740 | + "group": "A", |
| 741 | + "mode": "none" |
| 742 | + }, |
| 743 | + "thresholdsStyle": { |
| 744 | + "mode": "off" |
| 745 | + } |
| 746 | + }, |
| 747 | + "mappings": [], |
| 748 | + "thresholds": { |
| 749 | + "mode": "absolute", |
| 750 | + "steps": [ |
| 751 | + { |
| 752 | + "color": "green", |
| 753 | + "value": null |
| 754 | + }, |
| 755 | + { |
| 756 | + "color": "red", |
| 757 | + "value": 80 |
| 758 | + } |
| 759 | + ] |
| 760 | + } |
| 761 | + }, |
| 762 | + "overrides": [] |
| 763 | + }, |
| 764 | + "gridPos": { |
| 765 | + "h": 8, |
| 766 | + "w": 12, |
| 767 | + "x": 0, |
| 768 | + "y": 19 |
| 769 | + }, |
| 770 | + "id": 20, |
| 771 | + "interval": "1m", |
| 772 | + "options": { |
| 773 | + "legend": { |
| 774 | + "calcs": [], |
| 775 | + "displayMode": "list", |
| 776 | + "placement": "bottom", |
| 777 | + "showLegend": true |
| 778 | + }, |
| 779 | + "tooltip": { |
| 780 | + "mode": "single", |
| 781 | + "sort": "none" |
| 782 | + } |
| 783 | + }, |
| 784 | + "targets": [ |
| 785 | + { |
| 786 | + "datasource": { |
| 787 | + "type": "prometheus", |
| 788 | + "uid": "prometheus" |
| 789 | + }, |
| 790 | + "disableTextWrap": false, |
| 791 | + "editorMode": "builder", |
| 792 | + "expr": "broken_ws_connections{job=\"aligned-batcher\"}", |
| 793 | + "fullMetaSearch": false, |
| 794 | + "includeNullMetadata": true, |
| 795 | + "instant": false, |
| 796 | + "legendFormat": "__auto", |
| 797 | + "range": true, |
| 798 | + "refId": "A", |
| 799 | + "useBackend": false |
| 800 | + } |
| 801 | + ], |
| 802 | + "title": "Broken websocket connections", |
| 803 | + "type": "timeseries" |
| 804 | + }, |
713 | 805 | { |
714 | 806 | "collapsed": true, |
715 | 807 | "gridPos": { |
716 | 808 | "h": 1, |
717 | 809 | "w": 24, |
718 | 810 | "x": 0, |
719 | | - "y": 19 |
| 811 | + "y": 27 |
720 | 812 | }, |
721 | 813 | "id": 10, |
722 | 814 | "panels": [ |
|
758 | 850 | "h": 7, |
759 | 851 | "w": 10, |
760 | 852 | "x": 0, |
761 | | - "y": 34 |
| 853 | + "y": 42 |
762 | 854 | }, |
763 | 855 | "id": 9, |
764 | 856 | "options": { |
|
767 | 859 | "justifyMode": "auto", |
768 | 860 | "orientation": "auto", |
769 | 861 | "reduceOptions": { |
770 | | - "calcs": [ |
771 | | - "lastNotNull" |
772 | | - ], |
| 862 | + "calcs": ["lastNotNull"], |
773 | 863 | "fields": "", |
774 | 864 | "values": false |
775 | 865 | }, |
|
910 | 1000 | "h": 7, |
911 | 1001 | "w": 10, |
912 | 1002 | "x": 10, |
913 | | - "y": 34 |
| 1003 | + "y": 42 |
914 | 1004 | }, |
915 | 1005 | "id": 1, |
916 | 1006 | "options": { |
|
974 | 1064 | "h": 7, |
975 | 1065 | "w": 5, |
976 | 1066 | "x": 0, |
977 | | - "y": 41 |
| 1067 | + "y": 49 |
978 | 1068 | }, |
979 | 1069 | "id": 8, |
980 | 1070 | "options": { |
|
983 | 1073 | "justifyMode": "auto", |
984 | 1074 | "orientation": "auto", |
985 | 1075 | "reduceOptions": { |
986 | | - "calcs": [ |
987 | | - "lastNotNull" |
988 | | - ], |
| 1076 | + "calcs": ["lastNotNull"], |
989 | 1077 | "fields": "", |
990 | 1078 | "values": false |
991 | 1079 | }, |
|
1044 | 1132 | "h": 7, |
1045 | 1133 | "w": 5, |
1046 | 1134 | "x": 5, |
1047 | | - "y": 41 |
| 1135 | + "y": 49 |
1048 | 1136 | }, |
1049 | 1137 | "id": 7, |
1050 | 1138 | "options": { |
|
1053 | 1141 | "justifyMode": "auto", |
1054 | 1142 | "orientation": "auto", |
1055 | 1143 | "reduceOptions": { |
1056 | | - "calcs": [ |
1057 | | - "lastNotNull" |
1058 | | - ], |
| 1144 | + "calcs": ["lastNotNull"], |
1059 | 1145 | "fields": "", |
1060 | 1146 | "values": false |
1061 | 1147 | }, |
|
1109 | 1195 | "h": 7, |
1110 | 1196 | "w": 5, |
1111 | 1197 | "x": 0, |
1112 | | - "y": 48 |
| 1198 | + "y": 56 |
1113 | 1199 | }, |
1114 | 1200 | "id": 2, |
1115 | 1201 | "options": { |
|
1118 | 1204 | "justifyMode": "auto", |
1119 | 1205 | "orientation": "auto", |
1120 | 1206 | "reduceOptions": { |
1121 | | - "calcs": [ |
1122 | | - "lastNotNull" |
1123 | | - ], |
| 1207 | + "calcs": ["lastNotNull"], |
1124 | 1208 | "fields": "", |
1125 | 1209 | "values": false |
1126 | 1210 | }, |
|
1179 | 1263 | "h": 7, |
1180 | 1264 | "w": 5, |
1181 | 1265 | "x": 5, |
1182 | | - "y": 48 |
| 1266 | + "y": 56 |
1183 | 1267 | }, |
1184 | 1268 | "id": 5, |
1185 | 1269 | "options": { |
|
1188 | 1272 | "justifyMode": "auto", |
1189 | 1273 | "orientation": "auto", |
1190 | 1274 | "reduceOptions": { |
1191 | | - "calcs": [ |
1192 | | - "lastNotNull" |
1193 | | - ], |
| 1275 | + "calcs": ["lastNotNull"], |
1194 | 1276 | "fields": "", |
1195 | 1277 | "values": false |
1196 | 1278 | }, |
|
1241 | 1323 | "timezone": "browser", |
1242 | 1324 | "title": "Aggregator Data", |
1243 | 1325 | "uid": "aggregator", |
1244 | | - "version": 10, |
| 1326 | + "version": 6, |
1245 | 1327 | "weekStart": "" |
1246 | 1328 | } |
0 commit comments