From b3118d916d3166b3a8813c2986b8de312b124a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Gon=C3=A7alves?= Date: Wed, 20 Sep 2023 09:34:16 -0300 Subject: [PATCH] feat: inform span.type=web, by using a custom version of axum-tracing-opentelemetry --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37d9322..15c00f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "David Steiner ", "Fernando Goncalves ", - "Alefh Silva " + "Alefh Sousa " ] edition = "2021" license = "MIT" @@ -35,3 +35,6 @@ tracing-appender = "0.2.2" tracing-opentelemetry = "^0.18.0" tracing-serde = "^0.1.3" tracing-subscriber = { version = "^0.3.16", features = ["env-filter", "json"] } + +[patch.crates-io] +axum-tracing-opentelemetry = { git = "https://github.com/fhsgoncalves/tracing-opentelemetry-instrumentation-sdk", branch = "0.10.0-with-span-type" } \ No newline at end of file