Filter out insane utilization from counter resets and log new utilization errors

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-02-01 17:05:06 -08:00
parent 85179bf581
commit 451196f162
2 changed files with 6 additions and 7 deletions

View File

@@ -138,6 +138,7 @@ func (e *ErrorTracker) AddUtilizationError(node *Node, portName string, utilizat
FirstSeen: now,
LastUpdated: now,
}
log.Printf("[ERROR] high utilization on %s %s: %.0f%%", node.DisplayName(), portName, utilization)
e.t.NotifyUpdate()
}