()
| 14 | } |
| 15 | |
| 16 | func DialOptionsWithTracing() []grpc.DialOption { |
| 17 | return []grpc.DialOption{ |
| 18 | grpc.WithStatsHandler(newClientHandler()), |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | func newClientHandler() stats.Handler { |
| 23 | return otelgrpc.NewClientHandler(otelgrpc.WithTracerProvider(otel.GetTracerProvider())) |
no test coverage detected