misc tracing span tweaks
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5fc8e90e02
commit
aba88ccead
16 changed files with 96 additions and 24 deletions
|
@ -26,7 +26,7 @@ impl ActualDest {
|
|||
}
|
||||
|
||||
impl super::Service {
|
||||
#[tracing::instrument(skip_all, name = "resolve")]
|
||||
#[tracing::instrument(skip_all, level = "debug", name = "resolve")]
|
||||
pub(crate) async fn get_actual_dest(&self, server_name: &ServerName) -> Result<ActualDest> {
|
||||
let (result, cached) = if let Some(result) = self.get_cached_destination(server_name) {
|
||||
(result, true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue