Propogate tracing context from HTTP requests into spans (#1739)

Signed-off-by: Isaac Mills <57533634+StratusFearMe21@users.noreply.github.com>
Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
Isaac Mills
2026-02-06 20:52:31 -07:00
committed by GitHub
parent 5c2eda356e
commit d635ee8d2e
4 changed files with 130 additions and 0 deletions
Generated
+2
View File
@@ -6832,6 +6832,7 @@ dependencies = [
"mimalloc",
"mime_guess",
"moka",
"opentelemetry",
"pin-project-lite",
"pprof",
"rand 0.10.0-rc.6",
@@ -6888,6 +6889,7 @@ dependencies = [
"tower",
"tower-http",
"tracing",
"tracing-opentelemetry",
"url",
"urlencoding",
"uuid",