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

Function NewDistributor

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

Source from the content-addressed store, hash-verified

32}
33
34func NewDistributor(name string, store RingStore, address string, flags map[string]string, image string) *CortexService {
35 return NewDistributorWithConfigFile(name, store, address, "", flags, image)
36}
37
38func NewDistributorWithConfigFile(name string, store RingStore, address, configFile string, flags map[string]string, image string) *CortexService {
39 if configFile != "" {

Calls 1