File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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 // 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
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