Skip to content

Commit 42d4671

Browse files
committed
remove unsupported metrics from README
1 parent bdc514c commit 42d4671

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)