opentelemetry_tracing_utils

Type Alias 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 */ }