Skip to content

Commit 416ecdc

Browse files
pracuccigouthamve
authored andcommitted
Fixed TSDB shipper GCS cli flags registration (#1807)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 7d5cbb6 commit 416ecdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/storage/tsdb/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type Config struct {
3737
// RegisterFlags registers the TSDB flags
3838
func (cfg *Config) RegisterFlags(f *flag.FlagSet) {
3939
cfg.S3.RegisterFlags(f)
40+
cfg.GCS.RegisterFlags(f)
4041

4142
f.StringVar(&cfg.Dir, "experimental.tsdb.dir", "tsdb", "directory to place all TSDB's into")
4243
f.StringVar(&cfg.SyncDir, "experimental.tsdb.sync-dir", "tsdb-sync", "directory to place synced tsdb indicies")

0 commit comments

Comments
 (0)