You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: docs/storage-schema.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Heapster exports the following metrics to its backends.
17
17
| filesystem/available | The number of available bytes remaining in a the filesystem |
18
18
| filesystem/inodes | The number of available inodes in a the filesystem |
19
19
| filesystem/inodes_free | The number of free inodes remaining in a the filesystem |
20
+
| disk/io_read_bytes | Number of bytes read from a disk partition |
21
+
| disk/io_write_bytes | Number of bytes written to a disk partition |
22
+
| disk/io_read_bytes_rate | Number of bytes read from a disk partition per second |
23
+
| disk/io_write_bytes_rate | Number of bytes written to a disk partition per second |
20
24
| memory/limit | Memory hard limit in bytes. |
21
25
| memory/major_page_faults | Number of major page faults. |
22
26
| memory/major_page_faults_rate | Number of major page faults per second. |
@@ -62,7 +66,7 @@ Heapster tags each metric with the following labels.
62
66
| labels | Comma-separated(Default) list of user-provided labels. Format is 'key:value' |
63
67
| namespace_id | UID of the namespace of a Pod |
64
68
| namespace_name | User-provided name of a Namespace |
65
-
| resource_id | A unique identifier used to differentiate multiple metrics of the same type. e.x. Fs partitions under filesystem/usage |
69
+
| resource_id | A unique identifier used to differentiate multiple metrics of the same type. e.x. Fs partitions under filesystem/usage, disk device name under disk/io_read_bytes|
66
70
| make | Make of the accelerator (nvidia, amd, google etc.) |
67
71
| model | Model of the accelerator (tesla-p100, tesla-k80 etc.) |
0 commit comments