Versions in this module Expand all Collapse all v2 v2.5.2 Apr 27, 2022 Changes in this version + func NewQuerierWorker(cfg Config, rng ring.ReadRing, handler RequestHandler, logger log.Logger, ...) (services.Service, error) + type Config struct + DNSLookupPeriod time.Duration + FrontendAddress string + GRPCClientConfig grpcclient.Config + MatchMaxConcurrency bool + MaxConcurrentRequests int + Parallelism int + QuerierID string + SchedulerAddress string + func (cfg *Config) RegisterFlags(f *flag.FlagSet) + func (cfg *Config) Validate(log log.Logger) error + type Metrics struct + func NewMetrics(conf Config, r prometheus.Registerer) *Metrics + type RequestHandler interface + Handle func(context.Context, *httpgrpc.HTTPRequest) (*httpgrpc.HTTPResponse, error)