tvl-depot/tvix/store/src/pathinfoservice
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
..
fs feat(tvix/castore/fs): support extended attributes 2024-04-15 09:27:04 +00:00
tests feat(tvix/tracing): gRPC trace context propagation 2024-06-20 19:21:01 +00:00
bigtable.rs refactor(tvix/store/pathinfo): test with PathInfoService directly 2024-05-20 15:03:10 +00:00
combinators.rs feat(tvix/store/pathinfo): add a Cache combinator 2024-05-13 22:05:59 +00:00
from_addr.rs feat(tvix/tracing): gRPC trace context propagation 2024-06-20 19:21:01 +00:00
grpc.rs feat(tvix/tracing): gRPC trace context propagation 2024-06-20 19:21:01 +00:00
lru.rs feat(tvix/store/pathinfo/*): add more instrumentation 2024-05-12 22:03:15 +00:00
memory.rs feat(tvix/store/pathinfo/*): add more instrumentation 2024-05-12 22:03:15 +00:00
mod.rs feat(tvix/store/pathinfo): add a Cache combinator 2024-05-13 22:05:59 +00:00
nix_http.rs refactor(tvix/store/nar/import): add ingest_nar_and_hash 2024-06-11 22:47:31 +00:00
sled.rs feat(tvix/tracing): introduce common tvix-tracing crate 2024-06-10 16:35:08 +00:00