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