kubert-prometheus-process 0.2.3

A prometheus-client process metrics collector
Documentation
[dependencies.prometheus-client]
default-features = false
version = "0.23.0"

[dependencies.tracing]
version = "0.1"

[lib]
name = "kubert_prometheus_process"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A prometheus-client process metrics collector"
edition = "2021"
keywords = ["prometheus-client", "process", "metrics", "monitoring"]
license = "Apache-2.0"
name = "kubert-prometheus-process"
readme = "README.md"
repository = "https://github.com/olix0r/kubert"
rust-version = "1.81"
version = "0.2.3"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.procfs]
default-features = false
version = "0.17"