feat: harden runtime import and frontend verification workflows
Some checks failed
CI / Build & Test (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Release (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-06-04 20:02:36 +08:00
parent 7ce72cbc35
commit 77b7f7f660
32 changed files with 2657 additions and 109 deletions

View File

@@ -70,10 +70,10 @@ type routeLogSink interface {
}
type ErrorMetrics struct {
FlushErrors int64
WriteErrors int64
FlushErrors int64
WriteErrors int64
DroppedEvents int64
mu sync.RWMutex
mu sync.RWMutex
}
func (e *ErrorMetrics) RecordFlushError() {