Type Alias opentelemetry_tracing_utils::InterceptedGrpcService
source · pub type InterceptedGrpcService = InterceptedService<Channel, GrpcInterceptor>;
Expand description
A tonic channel intercepted to provide distributed tracing context propagation.
Aliased Type§
struct InterceptedGrpcService { /* private fields */ }