Skip to content

Commit 2497902

Browse files
committed
docs: add missing container memory metrics
1 parent 85d18c6 commit 2497902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/storage/prometheus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,15 @@ Metric name | Type | Description | Unit (where applicable) | option parameter |
5757
`container_memory_cache` | Gauge | Total page cache memory | bytes | memory |
5858
`container_memory_failcnt` | Counter | Number of memory usage hits limits | | memory |
5959
`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 |
6061
`container_memory_mapped_file` | Gauge | Size of memory mapped files | bytes | memory |
6162
`container_memory_max_usage_bytes` | Gauge | Maximum memory usage recorded | bytes | memory |
6263
`container_memory_migrate` | Gauge | Memory migrate status | | cpuset |
6364
`container_memory_numa_pages` | Gauge | Number of used pages per NUMA node | | memory_numa |
6465
`container_memory_rss` | Gauge | Size of RSS | bytes | memory |
6566
`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 |
6669
`container_memory_usage_bytes` | Gauge | Current memory usage, including all memory regardless of when it was accessed | bytes | memory |
6770
`container_memory_working_set_bytes` | Gauge | Current working set | bytes | memory |
6871
`container_network_advance_tcp_stats_total` | Gauge | advanced tcp connections statistic for container | | advtcp |

0 commit comments

Comments
 (0)