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
The way our tracing support currently works is that we re-enter and exit a single span for each request which is passed around the system. This was really the only way of doing it previously, but conceptually doesn't really make sense since the request isn't starting and stopping, but rather ongoing until it completes. Based on tokio-rs/tracing#1252 it looks like it might be possible for us to change this soon.
The way our tracing support currently works is that we re-enter and exit a single span for each request which is passed around the system. This was really the only way of doing it previously, but conceptually doesn't really make sense since the request isn't starting and stopping, but rather ongoing until it completes. Based on tokio-rs/tracing#1252 it looks like it might be possible for us to change this soon.
See also tokio-rs/tracing#79.
The text was updated successfully, but these errors were encountered: