Files
greptimedb/src/common/stat/Cargo.toml
zyy17 99e56af98c feat: add the gauge to indicate the CPU and Memory limit in the cgroups envrionment (#6238)
* wip

* feat: add cpu and memory limit gauge

* chore: add some test cases

* docs: polish some docs

* refactor: remove '#[cfg(target_os = linux)]'

* refactor: add cfg(target_os) in get_cpu_limit() and get_memory_limit()
2025-06-07 03:09:22 +00:00

12 lines
162 B
TOML

[package]
name = "stat"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
nix.workspace = true
[lints]
workspace = true