diff --git a/cmd/collector/app/options.go b/cmd/collector/app/options.go index 46a73271ebe..53de30ef105 100644 --- a/cmd/collector/app/options.go +++ b/cmd/collector/app/options.go @@ -125,14 +125,14 @@ func (options) QueueSize(queueSize int) Option { } } -// DynQueueSize creates an Option that initializes the queue size +// DynQueueSizeWarmup creates an Option that initializes the dynamic queue size func (options) DynQueueSizeWarmup(dynQueueSizeWarmup uint) Option { return func(b *options) { b.dynQueueSizeWarmup = dynQueueSizeWarmup } } -// DynQueueSize creates an Option that initializes the queue size +// DynQueueSizeMemory creates an Option that initializes the dynamic queue memory func (options) DynQueueSizeMemory(dynQueueSizeMemory uint) Option { return func(b *options) { b.dynQueueSizeMemory = dynQueueSizeMemory