feat: add tracing logger

This commit is contained in:
2023-05-02 20:10:43 +02:00
parent 91097868dc
commit f670989a46
4 changed files with 26 additions and 5 deletions

14
Cargo.lock generated
View File

@@ -1172,6 +1172,7 @@ dependencies = [
"opentelemetry-semantic-conventions",
"thiserror",
"thrift",
"tokio",
]
[[package]]
@@ -1217,6 +1218,8 @@ dependencies = [
"percent-encoding",
"rand",
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
@@ -1813,6 +1816,17 @@ dependencies = [
"webpki",
]
[[package]]
name = "tokio-stream"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.8"