From 1b780fa752ee44af27c88a2bed352ee9554b5e01 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 2 Mar 2023 17:05:54 +0100 Subject: [PATCH] timeline_checkpoint_handler: add span with tenant and timeline id Before this patch, the logs written by freeze_and_flush() and compact() didn't have any span, which made the test logs annoying to read. --- pageserver/src/http/routes.rs | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/pageserver/src/http/routes.rs b/pageserver/src/http/routes.rs index d2d9f24efb..3cfc68c1eb 100644 --- a/pageserver/src/http/routes.rs +++ b/pageserver/src/http/routes.rs @@ -971,19 +971,22 @@ async fn timeline_checkpoint_handler(request: Request) -> Result