Services 13
Per-service rollup over the last 48h. Click a service for its endpoint-level X-ray.
Neo4j fan-out per request
Calls (log) × queries/request — up-and-right is an N+1 suspect (amber ≥3, red ≥10 q/req)
| Service | API calls ▾ | Err % | Avg latency | Neo4j queries | Background | Neo4j / req | Write % | Avg Neo4j |
|---|---|---|---|---|---|---|---|---|
| notifsvc | 37 | 0.0% | — | 0 | 0 | 0.0 | — | — |
| onboardingsvc | 15 | 0.0% | <1 ms | 0 | 0 | 0.0 | — | — |
| docsvc | 12 | 0.0% | 681 ms | 18 | 0 0.0% | 1.5 | 0.0% | 117 ms |
| advpsvc | 0 | — | — | 1,688 | 1,688 100.0% | — | 0.0% | 2 ms |
| dashrsvc | 0 | — | — | 18 | 18 100.0% | — | 100.0% | 14 ms |
| docproc | 0 | — | — | 2,072 | 2,072 100.0% | — | 0.0% | 123 ms |
| execsvc | 0 | — | — | 1 | 1 100.0% | — | 0.0% | 134 ms |
| finsvc | 0 | — | — | 156 | 156 100.0% | — | 0.0% | <1 ms |
| regsvc | 0 | — | — | 155 | 155 100.0% | — | 0.0% | 289 ms |
| schedsvc | 0 | — | — | 20 | 20 100.0% | — | 0.0% | 18 ms |
| tusker | 0 | — | — | 660 | 660 100.0% | — | 12.4% | 13.13 s |
| virtual-assistant | 0 | — | — | 307,237 | 306,873 99.9% | — | 0.0% | <1 ms |
| workplansvc | 0 | — | — | 11,327 | 11,327 100.0% | — | 5.1% | 1 ms |
Neo4j queries = total in-window. Background = those with no matching HTTP request (pubsub / cron / worker paths) — e.g. a service with 8 API calls but thousands of queries is doing background work. Neo4j / req = foreground queries (total − background) ÷ API calls — the true per-request fan-out (high = possible N+1), no longer skewed by background load.