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.DurationVar(&cfg.Trace.BlocklistPoll, util.PrefixConfig(prefix, "trace.maintenance-cycle"), DefaultBlocklistPoll, "Period at which to run the maintenance cycle.")
But in the YAML config this flag corresponds with storage.trace.blocklist_poll
Sure, I must have misread your comment. Agree blocklist_poll is better since this is the only thing we do.
yvrhdn
changed the title
Rename yaml config: storage.trace.blocklist_poll to maintenance_cycle
Rename CLI flag: --storage.trace.maintenance-cycle to --storage.trace.blocklist_poll
Aug 11, 2021
Describe the bug
The CLI has a flag
--storage.trace.maintenance-cycle
tempo/modules/storage/config.go
Line 34 in c61b678
But in the YAML config this flag corresponds with
storage.trace.blocklist_poll
tempo/tempodb/config.go
Lines 30 to 31 in 9485f96
Changing this will be a breaking change.
Expected behavior
Name of YAML config options and CLI flags match with each other.
The text was updated successfully, but these errors were encountered: