update TODO
This commit is contained in:
parent
7f60a59d42
commit
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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user