container.cpu.limit (gauge) | The maximum CPU time available to the container Shown as nanocore |
container.cpu.system (gauge) | The container system CPU usage Shown as nanocore |
container.cpu.throttled (gauge) | The total cpu throttled time Shown as nanosecond |
container.cpu.throttled.periods (gauge) | The number of periods during which the container was throttled |
container.cpu.usage (gauge) | The container total CPU Usage Shown as nanocore |
container.cpu.user (gauge) | The container userspace CPU usage Shown as nanocore |
container.io.read (gauge) | The number of bytes read from disks by this container Shown as byte |
container.io.read.operations (gauge) | The number of read operations done by this container |
container.io.write (gauge) | The number of bytes written to disks by this container Shown as byte |
container.io.write.operations (gauge) | The number of write operations done by this container |
container.memory.active_anon (gauge) | The container active anonymous memory (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.active_file (gauge) | The container active file-backed memory (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.cache (gauge) | The container cache usage Shown as byte |
container.memory.commit (gauge) | The container commit memory usage Shown as byte |
container.memory.commit.peak (gauge) | The container peak commit memory usage Shown as byte |
container.memory.file_dirty (gauge) | The container memory that are waiting to get written back to the disk (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.file_mapped (gauge) | The container mapped file memory (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.file_writeback (gauge) | The container memory that is queued for syncing to disk (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.inactive_anon (gauge) | The container inactive anonymous memory (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.inactive_file (gauge) | The container inactive file-backed memory (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.kernel (gauge) | The container kernel memory usage Shown as byte |
container.memory.limit (gauge) | The container memory limit Shown as byte |
container.memory.major_page_faults (count) | Number of major page faults incurred |
container.memory.oom_events (gauge) | The number of OOM events triggered by the container |
container.memory.page_faults (count) | Total number of page faults incurred |
container.memory.page_tables (gauge) | The container memory allocated for page tables (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.refault_anon (count) | The number of refaults of previously evicted anonymous pages (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.refault_file (count) | The number of refaults of previously evicted file pages (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.rss (gauge) | The container RSS usage Shown as byte |
container.memory.shmem (gauge) | The container swap-backed memory such as tmpfs (requires extended_memory_metrics flag in the check config), shm segments… Shown as byte |
container.memory.soft_limit (gauge) | The container memory soft limit Shown as byte |
container.memory.swap (gauge) | The container swap usage Shown as byte |
container.memory.unevictable (gauge) | The container memory that can’t be reclaimed (requires extended_memory_metrics flag in the check config) Shown as byte |
container.memory.usage (gauge) | The container total memory usage Shown as byte |
container.memory.usage.peak (gauge) | The maximum memory usage recorded since the container started Shown as byte |
container.memory.working_set (gauge) | The container working set usage Shown as byte |
container.net.rcvd (gauge) | The number of network bytes received (per interface) Shown as byte |
container.net.rcvd.packets (gauge) | The number of network packets received (per interface) |
container.net.sent (gauge) | The number of network bytes sent (per interface) Shown as byte |
container.net.sent.packets (gauge) | The number of network packets sent (per interface) |
container.pid.open_files (gauge) | The number of open file descriptors (Linux only) |
container.pid.thread_count (gauge) | The number of threads running inside this container |
container.pid.thread_limit (gauge) | The maximum number of threads for this container |
container.restarts (gauge) | The number of container restarted |
container.uptime (gauge) | The container uptime Shown as second |