You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stacks-signer/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
10
10
## Added
11
11
12
12
- Introduced the `block_proposal_max_age_secs` configuration option for signers, enabling them to automatically ignore block proposals that exceed the specified age in seconds.
13
+
- Introduced two new prometheus metrics:
14
+
-`stacks_signer_block_validation_latencies_histogram`: the validation_time_ms reported by the node when validating a block proposal
15
+
-`stacks_signer_block_response_latencies_histogram`: the "end-to-end" time it takes for the signer to issue a block response
13
16
14
17
## Changed
15
18
- Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database
0 commit comments