Skip to content

Commit

Permalink
Merge pull request google#2524 from piowag/hugetlb-documentation
Browse files Browse the repository at this point in the history
Add hugetlb metrics to prometheus metrics documentation
  • Loading branch information
dashpole authored Apr 29, 2020
2 parents 738f136 + 3e469c3 commit 438d294
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/storage/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Metric name | Type | Description | Unit (where applicable)
`container_fs_writes_bytes_total` | Counter | Cumulative count of bytes written | bytes
`container_fs_writes_merged_total` | Counter | Cumulative count of writes merged |
`container_fs_writes_total` | Counter | Cumulative count of writes completed |
`container_hugetlb_failcnt` | Counter | Number of hugepage usage hits limits |
`container_hugetlb_max_usage_bytes` | Gauge | Maximum hugepage usages recorded | bytes
`container_hugetlb_usage_bytes` | Gauge | Current hugepage usage | bytes
`container_last_seen` | Gauge | Last time a container was seen by the exporter | timestamp
`container_memory_cache` | Gauge | Total page cache memory | bytes
`container_memory_failcnt` | Counter | Number of memory usage hits limits |
Expand Down

0 comments on commit 438d294

Please sign in to comment.