[proxy] Improve tracing spans here and there.

This commit is contained in:
Dmitry Ivanov
2023-02-17 13:32:45 +03:00
parent 956b6f17ca
commit d90cd36bcc
2 changed files with 6 additions and 4 deletions

View File

@@ -140,6 +140,7 @@ async fn auth_quirks(
impl BackendType<'_, ClientCredentials<'_>> {
/// Authenticate the client via the requested backend, possibly using credentials.
#[tracing::instrument(fields(allow_cleartext), skip_all)]
pub async fn authenticate(
&mut self,
extra: &ConsoleReqExtra<'_>,