This repository was archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Add network stats #535
Comments
Looks good! We can proceed once containerd merges containerd/cgroups#81 |
Ok. We can wait for the merging to be completed |
ZeroMagic
added a commit
to ZeroMagic/agent
that referenced
this issue
Apr 18, 2019
So that agent can transfer network stats to runtime Fixes: kata-containers#535 Signed-off-by: ZeroMagic <[email protected]>
ZeroMagic
added a commit
to ZeroMagic/agent
that referenced
this issue
Apr 18, 2019
So that agent can transfer network stats to runtime Fixes: kata-containers#535 Signed-off-by: ZeroMagic <[email protected]>
ZeroMagic
added a commit
to ZeroMagic/agent
that referenced
this issue
Apr 19, 2019
So that agent can transfer network stats to runtime Fixes: kata-containers#535 Signed-off-by: ZeroMagic <[email protected]>
ZeroMagic
added a commit
to ZeroMagic/agent
that referenced
this issue
Apr 19, 2019
So that agent can transfer network stats to runtime Fixes: kata-containers#535 Signed-off-by: ZeroMagic <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
Currently KataContainers collect the stats from libcontainer Stats() API.
The libcontainer Stats() API has collected the network stats. However KataContainers do not transfer the network stats now. Can we add network stats ? The network stats will help us to improve our service quality.
Expected result
kata-agent will transfer the network stats to kata-runtime. Then I will also do some work in kata-runtime to convert vc.ContainerStats to containerd/cgroups.Metrics. I have proposed a pull request in containerd/cgroups repo. containerd/cgroups#81
The text was updated successfully, but these errors were encountered: