|
1 | 1 | # tempo-distributed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode |
6 | 6 |
|
@@ -48,6 +48,13 @@ The command removes all the Kubernetes components associated with the chart and |
48 | 48 |
|
49 | 49 | A major chart version change indicates that there is an incompatible breaking change needing manual actions. |
50 | 50 |
|
| 51 | +### From Chart versions < 1.31.0 |
| 52 | + |
| 53 | +Tempo serverless was deprecated in [tempo 2.7 release](https://github.com/grafana/tempo/releases/tag/v2.7.0), |
| 54 | +Config options related to serverless are being removed from helm chart, and this might be a breaking change if you were using tempo serverless. |
| 55 | + |
| 56 | +These config optioons are removed in [tempo#4599](https://github.com/grafana/tempo/pull/4599) and will not work from next release of tempo. |
| 57 | + |
51 | 58 | ### From Chart versions < 1.28.2 |
52 | 59 |
|
53 | 60 | Please be aware that we've updated the Tempo version to 2.7, which includes some breaking changes |
@@ -737,12 +744,6 @@ The memcached default args are removed and should be provided manually. The sett |
737 | 744 | | querier.autoscaling.targetMemoryUtilizationPercentage | string | `nil` | Target memory utilisation percentage for the querier | |
738 | 745 | | querier.config.frontend_worker.grpc_client_config | object | `{}` | grpc client configuration | |
739 | 746 | | 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. | |
744 | | -| querier.config.search.google_cloud_run | object | `{}` | external_backend is "google_cloud_run". | |
745 | | -| 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. | |
746 | 747 | | querier.config.search.query_timeout | string | `"30s"` | Timeout for search requests | |
747 | 748 | | querier.config.trace_by_id.query_timeout | string | `"10s"` | Timeout for trace lookup requests | |
748 | 749 | | querier.extraArgs | list | `[]` | Additional CLI args for the querier | |
|
0 commit comments