@froggebip akkoma doesn’t expose much by default, but if I can query postgres, I can p much get anything out of it
@adam that's sick, same with GtS. It's just statuses, users, and federated instances (plus whatever metrics are exposed by the Go runtime, which are useful but not granular enough imo)
@froggebip yeah, akkoma only exposes 4 counts (local users, local statuses, known remote users and known remote instances) and some db query related stats
@froggebip I also do have the cadvisor docker container metrics and the logs from promtail, which are def useful, but I’d def like more application level metrics
@adam Alright I've gotta copy this when I get some time to poke at the DB 