Add session parent spans possibility
This commit is contained in:
parent
75c1127f37
commit
3f1ad390be
2 changed files with 19 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue