Skip to content

Commit 3b11032

Browse files
committed
Document FreeBSD support
1 parent f423752 commit 3b11032

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# ⏱ metrics-process
99

1010
This crate provides a [Prometheus]-style [process metrics] collector for the
11-
[metrics] crate, supporting Linux, macOS, and Windows. The collector code is
12-
manually rewritten in Rust from the official Prometheus client for Go
11+
[metrics] crate, supporting Linux, macOS, Windows, and FreeBSD. The collector
12+
code is manually rewritten in Rust from the official Prometheus client for Go
1313
([client_golang]).
1414

1515
[Prometheus]: https://prometheus.io/
@@ -41,17 +41,17 @@ Go ([client_golang]) provides.
4141
> Prior to version 2.0.0, the `process_cpu_seconds_total` metric was Gauge instead of Counter.
4242
> Enable `use-gauge-on-cpu-seconds-total` feature to use the previous behavior.
4343
44-
| Metric name | Linux | macOS | Windows |
45-
| ---------------------------------- | ----- | ----- | ------- |
46-
| `process_cpu_seconds_total` | x | x | x |
47-
| `process_open_fds` | x | x | x |
48-
| `process_max_fds` | x | x | x |
49-
| `process_virtual_memory_bytes` | x | x | x |
50-
| `process_virtual_memory_max_bytes` | x | x | |
51-
| `process_resident_memory_bytes` | x | x | x |
52-
| `process_heap_bytes` | | | |
53-
| `process_start_time_seconds` | x | x | x |
54-
| `process_threads` | x | x | |
44+
| Metric name | Linux | macOS | Windows | FreeBSD |
45+
| ---------------------------------- | ----- | ----- | ------- | ------- |
46+
| `process_cpu_seconds_total` | x | x | x | x |
47+
| `process_open_fds` | x | x | x | x |
48+
| `process_max_fds` | x | x | x | x |
49+
| `process_virtual_memory_bytes` | x | x | x | x |
50+
| `process_virtual_memory_max_bytes` | x | x | | x |
51+
| `process_resident_memory_bytes` | x | x | x | x |
52+
| `process_heap_bytes` | | | | x |
53+
| `process_start_time_seconds` | x | x | x | x |
54+
| `process_threads` | x | x | | x |
5555

5656
> [!NOTE]
5757
>

0 commit comments

Comments
 (0)