mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 02:21:03 +00:00
Availability: provisioner bitfield metrics (#5484)
* Add histogram for inherent data bitfields Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * -500ms bitfield sign job delay, +500ms bitfield gossip Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Revert "-500ms bitfield sign job delay, +500ms bitfield gossip" This reverts commit 3d3f2c0fae651653ffdca50c1ad38c5757166edc. * fmt Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Update node/core/provisioner/src/metrics.rs Co-authored-by: Bernhard Schuster <bernhard@ahoi.io> Co-authored-by: Andronik <write@reusable.software> Co-authored-by: Bernhard Schuster <bernhard@ahoi.io>
This commit is contained in:
@@ -227,6 +227,7 @@ where
|
||||
leaf_hash = ?self.leaf.hash,
|
||||
"inherent data sent successfully"
|
||||
);
|
||||
self.metrics.observe_inherent_data_bitfields_count(self.signed_bitfields.len());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user