Replies: 1 comment 1 reply
-
By doing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing some practice with axum.
I built an app with an simple middleware.
below is the Cargo.toml
below is main.rs
start the jaeger with command:
curl http://127.0.0.1:3000/
visit the jaeger UI http://127.0.0.1:16686/
I got the result
But I expect some result like this
└── request start
└── process start.
have I done something wrong, why the handler's span and middleware's span don't join together? In some way, they must be child-parent relation.
rustup 1.24.3
rustc 1.60.0
axum 0.5.6
Beta Was this translation helpful? Give feedback.
All reactions