From 5d404dcd54dcd5e73513c614c7821c4a687d594e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 8 Apr 2022 14:21:04 +0200 Subject: [PATCH] Add missing opentelemetry features --- src/util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 1ad778e4..f13c1589 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -40,4 +40,4 @@ netapp = "0.4" http = "0.2" hyper = "0.14" -opentelemetry = "0.17" +opentelemetry = { version = "0.17", features = [ "rt-tokio", "metrics", "trace" ] }