Skip to content

Commit 81a0148

Browse files
committed
Updated godoc
1 parent 9b7db83 commit 81a0148

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module/metrics.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,9 @@ type CollectionMetrics interface {
621621
// CollectionMaxSize measures the current maximum size of a collection.
622622
CollectionMaxSize(size uint)
623623

624-
// ClusterBlockCreated informs about cluster block being created.
624+
// 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.
625627
ClusterBlockCreated(block *cluster.Block, priorityTxnsCount uint)
626628
}
627629

0 commit comments

Comments
 (0)