Skip to content

Commit

Permalink
feat: inform span.type=web, by using a custom version of axum-tracing…
Browse files Browse the repository at this point in the history
…-opentelemetry
  • Loading branch information
fhsgoncalves committed Sep 20, 2023
1 parent da76cc1 commit b3118d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
"David Steiner <[email protected]",
"Fergus Strangways-Dixon <[email protected]>",
"Fernando Goncalves <[email protected]>",
"Alefh Silva <[email protected]>"
"Alefh Sousa <[email protected]>"
]
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -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" }

0 comments on commit b3118d9

Please sign in to comment.