File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -95,3 +95,26 @@ This value is from the result of `iptables -t nat -L POSTROUTING -vn`.
9595| ` namespace ` | The egress resource namespace |
9696| ` egress ` | The egress resource name |
9797| ` pod ` | The pod name |
98+
99+ ### ` coil_egress_nftables_invalid_packets_total `
100+
101+ This is the total number of packets dropped as invalid packets by iptables in a egress NAT pod.
102+ This value is from the result of ` iptables -t filter -L -vn ` .
103+
104+ | Label | Description |
105+ | ----------- | ----------------------------- |
106+ | ` namespace ` | The egress resource namespace |
107+ | ` egress ` | The egress resource name |
108+ | ` pod ` | The pod name |
109+
110+ ### ` coil_egress_nftables_invalid_bytes_total `
111+
112+ This is the total bytes of packets dropped as invalid packets by iptables in a egress NAT pod.
113+ This value is from the result of ` iptables -t filter -L -vn ` .
114+
115+ | Label | Description |
116+ | ----------- | ----------------------------- |
117+ | ` namespace ` | The egress resource namespace |
118+ | ` egress ` | The egress resource name |
119+ | ` pod ` | The pod name |
120+
You can’t perform that action at this time.
0 commit comments