···115115 - [x] cpu usage
116116 - [x] mem usage
117117 - [x] network?
118118-- [ ] make all rocks apis return Result instead of unwrapping
119119-- [ ] handle all the unwraps
118118+- [x] make all rocks apis return Result instead of unwrapping
119119+- [~] handle all the unwraps
120120- [ ] deadletter queue of some kind for failed db writes
121121 - [ ] also for valid json that was rejected?
122122- [x] get it running on raspi
123123- [x] get an estimate of disk usage per day after a few days of running
124124 - very close to 1GB with data model before adding rkeys to linkers + fixing paths
125125-- [ ] make the did_init check only happen on test config (or remove it)
125125+- [x] make the did_init check only happen on test config (or remove it) (removed)
126126- [ ] actual error types (thiserror?) for lib-ish code
127127-- [ ] clean up the main readme
127127+- [~] clean up the main readme
128128- [x] web server metrics
129129 - [x] origin and ua labels
130130- [ ] tokio metrics?