Skip to content

Commit 1a47f5d

Browse files
committed
Linted
1 parent c00e6cc commit 1a47f5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/metrics/collection.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
var _ module.CollectionMetrics = (*CollectionCollector)(nil)

0 commit comments

Comments
 (0)