You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f.Func("migration-v3-disabled-shards", "List of disabled shards for migration v3", c.setMigrationV3DisabledShards)
212
211
f.IntVar(&c.MigrationDelaySec, "migration-delay-sec", d.MigrationDelaySec, "Delay in seconds between migration steps")
213
212
214
-
varenableMappingStoragebool
215
-
f.BoolVar(&enableMappingStorage, "enable-mapping-storage", false, "Enable full mapping inmemory&disk storage")
216
-
f.BoolVar(&c.EnableMappingAfterSampling, "enable-mapping-after-sampling", d.EnableMappingAfterSampling, "Enable mapping after sampling")
213
+
varenableMappingAfterSamplingbool
214
+
f.BoolVar(&enableMappingAfterSampling, "enable-mapping-after-sampling", false, "Enable mapping after sampling")
217
215
f.IntVar(&c.MaxUnknownTagsInBucket, "mapping-queue-max-unknown-tags-in-bucket", d.MaxUnknownTagsInBucket, "Max unknown tags per bucket to add to mapping queue.")
218
216
f.IntVar(&c.MaxCreateTagsPerIteration, "mapping-queue-create-tags-per-iteration", d.MaxCreateTagsPerIteration, "Mapping queue will create no more tags per iteration (roughly second).")
219
-
varmaxLoadTagsPerIterationint
220
-
f.IntVar(&maxLoadTagsPerIteration, "mapping-queue-load-tags-per-iteration", 0, "Mapping queue will load no more tags per iteration (roughly second).")
221
217
f.IntVar(&c.TagHitsToCreate, "mapping-queue-hits-to-create", d.TagHitsToCreate, "Tag mapping will be created if it is used in so many different seconds.")
222
218
f.IntVar(&c.TagTotalToCreate, "mapping-queue-total-to-create", d.TagTotalToCreate, "Tag mapping will be created if it is used so many times.")
223
219
f.IntVar(&c.MaxUnknownTagsToKeep, "mapping-queue-max-unknown-tags-to-keep", d.MaxUnknownTagsToKeep, "Mapping queue will remember and collect hits on so many different strings.")
0 commit comments