We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7db83 commit 81a0148Copy full SHA for 81a0148
module/metrics.go
@@ -621,7 +621,9 @@ type CollectionMetrics interface {
621
// CollectionMaxSize measures the current maximum size of a collection.
622
CollectionMaxSize(size uint)
623
624
- // ClusterBlockCreated informs about cluster block being created.
+ // ClusterBlockCreated informs about cluster block being proposed by this node.
625
+ // CAUTION: These metrics will represent a partial picture of cluster block creation across the network,
626
+ // as each node will only report on cluster blocks where they are the proposer.
627
ClusterBlockCreated(block *cluster.Block, priorityTxnsCount uint)
628
}
629
0 commit comments