File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This crate supports the following metrics provided by [Prometheus] for
2929| ` process_virtual_memory_bytes ` | Virtual memory size in bytes. |
3030| ` process_virtual_memory_max_bytes ` | Maximum amount of virtual memory available in bytes. |
3131| ` process_resident_memory_bytes ` | Resident memory size in bytes. |
32- | ` process_heap_bytes ` | Process heap size in bytes. |
32+ | ~~ ` process_heap_bytes ` ~~ | Process heap size in bytes. ** Not supported ** |
3333| ` process_start_time_seconds ` | Start time of the process since the Unix epoch in seconds. |
3434| ` process_threads ` | Number of OS threads in the process. |
3535
@@ -51,7 +51,7 @@ tested and we cannot guarantee its correctness.
5151| ` process_virtual_memory_bytes ` | x | x | x | x | |
5252| ` process_virtual_memory_max_bytes ` | x | x | | x | |
5353| ` process_resident_memory_bytes ` | x | x | x | x | x |
54- | ` process_heap_bytes ` | | | | | |
54+ | ~~ ` process_heap_bytes ` ~~ | | | | | |
5555| ` process_start_time_seconds ` | x | x | x | x | x |
5656| ` process_threads ` | x | x | | x | |
5757
You can’t perform that action at this time.
0 commit comments