From 7f6c91ae743927da442c910bff41aefd7b7d979b Mon Sep 17 00:00:00 2001 From: Ryan D McGuire Date: Tue, 2 Sep 2025 13:15:26 -0400 Subject: [PATCH] update todo --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 300e7a7..4467e4e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ # 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 @@ -9,6 +7,8 @@ ## Done +- [x] Add ability to initialize OTEL early (before app runs) +- [x] Spruce up the README - [x] Test and troubleshoot GRPC Gateway support - [x] Finish implementing GRPC service support - [x] Unit tests