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