fix(reliability): converge runtime on uplink revert; bound health endpoint cost (I3,I4)

This commit is contained in:
2026-08-22 16:52:29 -06:00
parent b25c98b7c7
commit 60db235f0b
5 changed files with 104 additions and 2 deletions
@@ -4808,8 +4808,9 @@ def h_health(ctx):
for k in ('pass', 'fixed', 'warn', 'fail')},
'steps': ENV_CHECK_STATE['report'],
}
h['reliability'] = mk8_events.counters()
h['events'] = mk8_events.read_events(limit=20)
snap = mk8_events.snapshot()
h['reliability'] = snap['reliability']
h['events'] = snap['events']
h['guard'] = mk8_guard.guard_report()
return 200, h