forked from Deuxfleurs/garage
Add missing opentelemetry features
This commit is contained in:
parent
62f0715abe
commit
5d404dcd54
1 changed files with 1 additions and 1 deletions
|
@ -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" ] }
|
||||
|
|
Loading…
Reference in a new issue