mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-26 22:39:49 +00:00
remove an unused metric in rest_remote_signer_calls
(#5999)
The `nbc_remote_signer_communication_errors` metric is unused. Remove to avoid verbose `XDeclaredButNotUsed` hint.
This commit is contained in:
parent
21601f59e2
commit
728f65080f
@ -56,9 +56,6 @@ declareCounter nbc_remote_signer_500_responses,
|
||||
declareCounter nbc_remote_signer_unknown_responses,
|
||||
"Number of unrecognized responses (unknown response code)"
|
||||
|
||||
declareCounter nbc_remote_signer_communication_errors,
|
||||
"Number of communication errors"
|
||||
|
||||
declareHistogram nbc_remote_signer_duration,
|
||||
"Time(s) used to generate signature usign remote signer",
|
||||
buckets = [0.050, 0.100, 0.500, 1.0, 5.0, 10.0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user