Skip to content

Commit

Permalink
Improve tracing (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-yu committed Oct 18, 2023
1 parent 7d8c3a8 commit 87ad911
Show file tree
Hide file tree
Showing 11 changed files with 159 additions and 155 deletions.
152 changes: 26 additions & 126 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ autobins = false
rust-version = "1.67"

[workspace]
members = [".", "test-bitcoincore-rpc"]
members = [".", "test-bitcoincore-rpc", "ord-kafka-macros"]

[dependencies]
anyhow = { version = "1.0.56", features = ["backtrace"] }
Expand Down Expand Up @@ -42,7 +42,6 @@ mime = "0.3.16"
mime_guess = "2.0.4"
miniscript = "10.0.0"
mp4 = "0.13.0"
axum-tracing-opentelemetry = "0.14.1"
ord-bitcoincore-rpc = "0.17.0"
opentelemetry = { version = "0.20.0", features = ["rt-tokio"] }
opentelemetry-datadog = { version = "0.8.0", features = ["reqwest-blocking-client"] }
Expand All @@ -64,6 +63,7 @@ tower-http = { version = "0.4.0", features = ["compression-br", "compression-gzi

rdkafka = { version = "0.33.2" }
axum-jrpc = { version = "0.5.1", features = ["serde_json", "anyhow_error"] }
ord-kafka-macros = { path = "ord-kafka-macros" }


[dev-dependencies]
Expand Down
11 changes: 11 additions & 0 deletions ord-kafka-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "ord-kafka-macros"
version = "0.1.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.33"
syn = { version = "2.0.38", features=[ "full" ] }
Loading

0 comments on commit 87ad911

Please sign in to comment.