Skip to content

Commit 2a25200

Browse files
authored
Merge pull request #76 from lambdalisue/clarify-readme
Clarify that `process_heap_bytes` is not supported
2 parents b51f341 + 867ff72 commit 2a25200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

0 commit comments

Comments
 (0)