diff options
author | Alex Auvolat <alex@adnab.me> | 2022-04-08 14:21:04 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-04-08 14:21:04 +0200 |
commit | 5d404dcd54dcd5e73513c614c7821c4a687d594e (patch) | |
tree | fede4810dd397aa4db510efa6e2655a4070ee2c1 /src/util/Cargo.toml | |
parent | 62f0715abe995e7ce8de1adbd62b67f7159a9945 (diff) | |
download | garage-5d404dcd54dcd5e73513c614c7821c4a687d594e.tar.gz garage-5d404dcd54dcd5e73513c614c7821c4a687d594e.zip |
Add missing opentelemetry features
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 2 |
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" ] } |