Hello, Since release v2.1.14-2, our machines using bond interface do not send metrics anymore, while it works when using the bond slave interfaces. This does not send metrics anymore: ``` pcap { dev=bond0 } ``` This works: ``` pcap { dev=eth0 } pcap { dev=eth1 } ```