Skip to content

Commit 04a3fb0

Browse files
committed
Merge branch '517' into stage
2 parents f7364cc + a4c6384 commit 04a3fb0

File tree

3 files changed

+482
-498
lines changed

3 files changed

+482
-498
lines changed

content/cumulus-linux-517/Monitoring-and-Troubleshooting/Open-Telemetry-Export.md

Lines changed: 120 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,144 +1306,126 @@ When you enable control plane statistic telemetry, the switch exports the follow
13061306
13071307
| Name | Description |
13081308
|----- | ----------- |
1309-
| `nvswitch_control_plane_tx_packets` | Control plane transmit packets. |
1310-
| `nvswitch_control_plane_tx_bytes` | Control plane transmit bytes. |
1311-
| `nvswitch_control_plane_rx_packets` | Control plane receive packets. |
1312-
| `nvswitch_control_plane_rx_bytes` | Control plane receive bytes. |
1313-
| `nvswitch_control_plane_rx_buffer_drops` | Control plane receive buffer drops. |
1314-
| `nvswitch_control_plane_trap_rx_packets` | Control plane trap group receive packets. |
1315-
| `nvswitch_control_plane_trap_rx_event_count`| Control plane trap group receive events. |
1316-
| `nvswitch_control_plane_trap_rx_drop` | Control plane trap group receive drops. |
1317-
| `nvswitch_control_plane_trap_rx_bytes` | Control plane trap group receive bytes. |
1318-
| `nvswitch_control_plane_trap_group_rx_packets` | Control plane trap group receive packets. |
1319-
| `nvswitch_control_plane_trap_group_rx_bytes` | Control plane trap group receive bytes. |
1320-
| `nvswitch_control_plane_trap_group_pkt_violations` | Control plane trap group packet violations. |
1321-
| `node_netstat_Ip_InReceives` | Control plane input IPv4 packets |
1322-
| `node_netstat_Ip_InAddrErrors` | Control plane input IPv4 errors. |
1323-
| `node_netstat_Ip_InDelivers` | Control plane output IPv4 packets.. |
1324-
| `node_netstat_Ip6_InReceives` | Control plane input IPv6 packets. |
1325-
| `node_netstat_Ip6_InAddrErrors` | Control plane input IPv6 errors. |
1326-
| `node_netstat_Ip6_InDelivers` | Control plane output IPv6 packets. |
1327-
| `node_netstat_Ip_InReceives` | *|
1328-
| `node_netstat_Ip_InAddrErrors` | *|
1329-
| `node_netstat_Ip_InDelivers` | *|
1330-
| `node_netstat_Ip_InDiscards` | *|
1331-
| `node_netstat_Ip_InHdrErrors` | *|
1332-
| `node_netstat_Ip_InUnknownProtos` | *|
1333-
| `node_netstat_Ip_ForwDatagrams` | *|
1334-
| `node_netstat_Ip_ReasmOKs` | *|
1335-
| `node_netstat_Ip_ReasmFails` | *|
1336-
| `node_netstat_Ip_ReasmReqds` | *|
1337-
| `node_netstat_IpExt_InNoRoutes` | *|
1338-
| `node_netstat_IpExt_InOctets` | *|
1339-
| `node_netstat_IpExt_InMcastPkts` | *|
1340-
| `node_netstat_IpExt_InMcastOctets` | *|
1341-
| `node_netstat_IpExt_InBcastPkts` | *|
1342-
| `node_netstat_IpExt_InTruncatedPkts` | *|
1343-
| `node_netstat_Ip_OutRequests` | *|
1344-
| `node_netstat_Ip_OutDiscards` | *|
1345-
| `node_netstat_Ip_OutNoRoutes` | *|
1346-
| `node_netstat_Ip_FragOKs` | *|
1347-
| `node_netstat_Ip_FragFails` | *|
1348-
| `node_netstat_Ip_FragCreates` | *|
1349-
| `node_netstat_IpExt_OutOctets` | *|
1350-
| `node_netstat_IpExt_OutMcastPkts` | *|
1351-
| `node_netstat_IpExt_OutMcastOctets` | *|
1352-
| `node_netstat_IpExt_OutBcastPkts` | *|
1353-
| `node_netstat_Icmp_InMsgs` | *|
1354-
| `node_netstat_Icmp_InErrors` | *|
1355-
| `node_netstat_Icmp_InDestUnreachs` | *|
1356-
| `node_netstat_Icmp_InTimeExcds` | *|
1357-
| `node_netstat_Icmp_InEchos` | *|
1358-
| `node_netstat_Icmp_InEchoReps` | *|
1359-
| `node_netstat_Icmp_OutMsgs` | *|
1360-
| `node_netstat_Icmp_OutErrors` | *|
1361-
| `node_netstat_Icmp_OutDestUnreachs` | *|
1362-
| `node_netstat_Icmp_OutTimeExcds` | *|
1363-
| `node_netstat_Icmp_OutEchos` | *|
1364-
| `node_netstat_Icmp_OutEchoReps` | *|
1365-
| `node_netstat_Tcp_InSegs` | *|
1366-
| `node_netstat_Tcp_InErrs` | *|
1367-
| `node_netstat_Tcp_OutSegs` | *|
1368-
| `node_netstat_Tcp_RetransSegs` | *|
1369-
| `node_netstat_Tcp_ActiveOpens` | *|
1370-
| `node_netstat_Tcp_PassiveOpens` | *|
1371-
| `node_netstat_Tcp_AttemptFails` | *|
1372-
| `node_netstat_Tcp_EstabResets` | *|
1373-
| `node_netstat_Tcp_CurrEstab` | *|
1374-
| `node_netstat_Tcp_OutRsts` | *|
1375-
| `node_netstat_TcpExt_ListenDrops` | *|
1376-
| `node_netstat_TcpExt_ListenOverflows` | *|
1377-
| `node_netstat_TcpExt_TCPTimeouts` | *|
1378-
| `node_netstat_TcpExt_TCPSynRetrans` | *|
1379-
| `node_netstat_Udp_InDatagrams` | *|
1380-
| `node_netstat_Udp_InErrors` | *|
1381-
| `node_netstat_Udp_NoPorts` | *|
1382-
| `node_netstat_Udp_RcvbufErrors` | *|
1383-
| `node_netstat_Udp_OutDatagrams` | *|
1384-
| `node_netstat_Udp_SndbufErrors` | *|
1385-
| `node_netstat_Ip6_InReceives` | *|
1386-
| `node_netstat_Ip6_InAddrErrors` | *|
1387-
| `node_netstat_Ip6_InDelivers` | *|
1388-
| `node_netstat_Ip6_InDiscards` | *|
1389-
| `node_netstat_Ip6_InHdrErrors` | *|
1390-
| `node_netstat_Ip6_InUnknownProtos` | *|
1391-
| `node_netstat_Ip6_InNoRoutes` | *|
1392-
| `node_netstat_Ip6_InOctets` | *|
1393-
| `node_netstat_Ip6_InMcastPkts` | *|
1394-
| `node_netstat_Ip6_InMcastOctets` | *|
1395-
| `node_netstat_Ip6_InTruncatedPkts` | *|
1396-
| `node_netstat_Ip6_OutRequests` | *|
1397-
| `node_netstat_Ip6_OutDiscards` | *|
1398-
| `node_netstat_Ip6_OutNoRoutes` | *|
1399-
| `node_netstat_Ip6_OutForwDatagrams` | *|
1400-
| `node_netstat_Ip6_FragOKs` | *|
1401-
| `node_netstat_Ip6_FragFails` | *|
1402-
| `node_netstat_Ip6_FragCreates` | *|
1403-
| `node_netstat_Ip6_OutOctets` | *|
1404-
| `node_netstat_Ip6_OutMcastPkts` | *|
1405-
| `node_netstat_Ip6_OutMcastOctets` | *|
1406-
| `node_netstat_Ip6_ReasmOKs` | *|
1407-
| `node_netstat_Ip6_ReasmFails` | *|
1408-
| `node_netstat_Ip6_ReasmReqds` | *|
1409-
| `node_netstat_Icmp6_InMsgs` | *|
1410-
| `node_netstat_Icmp6_InErrors` | *|
1411-
| `node_netstat_Icmp6_InDestUnreachs` | *|
1412-
| `node_netstat_Icmp6_InTimeExcds` | *|
1413-
| `node_netstat_Icmp6_InEchos` | *|
1414-
| `node_netstat_Icmp6_InEchoReplies` | *|
1415-
| `node_netstat_Icmp6_OutMsgs` | *|
1416-
| `node_netstat_Icmp6_OutErrors` | *|
1417-
| `node_netstat_Icmp6_OutDestUnreachs` | *|
1418-
| `node_netstat_Icmp6_OutTimeExcds` | *|
1419-
| `node_netstat_Icmp6_OutEchos` | *|
1420-
| `node_netstat_Icmp6_OutEchoReplies` | *|
1421-
| `node_netstat_Udp6_InDatagrams` | *|
1422-
| `node_netstat_Udp6_InErrors` | *|
1423-
| `node_netstat_Udp6_NoPorts` | *|
1424-
| `node_netstat_Udp6_RcvbufErrors` | *|
1425-
| `node_netstat_Udp6_OutDatagrams` | *|
1426-
| `node_netstat_Udp6_SndbufErrors` | *|
1427-
| `node_netstat_Icmp6_InNeighborAdvertisements` | *|
1428-
| `node_netstat_Icmp6_InNeighborSolicits` | *|
1429-
| `node_netstat_Icmp6_InRedirects` | *|
1430-
| `node_netstat_Icmp6_InRouterAdvertisements` | *|
1431-
| `node_netstat_Icmp6_InRouterSolicits` | *|
1432-
| `node_netstat_Icmp6_OutNeighborAdvertisements` | *|
1433-
| `node_netstat_Icmp6_OutNeighborSolicits` | *|
1434-
| `node_netstat_Icmp6_OutRedirects` | *|
1435-
| `node_netstat_Icmp6_OutRouterAdvertisements` | *|
1436-
| `node_netstat_Icmp6_OutRouterSolicits` | *|
1437-
| `node_netstat_Icmp_InRedirects` | *|
1438-
| `node_netstat_Icmp_OutRedirects` | *|
1439-
| `node_netstat_Ip6_InCEPkts` | *|
1440-
| `node_netstat_Ip6_InECT0Pkts` | *|
1441-
| `node_netstat_Ip6_InECT1Pkts` | *|
1442-
| `node_netstat_Ip6_InNoECTPkts` | *|
1443-
| `node_netstat_IpExt_InCEPkts` | *|
1444-
| `node_netstat_IpExt_InECT0Pkts` | *|
1445-
| `node_netstat_IpExt_InECT1Pkts` | *|
1446-
| `node_netstat_IpExt_InNoECTPkts` | *|
1309+
| `node_netstat_Ip_InReceives` | *The number of IP packets received. |
1310+
| `node_netstat_Ip_InAddrErrors` | *The umber of IP packets dropped upon receipt due to errors in the destination or source IP address.|
1311+
| `node_netstat_Ip_InDelivers` | *The number of received IP packets that were successfully delivered to higher-level protocols (such as TCP or UDP).|
1312+
| `node_netstat_Ip_InDiscards` | *The number of IP packets received but dropped, often due to errors.|
1313+
| `node_netstat_Ip_InHdrErrors` | *The number of input IP packets discarded due to errors in their headers (bad checksums, version mismatch, or invalid length). |
1314+
| `node_netstat_Ip_InUnknownProtos` | *The number of incoming IP packets received with an unknown or unsupported protocol. |
1315+
| `node_netstat_Ip_ForwDatagrams` | *The number of IP packets forwarded. |
1316+
| `node_netstat_Ip_ReasmOKs` | *The number of IP packets successfully reassembled after being fragmented.|
1317+
| `node_netstat_Ip_ReasmFails` | *The number of IP packets that failed to reassemble.|
1318+
| `node_netstat_Ip_ReasmReqds` | *The number of IP packets that required reassembly.|
1319+
| `node_netstat_IpExt_InNoRoutes` | *The number of incoming IP packets discarded because no route could be found to the destination address. |
1320+
| `node_netstat_IpExt_InOctets` | *The number of bytes received through IP, representing incoming network traffic. |
1321+
| `node_netstat_IpExt_InMcastPkts` | *The number of IP multicast packets received.|
1322+
| `node_netstat_IpExt_InMcastOctets` | *The number of IP multicast bytes received.|
1323+
| `node_netstat_IpExt_InBcastPkts` | *The number of incoming IP broadcast packets received.|
1324+
| `node_netstat_IpExt_InTruncatedPkts` | *The number of truncated packets received.|
1325+
| `node_netstat_Ip_OutRequests` | *The number of packets sent.|
1326+
| `node_netstat_Ip_OutDiscards` | *The number of outgoing IP packets that were discarded, even though no errors were detected to prevent their transmission.|
1327+
| `node_netstat_Ip_OutNoRoutes` | *The number of IP packets dropped because a route could not be found. |
1328+
| `node_netstat_Ip_FragOKs` | *The number of IP packets that have been successfully fragmented. |
1329+
| `node_netstat_Ip_FragFails` | *The number of IP packets that have been discarded because they needed to be fragmented but could not be, or were otherwise failing fragmentation.|
1330+
| `node_netstat_Ip_FragCreates` | *The number of IP packets that have been generated as a result of fragmentation.|
1331+
| `node_netstat_IpExt_OutOctets` |*The number of bytes sent. |
1332+
| `node_netstat_IpExt_OutMcastPkts` | *The number of IP multicast packets sent.|
1333+
| `node_netstat_IpExt_OutMcastOctets` | *The number of IP multicast bytes sent. |
1334+
| `node_netstat_IpExt_OutBcastPkts` | *The number of IP broadcast packets sent.|
1335+
| `node_netstat_Icmp_InMsgs` | *The number of ICMP messages received.|
1336+
| `node_netstat_Icmp_InErrors` | *The number of ICMP errors received.|
1337+
| `node_netstat_Icmp_InDestUnreachs` | *The number of ICMP Destination Unreachable received. |
1338+
| `node_netstat_Icmp_InTimeExcds` | *The number of ICMP Time Exceeded messages received.|
1339+
| `node_netstat_Icmp_InEchos` | *The number of ICMP Echo Request messages (pings) received.|
1340+
| `node_netstat_Icmp_InEchoReps` | *The number of ICMP Echo Reply messages received.|
1341+
| `node_netstat_Icmp_OutMsgs` | *The number of ICMP messages sent.|
1342+
| `node_netstat_Icmp_OutErrors` | *The number of ICMP errors sent.|
1343+
| `node_netstat_Icmp_OutDestUnreachs` | *The number of outgoing ICMP Destination Unreachable packets sent.|
1344+
| `node_netstat_Icmp_OutTimeExcds` | *The number of ICMP Time Exceeded messages sent.|
1345+
| `node_netstat_Icmp_OutEchos` | *The number of ICMP Echo Request messages sent. |
1346+
| `node_netstat_Icmp_OutEchoReps` | *The number of ICMP Echo Reply (ping reply) messages sent.|
1347+
| `node_netstat_Tcp_InSegs` | *The number of TCP segments received.|
1348+
| `node_netstat_Tcp_InErrs` | *The number of TCP segments received that contained errors.|
1349+
| `node_netstat_Tcp_OutSegs` | *The number of TCP segments sent.|
1350+
| `node_netstat_Tcp_RetransSegs` | *The number of TCP segments retransmitted.|
1351+
| `node_netstat_Tcp_ActiveOpens` | *The number of TCP connections that have made a direct transition from the CLOSED state to the SYN-SENT state.|
1352+
| `node_netstat_Tcp_PassiveOpens` | *The number of TCP connections with a SYN that moved directly from the LISTEN state to SYN-RCVD.|
1353+
| `node_netstat_Tcp_AttemptFails` | *The number of times TCP connections have made a failed attempt to connect.|
1354+
| `node_netstat_Tcp_EstabResets` | *The number of TCP connections that have directly transitioned from an ESTABLISHED state to a CLOSED state.|
1355+
| `node_netstat_Tcp_CurrEstab` | *The number of TCP connections in the ESTABLISHED or CLOSE-WAIT state.|
1356+
| `node_netstat_Tcp_OutRsts` | *The number of TCP resends.|
1357+
| `node_netstat_TcpExt_ListenDrops` | *The number of TCP listne drops.|
1358+
| `node_netstat_TcpExt_ListenOverflows` | *The number of TCP listen overflows.|
1359+
| `node_netstat_TcpExt_TCPTimeouts` | *The number of TCP connections that timed out.|
1360+
| `node_netstat_TcpExt_TCPSynRetrans` | *The number of TCP SYN retransmissions.|
1361+
| `node_netstat_Udp_InDatagrams` | *The number of UDP packets received.|
1362+
| `node_netstat_Udp_InErrors` | *The number of UDP errors opens.|
1363+
| `node_netstat_Udp_NoPorts` | *The number of UDP no ports opens.|
1364+
| `node_netstat_Udp_RcvbufErrors` | *The number of UDP receive buffer errors. |
1365+
| `node_netstat_Udp_OutDatagrams` | *The number of UDP packets sent.|
1366+
| `node_netstat_Udp_SndbufErrors` | *The number of UDP send buffer errors.|
1367+
| `node_netstat_Ip6_InReceives` | *The number of IP packets received.|
1368+
| `node_netstat_Ip6_InAddrErrors` | *The number of IPv6 packets dropped due to address errors.|
1369+
| `node_netstat_Ip6_InDelivers` | *The number of incoming IPv6 packets delivered to upper-layer protocols.|
1370+
| `node_netstat_Ip6_InDiscards` | *The number of incoming IPv6 packets discarded.|
1371+
| `node_netstat_Ip6_InHdrErrors` | *The number of incoming IPv6 packets with hardware errors.|
1372+
| `node_netstat_Ip6_InUnknownProtos` | *The number of incoming IPv6 packets with unknown protocols.|
1373+
| `node_netstat_Ip6_InNoRoutes` | *The number of incoming IPv6 packets with no routes.|
1374+
| `node_netstat_Ip6_InOctets` | *The number of bytes received through IPv6. |
1375+
| `node_netstat_Ip6_InMcastPkts` | *The number of incoming IPv6 multicast packets|
1376+
| `node_netstat_Ip6_InMcastOctets` | *The number of incoming multicast bytes received through IPv6.|
1377+
| `node_netstat_Ip6_InTruncatedPkts` | *The number of incoming IPv6 truncated packets.|
1378+
| `node_netstat_Ip6_OutRequests` | *The number of IPv6 packets sent.|
1379+
| `node_netstat_Ip6_OutDiscards` | *The number of outgoing IPv6 packets intentionally dropped.|
1380+
| `node_netstat_Ip6_OutNoRoutes` | *The number of IPv6 packets dropped because no route could be found to their destination.|
1381+
| `node_netstat_Ip6_OutForwDatagrams` | *The number of IPv6 packets that the local node forwarded to other destinations.|
1382+
| `node_netstat_Ip6_FragOKs` | *The number of IPv6 packets successfully fragmented.|
1383+
| `node_netstat_Ip6_FragFails` | *The number of IPv6 packets that could not be fragmented due to size restrictions or errors.|
1384+
| `node_netstat_Ip6_FragCreates` | *The number of IPv6 packets fragmented into multiple packets. |
1385+
| `node_netstat_Ip6_OutOctets` | *The number of bytes sent in IPv6 packets.|
1386+
| `node_netstat_Ip6_OutMcastPkts` | *The number of IPv6 multicast packets sent.|
1387+
| `node_netstat_Ip6_OutMcastOctets` | *The number of octets (bytes) transmitted in IPv6 multicast packets. |
1388+
| `node_netstat_Ip6_ReasmOKs` | *The number of IPv6 packets successfully reassembled.|
1389+
| `node_netstat_Ip6_ReasmFails` | *The number of IPv6 packets that failed to reassemble successfully.|
1390+
| `node_netstat_Ip6_ReasmReqds` | *The number of IPv6 fragments that need to be reassembled. |
1391+
| `node_netstat_Icmp6_InMsgs` | *The number of ICMPv6 messages received. |
1392+
| `node_netstat_Icmp6_InErrors` | *The number of ICMPv6 errors received.|
1393+
| `node_netstat_Icmp6_InDestUnreachs` | *The number of ICMPv6 Destination Unreachable packets received. |
1394+
| `node_netstat_Icmp6_InTimeExcds` | *The number of ICMPv6 "Time Exceeded" messages received.|
1395+
| `node_netstat_Icmp6_InEchos` | *The number of ICMPv6 Echo Request messages (pings) received.|
1396+
| `node_netstat_Icmp6_InEchoReplies` | *The number of ICMPv6 Echo Reply messages (pings) received.|
1397+
| `node_netstat_Icmp6_OutMsgs` | *The number of ICMPv6 messages sent. |
1398+
| `node_netstat_Icmp6_OutErrors` | *The number of ICMPv6 errors sent.|
1399+
| `node_netstat_Icmp6_OutDestUnreachs` | *The number of ICMPv6 Destination Unreachable packets sent.|
1400+
| `node_netstat_Icmp6_OutTimeExcds` | *The number of ICMPv6 "Time Exceeded" messages sent.|
1401+
| `node_netstat_Icmp6_OutEchos` | *The number of ICMPv6 Echo Request messages (pings) sent.|
1402+
| `node_netstat_Icmp6_OutEchoReplies` | *The number of ICMPv6 Echo Reply messages (pings) sent.|
1403+
| `node_netstat_Udp6_InDatagrams` | *The number of UDP packets delivered to IPv6 users.|
1404+
| `node_netstat_Udp6_InErrors` | *The number of received UDP6 datagrams that could not be delivered, often due to errors.|
1405+
| `node_netstat_Udp6_NoPorts` | *The number of UDP6 no ports.|
1406+
| `node_netstat_Udp6_RcvbufErrors` | *The number of times a UDP6 packet was dropped because the receive buffer (Rcvbuf) was full.|
1407+
| `node_netstat_Udp6_OutDatagrams` | *The number of UDP datagrams sent through IPv6.|
1408+
| `node_netstat_Udp6_SndbufErrors` | *The number of UDPv6 packets that could not be sent due to send buffer errors.|
1409+
| `node_netstat_Icmp6_InNeighborAdvertisements` | *The number of ICMPv6 Neighbor Advertisement messages received.|
1410+
| `node_netstat_Icmp6_InNeighborSolicits` | *The number of ICMPv6 Neighbor Solicitation messages received.|
1411+
| `node_netstat_Icmp6_InRedirects` | *The number of ICMPv6 redirect messages received. |
1412+
| `node_netstat_Icmp6_InRouterAdvertisements` | *The number of ICMPv6 Type 134 messages (Router Advertisements) received.|
1413+
| `node_netstat_Icmp6_InRouterSolicits` | *The number of ICMPv6 Router Solicitation (RS) messages received.|
1414+
| `node_netstat_Icmp6_OutNeighborAdvertisements` | *The number of ICMPv6 Neighbor Advertisement messages sent.|
1415+
| `node_netstat_Icmp6_OutNeighborSolicits` | *The number of ICMPv6 Neighbor Solicitation messages sent.|
1416+
| `node_netstat_Icmp6_OutRedirects` | *The number of ICMPv6 Redirect messages sent.|
1417+
| `node_netstat_Icmp6_OutRouterAdvertisements` | *The number of IPv6 Router Advertisement (RA) messages sent.|
1418+
| `node_netstat_Icmp6_OutRouterSolicits` | *The number of ICMPv6 Router Solicitation (Type 133) messages sent.|
1419+
| `node_netstat_Icmp_InRedirects` | *The number of ICMP Redirect messages received.|
1420+
| `node_netstat_Icmp_OutRedirects` | *The number of ICMP Out Redirects.|
1421+
| `node_netstat_Ip6_InCEPkts` | *The number of received IPv6 packets with the Congestion Experienced (CE) codepoint set.|
1422+
| `node_netstat_Ip6_InECT0Pkts` | *The number of received IPv6 packets with the ECN-Capable Transport (ECT) codepoint '0' set (ECT(0)).|
1423+
| `node_netstat_Ip6_InECT1Pkts` | *The number of incoming IPv6 packets received with the ECN (Explicit Congestion Notification) Codepoint 1 (ECT1) set. |
1424+
| `node_netstat_Ip6_InNoECTPkts` | *The number of incoming IPv6 packets received that do not have the ECN-Capable Transport (ECT) codepoint set.|
1425+
| `node_netstat_IpExt_InCEPkts` | *The number of incoming IP packets received with the Congestion Experienced (CE) codepoint set.|
1426+
| `node_netstat_IpExt_InECT0Pkts` | *The number of IP datagrams received with the ECN (Explicit Congestion Notification) codepoint "ECT(0)".|
1427+
| `node_netstat_IpExt_InECT1Pkts` | *The number of IP packets received with ECN (Explicit Congestion Notification) capable transport, specifically ECT(1) codepoint.|
1428+
| `node_netstat_IpExt_InNoECTPkts` | *The number of IP packets received with no ECN (Explicit Congestion Notification) capable transport.|
14471429
14481430
{{< expand "Example JSON data for nvswitch_control_plane_trap_rx_drop:" >}}
14491431
```

0 commit comments

Comments
 (0)