Files
go-app/TODO.md
2025-08-10 17:46:09 -04:00

521 B

TODO

  • Add ability to initialize OTEL early (before app runs)
  • Spruce up the README
  • Create generic interface for implementing a service
  • Create config sample not called demo, so it is more easily reused
  • Expand config test case to cover GRPC config
  • Expand tracing

Done

  • Test and troubleshoot GRPC Gateway support
  • Finish implementing GRPC service support
  • Unit tests
  • Pattern for extending config
  • HTTP Logging Middleware
  • Fix panic with OTEL disabled