Skip to content

Commit 8f36a65

Browse files
committed
feat: changelog update
1 parent 1268056 commit 8f36a65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stacks-signer/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1010
## Added
1111

1212
- 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
1316

1417
## Changed
1518
- Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database

0 commit comments

Comments
 (0)