From 4adf6cf358276ea30bf142399e1e893d356f0af5 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Thu, 1 Jan 2026 20:37:16 -0600 Subject: [PATCH] Add another TODO item --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index aa7d271..d5c0b97 100644 --- a/TODO.md +++ b/TODO.md @@ -51,6 +51,10 @@ ## low importance +- [ ] add a prometheus-style `/metrics` endpoint to master +- [ ] create a metrics server analogous to the logging server + - accept various stats from the workers (TBD) + - [ ] move `master-bin` into a subdir like `master/cmd` or whatever is idiomatic for golang programs; adapt `master` wrapper shell script accordingly