# Functions
NewClientStatsHandler returns a gRPC client stats.Handler to trace RPC calls.
No description provided by the author
NewServerStatsHandler returns a gRPC server stats.Handler to trace RPC calls.
NoDebugStack disables debug stacks for traces with errors.
NonErrorCodes determines the list of codes which will not be considered errors in instrumentation.
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.
WithAnalytics enables Trace Analytics for all started spans.
WithAnalyticsRate sets the sampling rate for Trace Analytics events correlated to started spans.
WithIgnoredMetadata specifies keys to be ignored while tracing the metadata.
WithIgnoredMethods specifies full methods to be ignored by the server side interceptor.
WithMetadataTags specifies whether gRPC metadata should be added to spans as tags.
WithRequestTags specifies whether gRPC requests should be added to spans as tags.
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.
Option specifies a configuration option for the grpc package.