Skip to content

Commit

Permalink
chore: remove not using opentelemetry (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 committed Feb 7, 2024
1 parent 9e58b3d commit 2ee2f3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 143 deletions.
141 changes: 1 addition & 140 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ strum = "0.25.0"
thiserror = "1"
tracing = "0.1.37"
tracing-log = "0.1.3"
tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3.15", features = ["ansi"] }
uuid = { version = "0.8.2" }
wasmer = { version = "4.2.5", optional = true, default-features = false }
Expand All @@ -104,8 +103,6 @@ form_urlencoded = { version = "1.0.1", optional = true }
home = { version = "0.5.5", optional = true }
hyper = { version = "0.14.25", features = ["full"], optional = true }
lazy_static = { version = "1.4.0", optional = true }
opentelemetry = { version = "0.18.0", default-features = false, features = ["trace", "rt-tokio"], optional = true }
opentelemetry-jaeger = { version = "0.17.0", features = ["rt-tokio"], optional = true }
pin-project = { version = "1", optional = true }
reqwest = { version = "0.11", features = ["json", "rustls-tls"], optional = true, default-features = false }
tokio = { version = "1.13.0", features = ["full"], optional = true }
Expand Down

0 comments on commit 2ee2f3b

Please sign in to comment.