forked from mirror/grapevine
tracing: add span for globals.watch()
This spawns a ton of futures which are otherwise all flat in the parent.
This commit is contained in:
parent
3365608101
commit
2e34241465
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ impl service::globals::Data for KeyValueDatabase {
|
|||
})
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip(self))]
|
||||
async fn watch(
|
||||
&self,
|
||||
user_id: &UserId,
|
||||
|
|
Loading…
Reference in a new issue