Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,13 @@ The following pieces of container metadata are available to plugins in NRI:
- cpuset memory
- Block I/O class
- RDT class
- container (init) process ID
- container (init process) exit status
- timestamp of container creation
- timestamp of starting the container
- timestamp of stopping the container/container exit
- container exit status reason (camelCase)
- container exit status message (human readable)

Apart from data identifying the container, these pieces of information
represent the corresponding data in the container's OCI Spec.
Expand Down
Loading
Loading