(name string, store RingStore, address string, flags map[string]string, image string)
| 69 | } |
| 70 | |
| 71 | func NewQuerier(name string, store RingStore, address string, flags map[string]string, image string) *CortexService { |
| 72 | return NewQuerierWithConfigFile(name, store, address, "", flags, image) |
| 73 | } |
| 74 | |
| 75 | func NewQuerierWithConfigFile(name string, store RingStore, address, configFile string, flags map[string]string, image string) *CortexService { |
| 76 | if configFile != "" { |