add grpc support

This commit is contained in:
2025-03-06 17:16:27 -05:00
parent 004c1b1ee6
commit e11c563c3a
10 changed files with 225 additions and 142 deletions

View File

@ -1,8 +1,10 @@
# TODO
- [x] Pattern for extending config
- [ ] Finish implementing GRPC service support
- [ ] Expand tracing
## Done
- [x] Unit tests
- [x] Pattern for extending config
- [x] HTTP Logging Middleware
- [x] Fix panic with OTEL disabled