File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stacks-signer/src/monitoring Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ pub mod actions {
157
157
. inc ( ) ;
158
158
}
159
159
160
- /// Record the time (seconds) taken to a signer to agree with the signer set
160
+ /// Record the time (seconds) taken for a signer to agree with the signer set
161
161
pub fn record_signer_agreement_capitulation_latency ( latency_s : u64 ) {
162
162
SIGNER_AGREEMENT_CAPITULATION_LATENCIES_HISTOGRAM
163
163
. with_label_values ( & [ ] )
@@ -245,7 +245,7 @@ pub mod actions {
245
245
/// Increment signer agreement state conflict counter
246
246
pub fn increment_signer_agreement_state_conflict ( _conflict : SignerAgreementStateConflict ) { }
247
247
248
- /// Record the time (seconds) taken to a signer to agree with the signer set
248
+ /// Record the time (seconds) taken for a signer to agree with the signer set
249
249
pub fn record_signer_agreement_capitulation_latency ( _latency_s : u64 ) { }
250
250
251
251
/// Start serving monitoring metrics.
You can’t perform that action at this time.
0 commit comments