Add session parent spans possibility

This commit is contained in:
Igor Katson 2024-08-18 15:01:12 +01:00
parent 75c1127f37
commit 3f1ad390be
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 19 additions and 8 deletions

View file

@ -340,6 +340,7 @@ async fn async_main(opts: Opts) -> anyhow::Result<()> {
}),
socks_proxy_url: socks_url,
concurrent_init_limit: Some(opts.concurrent_init_limit),
root_span: None,
};
let stats_printer = |session: Arc<Session>| async move {