Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: Add tracing support via minitrace #175

Merged
merged 9 commits into from
Mar 24, 2022
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ time = "0.3.7"
tokio = { version = "1.17", features = ["full"] }
tower = "0.4"

minitrace = "0.4.0"
minitrace-jaeger = "0.4.0"

[dev-dependencies]
anyhow = "1.0"
criterion = { version = "0.3", features = [
Expand Down