You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to answer #1863 I realized we don't have docs relating to the frontend worker (used when we run the query-frontend+queriers in grpc mode)
We should document the frontend worker configs
// WorkerConfig is config for a worker.
type WorkerConfig struct {
Address string
Parallelism int
DNSLookupDuration time.Duration
GRPCClientConfig grpcclient.Config `yaml:"grpc_client_config"`
}
The text was updated successfully, but these errors were encountered:
Trying to answer #1863 I realized we don't have docs relating to the frontend worker (used when we run the query-frontend+queriers in grpc mode)
We should document the frontend worker configs
The text was updated successfully, but these errors were encountered: