MCPcopy Create free account
hub / github.com/cortexproject/cortex / tsdbIngesterConfig

Method tsdbIngesterConfig

pkg/cortex/modules.go:495–497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

493}
494
495func (t *Cortex) tsdbIngesterConfig() {
496 t.Cfg.Ingester.BlocksStorageConfig = t.Cfg.BlocksStorage
497}
498
499func (t *Cortex) initIngesterService() (serv services.Service, err error) {
500 t.Cfg.Ingester.LifecyclerConfig.RingConfig.KVStore.Multi.ConfigProvider = multiClientRuntimeConfigChannel(t.RuntimeConfig)

Callers 2

initIngesterServiceMethod · 0.95
initFlusherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected