From 7c2b7a3b423c03fb71a9277ba12fb47c914da7f2 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 24 May 2022 22:03:47 +0200 Subject: [PATCH] Don't enable the prometheus "process" feature It's broken on non-Linux system as well as at least linux/armv7l --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0d1b03..22dfd71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,6 @@ toml = "0.5.8" optional = true version = "0.13.0" default_features = false -features = ["process"] [features] default = ["metrics"]