Compare commits
	
		
			1 Commits
		
	
	
		
			v0.8.1
			...
			89f016ed9d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 89f016ed9d | 
							
								
								
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							@@ -1,5 +1,6 @@
 | 
				
			|||||||
# TODO
 | 
					# TODO
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [ ] Test and troubleshoot GRPC Gateway supprot
 | 
				
			||||||
- [ ] Finish implementing GRPC service support
 | 
					- [ ] Finish implementing GRPC service support
 | 
				
			||||||
- [ ] Expand config test case to cover GRPC config
 | 
					- [ ] Expand config test case to cover GRPC config
 | 
				
			||||||
- [ ] Expand tracing
 | 
					- [ ] Expand tracing
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,6 @@ import (
 | 
				
			|||||||
	semconv "go.opentelemetry.io/otel/semconv/v1.27.0"
 | 
						semconv "go.opentelemetry.io/otel/semconv/v1.27.0"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// TODO: Implement
 | 
					 | 
				
			||||||
func (a *appGRPCServer) runGRPCServer(spanCtx context.Context) error {
 | 
					func (a *appGRPCServer) runGRPCServer(spanCtx context.Context) error {
 | 
				
			||||||
	_, span := a.tracer.Start(spanCtx, "appgrpc.init.start")
 | 
						_, span := a.tracer.Start(spanCtx, "appgrpc.init.start")
 | 
				
			||||||
	defer span.End()
 | 
						defer span.End()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user