switch all tracing imports to observability::prelude

This commit is contained in:
Olivia Lee 2024-12-14 00:49:56 -08:00
parent bc5f31b3a2
commit 5fca67054e
No known key found for this signature in database
GPG key ID: 54D568A15B9CD1F9
63 changed files with 824 additions and 735 deletions

View file

@ -8,6 +8,7 @@ use ruma::{
use crate::{
database::KeyValueDatabase,
observability::prelude::*,
service::{self, globals::SigningKeys},
services, utils, Error, Result,
};
@ -28,7 +29,7 @@ impl service::globals::Data for KeyValueDatabase {
})
}
#[tracing::instrument(skip(self))]
#[t::instrument(skip(self))]
async fn watch(
&self,
user_id: &UserId,