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
stores:=cmd.Flag("store", "Addresses of statically configured store API servers (repeatable).").
69
69
PlaceHolder("<store>").Strings()
70
70
71
-
fileSDFiles:=cmd.Flag("store.file-sd-config.files", "Path to files that contain addresses of store API servers. The path can be a glob pattern (repeatable).").
71
+
fileSDFiles:=cmd.Flag("store.sd-files", "Path to files that contain addresses of store API servers. The path can be a glob pattern (repeatable).").
72
72
PlaceHolder("<path>").Strings()
73
73
74
-
fileSDInterval:=modelDuration(cmd.Flag("store.file-sd-config.interval", "Refresh interval to re-read file SD files. (used as a fallback)").
74
+
fileSDInterval:=modelDuration(cmd.Flag("store.sd-interval", "Refresh interval to re-read file SD files. It is used as a resync fallback.").
75
75
Default("5m"))
76
76
77
77
enableAutodownsampling:=cmd.Flag("query.auto-downsampling", "Enable automatic adjustment (step / 5) to what source of data should be used in store gateways if no max_source_resolution param is specified. ").
queries:=cmd.Flag("query", "Addresses of statically configured query API servers (repeatable).").
82
82
PlaceHolder("<query>").Strings()
83
83
84
-
fileSDFiles:=cmd.Flag("query.file-sd-config.files", "Path to file that contain addresses of query peers. The path can be a glob pattern (repeatable).").
84
+
fileSDFiles:=cmd.Flag("query.sd-files", "Path to file that contain addresses of query peers. The path can be a glob pattern (repeatable).").
85
85
PlaceHolder("<path>").Strings()
86
86
87
-
fileSDInterval:=modelDuration(cmd.Flag("query.file-sd-config.interval", "Refresh interval to re-read file SD files. (used as a fallback)").
87
+
fileSDInterval:=modelDuration(cmd.Flag("query.sd-interval", "Refresh interval to re-read file SD files. (used as a fallback)").
0 commit comments