MCPcopy Index your code
hub / github.com/cortexproject/cortex / NewIngester

Function NewIngester

integration/e2ecortex/services.go:168–170  ·  view source on GitHub ↗
(name string, store RingStore, address string, flags map[string]string, image string)

Source from the content-addressed store, hash-verified

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

Calls 1