mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:40:44 +00:00
fix(diagnostics-otel): handle liveness warnings
This commit is contained in:
@@ -2221,6 +2221,8 @@ export function createDiagnosticsOtelService(): OpenClawPluginService {
|
||||
case "run.attempt":
|
||||
recordRunAttempt(evt);
|
||||
return;
|
||||
case "diagnostic.liveness.warning":
|
||||
return;
|
||||
case "diagnostic.heartbeat":
|
||||
recordHeartbeat(evt);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user