Skip to content

Commit caf7c14

Browse files
committed
Avoid zeroing OperatorBalance on fetch errors
1 parent f11053e commit caf7c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap/bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ func (b *Bootstrap) trackOperatorBalance(ctx context.Context) {
723723
b.logger.Warn().Err(err).Msg(
724724
"failed to collect operator's balance metric",
725725
)
726+
continue
726727
}
727728
b.collector.OperatorBalance(accBalance)
728729
}

0 commit comments

Comments
 (0)