From c93fb758a306467ec05806f5667ce56118a78cc9 Mon Sep 17 00:00:00 2001 From: Alexei Samokvalov Date: Tue, 5 Nov 2024 17:57:30 +0100 Subject: [PATCH] feat: enable process metrics (#1180) Co-authored-by: Karel Moravec --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f60fe2c45..966fd4c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ num-traits = "0.2" num_enum = "0.7.2" paste = "1" pin-project = "1.1.2" -prometheus = "0.13" +prometheus = { version = "0.13", features = ["process"] } prometheus_exporter = "0.8" prost = { version = "0.11" } quickcheck = "1"