|
1 | 1 | # tempo-distributed
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode
|
6 | 6 |
|
@@ -442,7 +442,7 @@ The memcached default args are removed and should be provided manually. The sett
|
442 | 442 | | ingester.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the ingester service. This allows ingester to work with istio protocol selection. |
|
443 | 443 | | ingester.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
|
444 | 444 | | ingester.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the ingester |
|
445 |
| -| ingester.autoscaling.enabled | bool | `false` | Enable autoscaling for the ingester | |
| 445 | +| ingester.autoscaling.enabled | bool | `false` | Enable autoscaling for the ingester. WARNING: Autoscaling ingesters can result in lost data. Only do this if you know what you're doing. | |
446 | 446 | | ingester.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the ingester |
|
447 | 447 | | ingester.autoscaling.minReplicas | int | `1` | Minimum autoscaling replicas for the ingester |
|
448 | 448 | | ingester.autoscaling.targetCPUUtilizationPercentage | int | `60` | Target CPU utilisation percentage for the ingester |
|
@@ -701,7 +701,7 @@ The memcached default args are removed and should be provided manually. The sett
|
701 | 701 | | serviceAccount.name | string | `nil` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template |
|
702 | 702 | | storage.admin.backend | string | `"filesystem"` | The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/enterprise-traces/latest/config/reference/#admin_client_config |
|
703 | 703 | | storage.trace.backend | string | `"local"` | The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/tempo/latest/configuration/#storage |
|
704 |
| -| storage.trace.block.version | string | `"vParquet"` | The supported block versions are v2 and vParquet, as specified in https://grafana.com/docs/tempo/latest/configuration/parquet/ | |
| 704 | +| storage.trace.block.version | string | `nil` | The supported block versions are specified here https://grafana.com/docs/tempo/latest/configuration/parquet/ | |
705 | 705 | | tempo.image.pullPolicy | string | `"IfNotPresent"` | |
|
706 | 706 | | tempo.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` |
|
707 | 707 | | tempo.image.registry | string | `"docker.io"` | The Docker registry |
|
|
0 commit comments