@@ -44,6 +44,7 @@ from containerd's metrics APIs.
4444| Field | Description | Type | Unit | Metric Type |
4545| ---| ---| ---| ---| ---|
4646| @timestamp | Event timestamp. | date | | |
47+ | container.cpu.usage | Total CPU usage normalized by the number of CPU cores. | scaled_float | percent | gauge |
4748| container.id | Unique container id. | keyword | | |
4849| containerd.cpu.system.total | Total user and system CPU time spent in seconds. | double | s | gauge |
4950| containerd.cpu.usage.cpu.\* .ns | CPU usage nanoseconds in this cpu. | object | | |
@@ -171,6 +172,7 @@ from containerd's metrics APIs.
171172| ---| ---| ---| ---| ---|
172173| @timestamp | Event timestamp. | date | | |
173174| container.id | Unique container id. | keyword | | |
175+ | container.memory.usage | Memory usage percentage. | scaled_float | percent | gauge |
174176| containerd.memory.activeFiles | Total active file bytes. | long | byte | gauge |
175177| containerd.memory.cache | Total cache bytes. | long | byte | gauge |
176178| containerd.memory.inactiveFiles | Total inactive file bytes. | long | byte | gauge |
@@ -323,6 +325,8 @@ from containerd's metrics APIs.
323325| Field | Description | Type | Unit | Metric Type |
324326| ---| ---| ---| ---| ---|
325327| @timestamp | Event timestamp. | date | | |
328+ | container.disk.read.bytes | Bytes read during the life of the container | long | | counter |
329+ | container.disk.write.bytes | Bytes written during the life of the container | long | byte | counter |
326330| container.id | Unique container id. | keyword | | |
327331| containerd.blkio.device | Name of block device | keyword | | |
328332| containerd.blkio.read.bytes | Bytes read during the life of the container | long | byte | gauge |
0 commit comments