Skip to content

Commit

Permalink
add missing argument
Browse files Browse the repository at this point in the history
Signed-off-by: Alvin Lin <alvinlin@amazon.com>
  • Loading branch information
alvinlin123 committed Jan 14, 2022
1 parent 82d1c12 commit e458cbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/compactor/compactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ var (
true, // Enable vertical compaction
reg,
blocksMarkedForDeletion,
prometheus.NewCounter(prometheus.CounterOpts{}),
garbageCollectedBlocks,
metadata.NoneFunc,
cfg)
Expand Down

0 comments on commit e458cbd

Please sign in to comment.