Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Add Container Metrics Support #121

@Random-Liu

Description

@Random-Liu

According to CRI, container runtime is responsible to provide container metrics, including:

  • container CPU usage.
  • container memory usage.
  • container writable layer size.
  • Image FS usage.

See here

Containerd should have provided all those information:

  • container CPU/memory usage: Provided through Prometheus metrics endpoint.
  • container writable layer size: Provided by snapshotter.
  • Image FS usage:
    • May need to count size of each snapshot;
    • May need to consider content store.

We should support these container metrics.

/cc @kubernetes-incubator/maintainers-cri-containerd

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions