File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed
Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 77module Process
88 # @namespace
99 module Metrics
10- VERSION = "0.6.1 "
10+ VERSION = "0.7.0 "
1111 end
1212end
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/process-metric
1616
1717Please see the [ project releases] ( https://socketry.github.io/process-metrics/releases/index ) for all releases.
1818
19+ ### v0.7.0
20+
21+ - Be more proactive about returning nil if memory capture failed.
22+
1923### v0.6.1
2024
2125 - Handle ` Errno::ESRCH: No such process @ io_fillbuf - fd:xxx /proc/xxx/smaps_rollup ` by ignoring it.
@@ -69,14 +73,6 @@ Please see the [project releases](https://socketry.github.io/process-metrics/rel
6973 - Fixed process metrics to exclude the ` ps ` command itself from measurements.
7074 - Fixed documentation formatting issues.
7175
72- ### v0.1.0
73-
74- - Initial release with support for process and memory metrics on Linux and Darwin (macOS).
75- - Support for selecting processes based on PID or PPID (process group).
76- - Implementation of memory statistics collection using ` /proc ` filesystem on Linux.
77- - Better handling of process hierarchies.
78- - Support for older Ruby versions.
79-
8076## Contributing
8177
8278We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.7.0
44
55 - Be more proactive about returning nil if memory capture failed.
66
You can’t perform that action at this time.
0 commit comments