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
| querier.config.max_concurrent_queries | int | `20` | This value controls the overall number of simultaneous subqueries that the querier will service at once. It does not distinguish between the types of queries. |
740
-
| querier.config.search.external_backend | string | `""` | credentials when querying the external backend. |
741
-
| querier.config.search.external_endpoints | list | `[]` | A list of external endpoints that the querier will use to offload backend search requests |
742
-
| querier.config.search.external_hedge_requests_at | string | `"8s"` | If set to a non-zero value a second request will be issued at the provided duration. Recommended to be set to p99 of external search requests to reduce long tail latency. |
743
-
| querier.config.search.external_hedge_requests_up_to | int | `2` | The maximum number of requests to execute when hedging. Requires hedge_requests_at to be set. |
| querier.config.search.prefer_self | int | `10` | If search_external_endpoints is set then the querier will primarily act as a proxy for whatever serverless backend you have configured. This setting allows the operator to have the querier prefer itself for a configurable number of subqueries. |
Copy file name to clipboardExpand all lines: charts/tempo-distributed/values.yaml
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -810,20 +810,6 @@ querier:
810
810
search:
811
811
# -- Timeout for search requests
812
812
query_timeout: 30s
813
-
# -- If search_external_endpoints is set then the querier will primarily act as a proxy for whatever serverless backend you have configured. This setting allows the operator to have the querier prefer itself for a configurable number of subqueries.
814
-
prefer_self: 10
815
-
# -- If set to a non-zero value a second request will be issued at the provided duration. Recommended to be set to p99 of external search requests to reduce long tail latency.
816
-
external_hedge_requests_at: 8s
817
-
# -- The maximum number of requests to execute when hedging. Requires hedge_requests_at to be set.
818
-
external_hedge_requests_up_to: 2
819
-
# -- A list of external endpoints that the querier will use to offload backend search requests
820
-
external_endpoints: []
821
-
# -- The serverless backend to use. The default value of "" omits
822
-
# -- credentials when querying the external backend.
823
-
external_backend: ""
824
-
# -- Google Cloud Run configuration. Will be used only if the value of
825
-
# -- external_backend is "google_cloud_run".
826
-
google_cloud_run: {}
827
813
# -- This value controls the overall number of simultaneous subqueries that the querier will service at once. It does not distinguish between the types of queries.
0 commit comments