From 42d4671c2caad216878b48437bdcf8c5667f836a Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Thu, 14 Aug 2025 14:00:16 +0530 Subject: [PATCH] remove unsupported metrics from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 532f5ac..7016bbd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ This crate supports the following metrics provided by [Prometheus] for | `process_virtual_memory_bytes` | Virtual memory size in bytes. | | `process_virtual_memory_max_bytes` | Maximum amount of virtual memory available in bytes. | | `process_resident_memory_bytes` | Resident memory size in bytes. | -| `process_heap_bytes` | Process heap size in bytes. | | `process_start_time_seconds` | Start time of the process since the Unix epoch in seconds. | | `process_threads` | Number of OS threads in the process. | @@ -51,7 +50,6 @@ tested and we cannot guarantee its correctness. | `process_virtual_memory_bytes` | x | x | x | x | | | `process_virtual_memory_max_bytes` | x | x | | x | | | `process_resident_memory_bytes` | x | x | x | x | x | -| `process_heap_bytes` | | | | | | | `process_start_time_seconds` | x | x | x | x | x | | `process_threads` | x | x | | x | |