File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,15 @@ Metric name | Type | Description | Unit (where applicable) | option parameter |
57
57
` container_memory_cache ` | Gauge | Total page cache memory | bytes | memory |
58
58
` container_memory_failcnt ` | Counter | Number of memory usage hits limits | | memory |
59
59
` container_memory_failures_total ` | Counter | Cumulative count of memory allocation failures | | memory |
60
+ ` container_memory_kernel_usage ` | Gauge | Size of kernel memory allocated in bytes | bytes | memory |
60
61
` container_memory_mapped_file ` | Gauge | Size of memory mapped files | bytes | memory |
61
62
` container_memory_max_usage_bytes ` | Gauge | Maximum memory usage recorded | bytes | memory |
62
63
` container_memory_migrate ` | Gauge | Memory migrate status | | cpuset |
63
64
` container_memory_numa_pages ` | Gauge | Number of used pages per NUMA node | | memory_numa |
64
65
` container_memory_rss ` | Gauge | Size of RSS | bytes | memory |
65
66
` container_memory_swap ` | Gauge | Container swap usage | bytes | memory |
67
+ ` container_memory_total_active_file_bytes ` | Gauge | Current total active file in bytes | bytes | memory |
68
+ ` container_memory_total_inactive_file_bytes ` | Gauge | Current total inactive file in bytes | bytes | memory |
66
69
` container_memory_usage_bytes ` | Gauge | Current memory usage, including all memory regardless of when it was accessed | bytes | memory |
67
70
` container_memory_working_set_bytes ` | Gauge | Current working set | bytes | memory |
68
71
` container_network_advance_tcp_stats_total ` | Gauge | advanced tcp connections statistic for container | | advtcp |
You can’t perform that action at this time.
0 commit comments