tvl-depot/tvix/castore/src/proto
Florian Klink 4e78de7393 fix(tvix/castore/grpc/directory): skip_all fields in instrument
This only contains the outer metadata wrapping, and that's not too interesting:

> Request { metadata: MetadataMap { headers: {"content-type":
> "application/grpc", "user-agent": "grpc-go/1.60.1", "te": "trailers",
> "grpc-accept-encoding": "gzip"} }, message: Streaming, extensions:
> Extensions }

Drop these fields for now, and rely on the underlying implementations to
add instrumentation for the application-specific fields.

Clean up the error logging a bit.

Change-Id: Ife1090ed411766a61e1fa60fd4c9570f38de1e98
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11102
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2024-03-09 05:47:41 +00:00
..
tests chore(3p/sources): Bump channels & overlays 2024-01-19 21:47:32 +00:00
grpc_blobservice_wrapper.rs fix(tvix/castore/grpc/blob): skip_all fields in instrument 2024-03-09 05:47:36 +00:00
grpc_directoryservice_wrapper.rs fix(tvix/castore/grpc/directory): skip_all fields in instrument 2024-03-09 05:47:41 +00:00
mod.rs feat(tvix/castore/blobsvc): validate StatBlobResponse 2024-02-02 16:26:38 +00:00