google / gvisor-containerd-shim

containerd shim for gVisor
https://gvisor.dev
Apache License 2.0
79 stars 30 forks source link

Support container stats #15

Open Random-Liu opened 5 years ago

Random-Liu commented 5 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.

ianlewis commented 5 years ago

Depends on https://github.com/google/gvisor/issues/172