(name string, store RingStore, address string, flags map[string]string, image string)
| 166 | } |
| 167 | |
| 168 | func NewIngester(name string, store RingStore, address string, flags map[string]string, image string) *CortexService { |
| 169 | return NewIngesterWithConfigFile(name, store, address, "", flags, image) |
| 170 | } |
| 171 | |
| 172 | func NewIngesterWithConfigFile(name string, store RingStore, address, configFile string, flags map[string]string, image string) *CortexService { |
| 173 | if configFile != "" { |