| 238 | } |
| 239 | |
| 240 | type Metrics struct { |
| 241 | MemoryStat ContainerMemoryStat |
| 242 | CPUStat ContainerCPUStat |
| 243 | DiskStat ContainerDiskStat |
| 244 | NetworkStat *ContainerNetworkStat |
| 245 | PidStat ContainerPidStat |
| 246 | Age time.Duration |
| 247 | CPUEntitlement uint64 |
| 248 | } |
| 249 | |
| 250 | type ContainerMetricsEntry struct { |
| 251 | Metrics Metrics |
nothing calls this directly
no outgoing calls
no test coverage detected