Skip to content

Commit e458cbd

Browse files
committed
add missing argument
Signed-off-by: Alvin Lin <[email protected]>
1 parent 82d1c12 commit e458cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/compactor/compactor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ var (
7272
true, // Enable vertical compaction
7373
reg,
7474
blocksMarkedForDeletion,
75+
prometheus.NewCounter(prometheus.CounterOpts{}),
7576
garbageCollectedBlocks,
7677
metadata.NoneFunc,
7778
cfg)

0 commit comments

Comments
 (0)