You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thank you for great crate!
I would like to use this on GCE + Cloud Logging environment but httpRequest does not work well if using with spans in tracing.
Hi, Thank you for great crate!
I would like to use this on GCE + Cloud Logging environment but httpRequest does not work well if using with spans in tracing.
I made axum Router as:
but all of info in
tracing::info_span!
will be in"spans"
field, which should be in"httpRequest"
.I tried following code:
above code does not work either.
Do I need to add http_request every time I do
tracing::info!()
?I hope it can be in spans so I don't need to add those everytime.
Thank you.
The text was updated successfully, but these errors were encountered: