add missing netapp telemetry feature

This commit is contained in:
Alex Auvolat
2022-02-22 17:34:46 +01:00
parent dc8d0496cc
commit 0cc31ee169
4 changed files with 168 additions and 21 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ opentelemetry = "0.17"
#netapp = { version = "0.3.0", git = "https://git.deuxfleurs.fr/lx/netapp" }
#netapp = { version = "0.4", path = "../../../netapp", features = ["telemetry"] }
netapp = "0.4"
netapp = { version = "0.4", features = ["telemetry"] }
hyper = { version = "0.14", features = ["client", "http1", "runtime", "tcp"] }