tvl-depot/tvix/tracing
Simon Hauser 639a00e2ab feat(tvix/tracing): gRPC trace context propagation
This introduces optional helper function in tvix/tracing for trace
propagation and uses these helper in the `tvix-store`.

The GRPCBlobService, GRPCDirectoryService and GRPCPathInfoService now
accept a generic client, meaning the client can be generated with either
`::new` or `::with_interceptor`.

This was tested and validated by starting a `tvix-store daemon` and
`tvix-store import`.

Change-Id: I4b194483bf09266820104b4b56e4a135dca2b77a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11863
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-06-20 19:21:01 +00:00
..
src feat(tvix/tracing): gRPC trace context propagation 2024-06-20 19:21:01 +00:00
Cargo.toml feat(tvix/tracing): gRPC trace context propagation 2024-06-20 19:21:01 +00:00
default.nix feat(tvix/tracing): add tracing-tracy support 2024-06-14 19:33:44 +00:00