modify packet io rx tx alert rule.

This commit is contained in:
fumingwei
2024-06-27 15:47:09 +08:00
parent 975a1b756f
commit 62b7e4f2a1
2 changed files with 313 additions and 102 deletions

View File

@@ -9,7 +9,7 @@
"Extension Label":"",
"Unit":"short",
"Duration":"1",
"Summary":"container {{ $labels.container }} restarted",
"Summary":"The container {{ $labels.container }} restarted.",
"Description":"",
"Receiver":"",
"Notices":"",
@@ -50,16 +50,16 @@
"Data link":"{\"dataLink\":[]}"
},
{
"Name":"TSG-OS packet-io rx missed",
"Name":"TSG-OS packet io nic rx drops (missed)",
"Type":"1",
"Evaluation interval ":"60",
"Timeout(s)":"300",
"Expression/OID":"rate(phy_rx_missed_total{service=\"packet-io-engine\",dev!~\"virtio_dign_(.*)\"}[5m])",
"Expression/OID":"irate(phy_rx_missed_total{service=\"packet-io-engine\",dev!~\"virtio_dign_(.*)\"}[5m])",
"Condition":"[{\"id\":1,\"weight\":1,\"operator\":\">\",\"value\":\"1000\"},{\"id\":2,\"weight\":2,\"operator\":\">\",\"value\":\"100\"},{\"id\":3,\"weight\":3,\"operator\":\">\",\"value\":\"10\"}]",
"Extension Label":"",
"Unit":"packets/sec(IEC)",
"Duration":"120",
"Summary":"Packet drops by NIC cards.",
"Summary":"The nic rx drops due to missed by packet io.",
"Description":"",
"Receiver":"",
"Notices":"",
@@ -75,7 +75,7 @@
"Data link":"{\"dataLink\":[]}"
},
{
"Name":"TSG-OS packet-io rx error",
"Name":"TSG-OS packet io nic rx error",
"Type":"1",
"Evaluation interval ":"60",
"Timeout(s)":"300",
@@ -84,7 +84,7 @@
"Extension Label":"",
"Unit":"packets/sec(IEC)",
"Duration":"60",
"Summary":"Packet drops by CRC errors.",
"Summary":"The nic rx error by packet io.",
"Description":"",
"Receiver":"",
"Notices":"",
@@ -200,7 +200,7 @@
"Data link":"{\"dataLink\":[]}"
},
{
"Name":"TSG-OS packet-io rx drop",
"Name":"TSG-OS traffic engines rx drops",
"Type":"1",
"Evaluation interval ":"60",
"Timeout(s)":"300",
@@ -209,7 +209,7 @@
"Extension Label":"",
"Unit":"packets/sec(IEC)",
"Duration":"180",
"Summary":"Packet drops by application for the poor performance.",
"Summary":"The packet rx drops by traffic engines.",
"Description":"",
"Receiver":"",
"Notices":"",
@@ -225,16 +225,16 @@
"Data link":"{\"dataLink\":[]}"
},
{
"Name":"TSG-OS packet-io tx missed",
"Name":"TSG-OS packet io nic tx error",
"Type":"1",
"Evaluation interval ":"60",
"Timeout(s)":"300",
"Expression/OID":"irate(phy_tx_error_total{service=\"packet-io-engine\"}[5m])",
"Expression/OID":"irate(phy_tx_error_total{service=\"packet-io-engine\", dev!~\"virtio_dign_(.*)\"}[5m])",
"Condition":"[{\"id\":1,\"weight\":1,\"operator\":\">\",\"value\":\"500\"},{\"id\":2,\"weight\":2,\"operator\":\">\",\"value\":\"50\"},{\"id\":3,\"weight\":3,\"operator\":\">\",\"value\":\"0\"}]",
"Extension Label":"",
"Unit":"packets/sec(IEC)",
"Duration":"60",
"Summary":"Packet I/O TX missed.",
"Summary":"The nic tx error by packet io.",
"Description":"",
"Receiver":"",
"Notices":"",
@@ -250,7 +250,7 @@
"Data link":"{\"dataLink\":[]}"
},
{
"Name":"TSG-OS packet-io tx drops",
"Name":"TSG-OS traffic engines tx drops",
"Type":"1",
"Evaluation interval ":"30",
"Timeout(s)":"300",
@@ -259,7 +259,32 @@
"Extension Label":"",
"Unit":"short",
"Duration":"180",
"Summary":"Packet TX Drops by applicaton poor performance.",
"Summary":"The packet tx drops by traffic engines.",
"Description":"",
"Receiver":"",
"Notices":"",
"State":"1",
"Automatic expired":"1",
"Schedule":"0",
"Effective times":"1,2,3,4,5,6,7",
"Start time":"00:00",
"End time":"23:59",
"Active notification":"0",
"Expired notification":"0",
"Trouble shooting":"<div class=\"editor-core ql-container ql-snow\"><div class=\"ql-editor\"><p><br></p></div></div>",
"Data link":"{\"dataLink\":[]}"
},
{
"Name":"TSG-OS packet io nic rx drops (nobuf)",
"Type":"1",
"Evaluation interval ":"60",
"Timeout(s)":"300",
"Expression/OID":"irate(phy_rx_nobuf_total{service=\"packet-io-engine\",dev!~\"virtio_dign_(.*)\"}[5m])",
"Condition":"[{\"id\":1,\"weight\":1,\"operator\":\">\",\"value\":\"1000\"},{\"id\":2,\"weight\":2,\"operator\":\">\",\"value\":\"100\"},{\"id\":3,\"weight\":3,\"operator\":\">\",\"value\":\"10\"}]",
"Extension Label":"",
"Unit":"packets/sec(IEC)",
"Duration":"120",
"Summary":"The nic rx drops due to nobuf by packet io.",
"Description":"",
"Receiver":"",
"Notices":"",

View File

@@ -82,7 +82,7 @@
},
"remark":"",
"x":"0.0",
"y":"4.0",
"y":"5.0",
"elements":[],
"datasource":"misc",
"children":[
@@ -451,7 +451,7 @@
"datasource":"metrics"
},
{
"name":"NIC RX Drops",
"name":"NIC RX Drops (missed)",
"span":"3.0",
"height":"2.0",
"type":"Line chart",
@@ -510,7 +510,7 @@
"thresholds":[
{
"color":"#fcb3f2",
"id":"133f1c9f"
"id":"427cef70"
}
],
"thresholdShow":true,
@@ -619,7 +619,7 @@
"nullType":"zero"
},
"remark":"",
"x":"6.0",
"x":"9.0",
"y":"2.0",
"elements":[
{
@@ -711,8 +711,8 @@
"nullType":"zero"
},
"remark":"",
"x":"9.0",
"y":"2.0",
"x":"3.0",
"y":"4.0",
"elements":[
{
"expression":"sum(irate(rx_bits_total{asset=\"{{asset.name}}\",service=\"packet-io-engine\"}[5m])) by (app)",
@@ -812,7 +812,7 @@
"nullType":"zero"
},
"remark":"",
"x":"0.0",
"x":"6.0",
"y":"4.0",
"elements":[
{
@@ -913,7 +913,7 @@
"nullType":"zero"
},
"remark":"",
"x":"3.0",
"x":"9.0",
"y":"4.0",
"elements":[
{
@@ -954,6 +954,192 @@
}
],
"datasource":"metrics"
},
{
"name":"NIC RX Drops (nobuf)",
"span":"3.0",
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":12,
"param":{
"rightYAxis":{
"elementNames":[],
"unit":2,
"style":"line",
"label":""
},
"stack":0,
"visibility":{
"result":"",
"varName":"",
"varValue":"",
"operator":""
},
"color":{
"mode":"palette",
"paletteColors":[
"#3685FF",
"#00DCA2",
"#00BFD0",
"#954Eff",
"#FFCB01",
"#f65A96",
"#FF9094",
"#00CCF5",
"#FF8BEA",
"#4D7693",
"#72577C",
"#99D750",
"#DD8270",
"#C475EE",
"#7E83FB",
"#7EB090",
"#CF6684",
"#4E55FF",
"#FF8D00",
"#FF5200"
]
},
"legend":{
"values":[],
"show":true,
"placement":"bottom"
},
"showHeader":1,
"link":"",
"tooltip":{
"mode":"all",
"sort":"none"
},
"thresholds":[
{
"color":"#fcb3f2",
"id":"6f18b2b1"
}
],
"thresholdShow":true,
"enable":{
"rightYAxis":false,
"thresholds":false,
"visibility":false,
"legend":true,
"tooltip":true,
"valueMapping":false
},
"valueMapping":[],
"dataLink":[],
"nullType":"zero"
},
"remark":"",
"x":"6.0",
"y":"2.0",
"elements":[
{
"expression":"sum(irate(phy_rx_nobuf_total{ asset=\"{{asset.name}}\",dev!~\"virtio_dign_(.*)\"}[5m])) by (dev)",
"legend":"{{dev}}",
"name":"A",
"orderNum":0,
"id":"",
"state":1,
"type":"expert",
"queryType":1
}
],
"datasource":"metrics"
},
{
"name":"NIC TX Errors",
"span":"3.0",
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":13,
"param":{
"rightYAxis":{
"elementNames":[],
"unit":2,
"style":"line",
"label":""
},
"stack":0,
"visibility":{
"result":"",
"varName":"",
"varValue":"",
"operator":""
},
"color":{
"mode":"palette",
"paletteColors":[
"#3685FF",
"#00DCA2",
"#00BFD0",
"#954Eff",
"#FFCB01",
"#f65A96",
"#FF9094",
"#00CCF5",
"#FF8BEA",
"#4D7693",
"#72577C",
"#99D750",
"#DD8270",
"#C475EE",
"#7E83FB",
"#7EB090",
"#CF6684",
"#4E55FF",
"#FF8D00",
"#FF5200"
]
},
"legend":{
"values":[],
"show":true,
"placement":"bottom"
},
"showHeader":1,
"link":"",
"tooltip":{
"mode":"all",
"sort":"none"
},
"thresholds":[
{
"color":"#fcb3f2",
"id":"64f5f65"
}
],
"thresholdShow":true,
"enable":{
"rightYAxis":false,
"thresholds":false,
"visibility":false,
"legend":true,
"tooltip":true,
"valueMapping":false
},
"valueMapping":[],
"dataLink":[],
"nullType":"zero"
},
"remark":"",
"x":"0.0",
"y":"4.0",
"elements":[
{
"expression":"sum(irate(phy_tx_error_total{ asset=\"{{asset.name}}\",dev!~\"virtio_dign_(.*)\"}[5m])) by(dev)",
"legend":"{{dev}}",
"name":"B",
"orderNum":0,
"id":"",
"state":1,
"type":"expert",
"queryType":1
}
],
"datasource":"metrics"
}
]
},
@@ -963,7 +1149,7 @@
"height":"1.0",
"type":"Group",
"unit":"short",
"weight":12,
"weight":14,
"param":{
"thresholds":[],
"visibility":{
@@ -1012,7 +1198,7 @@
},
"remark":"",
"x":"0.0",
"y":"4.34",
"y":"11.23",
"elements":[],
"datasource":"misc",
"children":[
@@ -1022,7 +1208,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"percent(0.0-1.0)",
"weight":13,
"weight":15,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1086,7 +1272,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bytes(IEC)",
"weight":14,
"weight":16,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1150,7 +1336,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":15,
"weight":17,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1251,7 +1437,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":16,
"weight":18,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1352,7 +1538,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":17,
"weight":19,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1453,7 +1639,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":18,
"weight":20,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1554,7 +1740,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":19,
"weight":21,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1655,7 +1841,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":20,
"weight":22,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1776,7 +1962,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":21,
"weight":23,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1897,7 +2083,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":22,
"weight":24,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -1998,7 +2184,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":23,
"weight":25,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2099,7 +2285,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":24,
"weight":26,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2200,7 +2386,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":25,
"weight":27,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2292,7 +2478,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":26,
"weight":28,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2384,7 +2570,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":27,
"weight":29,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2476,7 +2662,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":28,
"weight":30,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2568,7 +2754,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":29,
"weight":31,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2679,7 +2865,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":30,
"weight":32,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2743,7 +2929,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":31,
"weight":33,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2844,7 +3030,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":32,
"weight":34,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -2945,7 +3131,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":33,
"weight":35,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3046,7 +3232,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":34,
"weight":36,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3159,7 +3345,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":35,
"weight":37,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3272,7 +3458,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":36,
"weight":38,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3387,7 +3573,7 @@
"height":"1.0",
"type":"Group",
"unit":"short",
"weight":37,
"weight":39,
"param":{
"thresholds":[],
"visibility":{
@@ -3436,7 +3622,7 @@
},
"remark":"",
"x":"0.0",
"y":"16.68",
"y":"23.47",
"elements":[],
"datasource":"misc",
"children":[
@@ -3446,7 +3632,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"percent(0.0-1.0)",
"weight":38,
"weight":40,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3549,7 +3735,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bytes(IEC)",
"weight":39,
"weight":41,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3652,7 +3838,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":40,
"weight":42,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3755,7 +3941,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":41,
"weight":43,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3848,7 +4034,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":42,
"weight":44,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -3951,7 +4137,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":43,
"weight":45,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4044,7 +4230,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":44,
"weight":46,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4147,7 +4333,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":45,
"weight":47,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4240,7 +4426,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":46,
"weight":48,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4343,7 +4529,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":47,
"weight":49,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4446,7 +4632,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":48,
"weight":50,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4559,7 +4745,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":49,
"weight":51,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4672,7 +4858,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":50,
"weight":52,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4765,7 +4951,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":51,
"weight":53,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4858,7 +5044,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":52,
"weight":54,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -4951,7 +5137,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":53,
"weight":55,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5124,7 +5310,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":54,
"weight":56,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5237,7 +5423,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":55,
"weight":57,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5342,7 +5528,7 @@
"height":"1.0",
"type":"Group",
"unit":"short",
"weight":56,
"weight":58,
"param":{
"thresholds":[],
"visibility":{
@@ -5391,7 +5577,7 @@
},
"remark":"",
"x":"0.0",
"y":"27.36",
"y":"25.47",
"elements":[],
"datasource":"misc",
"children":[
@@ -5401,7 +5587,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":57,
"weight":59,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5504,7 +5690,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":58,
"weight":60,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5607,7 +5793,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":59,
"weight":61,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5710,7 +5896,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bytes/sec(SI)",
"weight":60,
"weight":62,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5823,7 +6009,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":61,
"weight":63,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -5936,7 +6122,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":62,
"weight":64,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6039,7 +6225,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":63,
"weight":65,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6152,7 +6338,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":64,
"weight":66,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6265,7 +6451,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":65,
"weight":67,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6378,7 +6564,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"us",
"weight":66,
"weight":68,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6521,7 +6707,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"percent(0.0-1.0)",
"weight":67,
"weight":69,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6624,7 +6810,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bytes(IEC)",
"weight":68,
"weight":70,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6729,7 +6915,7 @@
"height":"1.0",
"type":"Group",
"unit":"short",
"weight":69,
"weight":71,
"param":{
"thresholds":[],
"visibility":{
@@ -6778,7 +6964,7 @@
},
"remark":"",
"x":"0.0",
"y":"27.02",
"y":"24.47",
"elements":[],
"datasource":"misc",
"children":[
@@ -6788,7 +6974,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"percent(0.0-1.0)",
"weight":70,
"weight":72,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6891,7 +7077,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bytes(IEC)",
"weight":71,
"weight":73,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -6994,7 +7180,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":72,
"weight":74,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7097,7 +7283,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":73,
"weight":75,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7200,7 +7386,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":74,
"weight":76,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7293,7 +7479,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":75,
"weight":77,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7396,7 +7582,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":76,
"weight":78,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7489,7 +7675,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":77,
"weight":79,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7582,7 +7768,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":78,
"weight":80,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7675,7 +7861,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":79,
"weight":81,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7778,7 +7964,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"short",
"weight":80,
"weight":82,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7871,7 +8057,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":81,
"weight":83,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -7974,7 +8160,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"packets/sec(IEC)",
"weight":82,
"weight":84,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -8067,7 +8253,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":83,
"weight":85,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -8170,7 +8356,7 @@
"height":"2.0",
"type":"Line chart",
"unit":"bits/sec(SI)",
"weight":84,
"weight":86,
"param":{
"rightYAxis":{
"elementNames":[],
@@ -11460,7 +11646,7 @@
"thresholds":[
{
"color":"#ea38be",
"id":"422406f"
"id":"3ade7c1"
}
],
"thresholdShow":true,
@@ -11480,7 +11666,7 @@
"y":"0.0",
"elements":[
{
"expression":"sum(rate(phy_rx_missed_total{service=\"packet-io-engine\"}[2m])) + sum(rate(phy_rx_nobuf_total{service=\"packet-io-engine\"}[2m]))",
"expression":"sum(irate(phy_rx_missed_total{service=\"packet-io-engine\"}[2m])) + sum(irate(phy_rx_nobuf_total{service=\"packet-io-engine\"}[2m]))",
"legend":"Drops (by NICs)",
"name":"A",
"orderNum":0,
@@ -11946,7 +12132,7 @@
"thresholds":[
{
"color":"#52e5c5",
"id":"a6cbdf4"
"id":"dca405c"
}
],
"thresholdShow":true,
@@ -11967,7 +12153,7 @@
"y":"0.0",
"elements":[
{
"expression":"sum(rate(phy_rx_missed_total{service=\"packet-io-engine\"}[2m])) by (datacenter) + sum(rate(phy_rx_nobuf_total{service=\"packet-io-engine\"}[2m])) by (datacenter)",
"expression":"sum(irate(phy_rx_missed_total{service=\"packet-io-engine\"}[2m])) by (datacenter) + sum(irate(phy_rx_nobuf_total{service=\"packet-io-engine\"}[2m])) by (datacenter)",
"legend":"{{datacenter}}",
"name":"A",
"orderNum":0,