mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 08:41:24 +01:00
switch all tracing imports to observability::prelude
This commit is contained in:
parent
bc5f31b3a2
commit
5fca67054e
63 changed files with 824 additions and 735 deletions
|
|
@ -2,6 +2,7 @@ use ruma::{serde::Raw, ServerName, UserId};
|
|||
|
||||
use crate::{
|
||||
database::KeyValueDatabase,
|
||||
observability::prelude::*,
|
||||
service::{
|
||||
self,
|
||||
rooms::timeline::PduId,
|
||||
|
|
@ -130,7 +131,7 @@ impl service::sending::Data for KeyValueDatabase {
|
|||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip(key, value))]
|
||||
#[t::instrument(skip(key, value))]
|
||||
fn parse_servercurrentevent(
|
||||
key: &RequestKey,
|
||||
value: Vec<u8>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue