kubert-prometheus-process 0.2.3

A prometheus-client process metrics collector
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kubert-prometheus-process"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
description = "A prometheus-client process metrics collector"
readme = "../README.md"
repository = "https://github.com/olix0r/kubert"
rust-version = "1.81"
keywords = ["prometheus-client", "process", "metrics", "monitoring"]

[dependencies]
prometheus-client = { workspace = true }
tracing = "0.1"

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