File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ 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 proposed by this node .
624+ // ClusterBlockCreated informs about cluster blocks being PROPOSED by THIS NODE .
625625 // CAUTION: These metrics will represent a partial picture of cluster block creation across the network,
626626 // as each node will only report on cluster blocks where they are the proposer.
627627 ClusterBlockCreated (block * cluster.Block , priorityTxnsCount uint )
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ type CollectionCollector struct {
1616 finalizedHeight * prometheus.GaugeVec // tracks the finalized height
1717 maxCollectionSize prometheus.Gauge // tracks the maximum collection size
1818 guarantees * prometheus.HistogramVec // counts the number/size of FINALIZED collections
19- collectionSize * prometheus. HistogramVec
20- priorityTxns * prometheus. HistogramVec
19+ collectionSize * prometheus. HistogramVec // number of transactions included ONLY in the cluster blocks proposed by this node
20+ priorityTxns * prometheus. HistogramVec // number of priority transactions included ONLY in cluster blocks proposed by this node
2121}
2222
2323var _ module.CollectionMetrics = (* CollectionCollector )(nil )
You can’t perform that action at this time.
0 commit comments