Open ianlewis opened 4 years ago
In the current containerd shim v2 implementation, we are not returning any stats in Stats, because gVisor doesn't support per-container stats yet.
We should add the support when gVisor supports it.
depends on https://github.com/google/gvisor/issues/172
Original issue: https://github.com/google/gvisor-containerd-shim/issues/15
After https://github.com/google/gvisor-containerd-shim/pull/50 we return some stats but not per-container stats.
In the current containerd shim v2 implementation, we are not returning any stats in Stats, because gVisor doesn't support per-container stats yet.
We should add the support when gVisor supports it.
depends on https://github.com/google/gvisor/issues/172