When we use containerd to run our applications, we can not collect the network metrics about containers. Can we add the network metrics into metrics.proto?
typeNetworkInterfacestruct {
// Name is the name of the network interface.NamestringRxBytesuint64RxPacketsuint64RxErrorsuint64RxDroppeduint64TxBytesuint64TxPacketsuint64TxErrorsuint64TxDroppeduint64
}ping @crosbymichael
When we use containerd to run our applications, we can not collect the network metrics about containers. Can we add the network metrics into metrics.proto?
ping @crosbymichael