1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-11 08:50:45 +03:00

Record part of the response into the span

This commit is contained in:
Alexander Presnyakov
2025-09-05 13:15:41 +00:00
parent a2e9d5b3cc
commit 647d9ae651
7 changed files with 52 additions and 39 deletions

View File

@@ -50,5 +50,3 @@ def parse_traceparent(header: str) -> Optional[Tuple[str, str, str]]:
except Exception:
logger.exception("Failed to parse traceparent: %s", header)
return None