fix(otel): record liveness warnings

This commit is contained in:
Peter Steinberger 2026-04-28 05:41:25 +01:00
parent 66a0aa47e4
commit 8a48994802
No known key found for this signature in database

View file

@ -2221,8 +2221,6 @@ export function createDiagnosticsOtelService(): OpenClawPluginService {
case "run.attempt":
recordRunAttempt(evt);
return;
case "diagnostic.liveness.warning":
return;
case "diagnostic.heartbeat":
recordHeartbeat(evt);
return;