mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
Add tracing span for Ar::from_request()
The fact that this is called for every request is somewhat obscured, it should be obvious in tracing at least.
This commit is contained in:
parent
dd6cda4519
commit
c6f75a1b93
1 changed files with 1 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ where
|
|||
{
|
||||
type Rejection = Error;
|
||||
|
||||
#[tracing::instrument("ar_from_request", skip_all)]
|
||||
async fn from_request(
|
||||
req: axum::extract::Request,
|
||||
_state: &S,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue