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

Function NewCompactor

integration/e2ecortex/services.go:296–298  ·  view source on GitHub ↗
(name string, consulAddress string, flags map[string]string, image string)

Source from the content-addressed store, hash-verified

294}
295
296func NewCompactor(name string, consulAddress string, flags map[string]string, image string) *CortexService {
297 return NewCompactorWithConfigFile(name, consulAddress, "", flags, image)
298}
299
300func NewCompactorWithConfigFile(name, consulAddress, configFile string, flags map[string]string, image string) *CortexService {
301 if configFile != "" {

Calls 1