mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
fix missing metrics label on attetation fail (#4917)
Co-authored-by: garyschulteog <30323939+garyschulteog@users.noreply.github.com>
This commit is contained in:
parent
39aa791dcc
commit
597b21c40a
@ -83,7 +83,7 @@ func (v *validator) SubmitAggregateAndProof(ctx context.Context, slot uint64, pu
|
||||
if err != nil {
|
||||
log.Errorf("Could not submit slot signature to beacon node: %v", err)
|
||||
if v.emitAccountMetrics {
|
||||
validatorAggFailVec.WithLabelValues().Inc()
|
||||
validatorAggFailVec.WithLabelValues(fmtKey).Inc()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user