Home
last modified time | relevance | path

Searched defs:WALConfig (Results 1 – 6 of 6) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/ingester/
H A Dwal.go26 type WALConfig struct { struct
27 Enabled bool `yaml:"enabled"`
28 Dir string `yaml:"dir"`
29 CheckpointDuration time.Duration `yaml:"checkpoint_duration"`
30 FlushOnShutdown bool `yaml:"flush_on_shutdown"`
31 ReplayMemoryCeiling flagext.ByteSize `yaml:"replay_memory_ceiling"`
34 func (cfg *WALConfig) Validate() error {
42 func (cfg *WALConfig) RegisterFlags(f *flag.FlagSet) {
79 func newWAL(cfg WALConfig, registerer prometheus.Registerer, metrics *ingesterMetrics, seriesIter S…
H A Dreplay_controller.go58 func newReplayController(metrics *ingesterMetrics, cfg WALConfig, flusher Flusher) *replayControlle…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/ingester/
H A Dwal.go34 type WALConfig struct { struct
35 WALEnabled bool `yaml:"wal_enabled"`
36 CheckpointEnabled bool `yaml:"checkpoint_enabled"`
37 Recover bool `yaml:"recover_from_wal"`
38 Dir string `yaml:"wal_dir"`
39 CheckpointDuration time.Duration `yaml:"checkpoint_duration"`
40 FlushOnShutdown bool `yaml:"flush_on_shutdown_with_wal_enabled"`
42 checkpointDuringShutdown bool
46 func (cfg *WALConfig) RegisterFlags(f *flag.FlagSet) {
106 func newWAL(cfg WALConfig, userStatesFunc func() map[string]*userState, registerer prometheus.Regis…
H A Dingester.go61WALConfig WALConfig `yaml:"walconfig" doc:"description=Configures the Write-Ahe… member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/ingester/
H A Dwal.go34 type WALConfig struct { struct
35 WALEnabled bool `yaml:"wal_enabled"`
36 CheckpointEnabled bool `yaml:"checkpoint_enabled"`
37 Recover bool `yaml:"recover_from_wal"`
38 Dir string `yaml:"wal_dir"`
39 CheckpointDuration time.Duration `yaml:"checkpoint_duration"`
40 FlushOnShutdown bool `yaml:"flush_on_shutdown_with_wal_enabled"`
42 checkpointDuringShutdown bool
46 func (cfg *WALConfig) RegisterFlags(f *flag.FlagSet) {
106 func newWAL(cfg WALConfig, userStatesFunc func() map[string]*userState, registerer prometheus.Regis…
H A Dingester.go61WALConfig WALConfig `yaml:"walconfig" doc:"description=Configures the Write-Ahe… member