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:
Etan Kissling 2024-02-29 13:00:15 +01:00 committed by GitHub
parent 21601f59e2
commit 728f65080f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -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]