Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerStats ¶
type ContainerStats struct { // Timestamp of when stats were collected Timestamp time.Time // Cumulative CPU usage (sum across all cores) since object creation. UsageCoreNanoSeconds uint64 }
ContainerStats contains the information about container stats.
Click to show internal directories.
Click to hide internal directories.