MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / WithTracingInterceptors

Function WithTracingInterceptors

shared/tracing/grpc.go:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func WithTracingInterceptors() []grpc.ServerOption {
11 return []grpc.ServerOption{
12 grpc.StatsHandler(newServerHandler()),
13 }
14}
15
16func DialOptionsWithTracing() []grpc.DialOption {
17 return []grpc.DialOption{

Callers 2

mainFunction · 0.92
mainFunction · 0.92

Calls 1

newServerHandlerFunction · 0.85

Tested by

no test coverage detected