Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
WALDir string `yaml:"wal_dir"`
ConcurrentFlushes int `yaml:"concurrent_flushes"`
FlushOpTimeout time.Duration `yaml:"flush_op_timeout"`
ExitAfterFlush bool `yaml:"exit_after_flush"`
}
Config for an Ingester.
func (*Config) RegisterFlags ¶
func (cfg *Config) RegisterFlags(f *flag.FlagSet)
RegisterFlags adds the flags required to config this to the given FlagSet
Click to show internal directories.
Click to hide internal directories.