File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ 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. |
3332| ` process_start_time_seconds ` | Start time of the process since the Unix epoch in seconds. |
3433| ` process_threads ` | Number of OS threads in the process. |
3534
@@ -51,7 +50,6 @@ tested and we cannot guarantee its correctness.
5150| ` process_virtual_memory_bytes ` | x | x | x | x | |
5251| ` process_virtual_memory_max_bytes ` | x | x | | x | |
5352| ` process_resident_memory_bytes ` | x | x | x | x | x |
54- | ` process_heap_bytes ` | | | | | |
5553| ` process_start_time_seconds ` | x | x | x | x | x |
5654| ` process_threads ` | x | x | | x | |
5755
You can’t perform that action at this time.
0 commit comments