# Functions
No description provided by the author
NoDebugStack disables debug stacks for traces with errors.
No description provided by the author
StreamClientInterceptor returns a grpc.StreamClientInterceptor which will trace client streams using the given set of options.
StreamServerInterceptor will trace streaming requests to the given gRPC server.
UnaryClientInterceptor returns a grpc.UnaryClientInterceptor which will trace requests using the given set of options.
UnaryServerInterceptor will trace requests to the given grpc server.
WithServiceName sets the given service name for the intercepted client.
WithStreamCalls enables or disables tracing of streaming calls.
WithStreamMessages enables or disables tracing of streaming messages.
# Structs
The response message containing the greetings.
The request message containing the user's name.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
InterceptorOption represents an option that can be passed to the grpc unary client and server interceptors.