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…
Reference in New Issue