mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
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…
Add table
Add a link
Reference in a new issue