We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d1c12 commit e458cbdCopy full SHA for e458cbd
pkg/compactor/compactor.go
@@ -72,6 +72,7 @@ var (
72
true, // Enable vertical compaction
73
reg,
74
blocksMarkedForDeletion,
75
+ prometheus.NewCounter(prometheus.CounterOpts{}),
76
garbageCollectedBlocks,
77
metadata.NoneFunc,
78
cfg)
0 commit comments