rs-metrics-process
rs-metrics-process copied to clipboard
⏱ Cross-platform Prometheus style process metrics collector of metrics crate
There's no freebsd.rs The Reth project can't be compiled on FreeBSD because of this problem. https://github.com/paradigmxyz/reth/issues/5918
Any chance to make the [`collector` ](https://github.com/lambdalisue/rs-metrics-process/blob/main/src/lib.rs#L99) sub-module public? I'm interested in using the `collect` method to retrieve an instance of a `Metrics` struct and then expose it. Why? My...
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version. Commits db06b51 Release 0.58.0 (#3140) ab03721 Make new windows-strings crate Windows-only (#3143) f6c49f4 Ensure that HSTRING builder provides initialized memory...
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
Thank you very much for this library. Very useful :) I am wondering if someone knows an easy way display the data collected by this crate. I am new to...
I'm not familiar with but it seems there is [opentelemetry-rust] crate that support OpenTelemetry and I'd like to support it so that user who don't use [metrics] but [opentelemetry-rust] can...