Skip to content

Commit

Permalink
chore: bump opentelemetry to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Jun 7, 2022
1 parent 014133e commit 3019773
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
28 changes: 15 additions & 13 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/block-producer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ sentry = { git = "https://github.com/getsentry/sentry-rust", rev = "df694a49595d
sentry-tracing = { git = "https://github.com/getsentry/sentry-rust", rev = "df694a49595d6890c510d80b85cfbb4b5ae6159a" }
tracing = { version = "0.1", features = ["attributes"] }
tracing-subscriber = { version = "0.3", features = ["env-filter", "parking_lot", "smallvec", "tracing-log"] }
tracing-opentelemetry = "0.16"
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio"] }
opentelemetry = { version = "0.16", features = ["rt-tokio"] }
tracing-opentelemetry = "0.17"
opentelemetry-jaeger = { version = "0.16", features = ["rt-tokio"] }
opentelemetry = { version = "0.17", features = ["rt-tokio"] }
# unstable features
tokio-metrics = "0.1.0"
console-subscriber = "0.1.3"
Expand Down

0 comments on commit 3019773

Please sign in to comment.