tvl-depot/tvix/tracing/src/propagate
Simon Hauser 1515a970be feat(tvix/tracing): http propagation for axum
It introduces a new accept_trace function for axum0.7 which can be used
to accept a header trace from a received request. This function can be
used for tonic 0.12 once that version is released, and the specific
`accept_trace` function within `tvix_tracing::propagate::tonic` can then
be removed.

This also integrates http propagation into the nar_bridge crate.

Change-Id: I46dcc797d494bb3977c2633753e7060d88d29129
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11925
Reviewed-by: Brian Olsen <me@griff.name>
Tested-by: BuildkiteCI
Reviewed-by: Simon Hauser <simon.hauser@helsinki-systems.de>
Reviewed-by: flokli <flokli@flokli.de>
2024-07-21 05:45:19 +00:00
..
axum.rs feat(tvix/tracing): http propagation for axum 2024-07-21 05:45:19 +00:00
mod.rs feat(tvix/tracing): http propagation for axum 2024-07-21 05:45:19 +00:00
reqwest.rs feat(tvix/tracing): http trace propagation 2024-07-02 13:43:09 +00:00
tonic.rs fix(tvix/tracing): make cargo check and clippy happy 2024-06-26 06:27:15 +00:00