aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-04-08 14:21:04 +0200
committerAlex Auvolat <alex@adnab.me>2022-04-08 14:21:04 +0200
commit5d404dcd54dcd5e73513c614c7821c4a687d594e (patch)
treefede4810dd397aa4db510efa6e2655a4070ee2c1
parent62f0715abe995e7ce8de1adbd62b67f7159a9945 (diff)
downloadgarage-5d404dcd54dcd5e73513c614c7821c4a687d594e.tar.gz
garage-5d404dcd54dcd5e73513c614c7821c4a687d594e.zip
Add missing opentelemetry features
-rw-r--r--src/util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" ] }