feat: harden runtime import and frontend verification workflows
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user