Skip to content

Commit

Permalink
merge: #3148
Browse files Browse the repository at this point in the history
3148: feat(sdf,telemetry): add INFO level tracing span for every request r=fnichol a=fnichol

This change introduces a new crate `telemetry-http` that implements a
`tower-http` trait (`MakeSpan`) which is used by SDF's axum every time
it begins to process an inbound HTTP request.

<img src="https://media4.giphy.com/media/JEhCPFfqi2Hy8/giphy.gif"/>

Co-authored-by: Fletcher Nichol <[email protected]>
  • Loading branch information
si-bors-ng[bot] and fnichol authored Jan 11, 2024
2 parents 0b1312e + 03154f4 commit dd730aa
Show file tree
Hide file tree
Showing 15 changed files with 643 additions and 491 deletions.
142 changes: 38 additions & 104 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ members = [
"lib/si-test-macros",
"lib/si-posthog-rs",
"lib/telemetry-application-rs",
"lib/telemetry-http-rs",
"lib/telemetry-rs",
"lib/veritech-client",
"lib/veritech-core",
Expand Down
Loading

0 comments on commit dd730aa

Please sign in to comment.