We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5cbb6 commit 416ecdcCopy full SHA for 416ecdc
pkg/storage/tsdb/config.go
@@ -37,6 +37,7 @@ type Config struct {
37
// RegisterFlags registers the TSDB flags
38
func (cfg *Config) RegisterFlags(f *flag.FlagSet) {
39
cfg.S3.RegisterFlags(f)
40
+ cfg.GCS.RegisterFlags(f)
41
42
f.StringVar(&cfg.Dir, "experimental.tsdb.dir", "tsdb", "directory to place all TSDB's into")
43
f.StringVar(&cfg.SyncDir, "experimental.tsdb.sync-dir", "tsdb-sync", "directory to place synced tsdb indicies")
0 commit comments