Add kernel conntrack counters (#3434)

This commit is contained in:
Viktor Liu
2025-03-04 16:46:03 +01:00
committed by GitHub
parent 8c81a823fa
commit acf172b52c
9 changed files with 545 additions and 360 deletions

View File

@@ -59,6 +59,14 @@ message FlowFields {
// ICMP type and code
ICMPInfo icmp_info = 9;
}
// Number of packets
uint64 rx_packets = 10;
uint64 tx_packets = 11;
// Number of bytes
uint64 rx_bytes = 12;
uint64 tx_bytes = 13;
}
// Flow event types