mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
fix(otel): record liveness warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user