update TODO

This commit is contained in:
Ryan McGuire 2025-03-24 16:46:45 -04:00
parent 7f60a59d42
commit 89f016ed9d
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# TODO
- [ ] Test and troubleshoot GRPC Gateway supprot
- [ ] Finish implementing GRPC service support
- [ ] Expand config test case to cover GRPC config
- [ ] Expand tracing

View File

@ -8,7 +8,6 @@ import (
semconv "go.opentelemetry.io/otel/semconv/v1.27.0"
)
// TODO: Implement
func (a *appGRPCServer) runGRPCServer(spanCtx context.Context) error {
_, span := a.tracer.Start(spanCtx, "appgrpc.init.start")
defer span.End()