MCPcopy Create free account
hub / github.com/cortexproject/cortex / NewQuerier

Function NewQuerier

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

Source from the content-addressed store, hash-verified

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

Calls 1

NewQuerierWithConfigFileFunction · 0.85