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
| distributor.config.log_received_spans | object | `{"enabled":false,"filter_by_status_error":false,"include_all_attributes":false}` | Enable to log every received span to help debug ingestion or calculate span error distributions using the logs |
| distributor.config.max_attribute_bytes | int | `0` | Trace Attribute bytes limit. This is the maximum number of bytes that can be used in a trace.0 for no limit. |
375
376
| distributor.extraArgs | list | `[]` | Additional CLI args for the distributor |
376
377
| distributor.extraContainers | list | `[]` | Containers to add to the distributor pod |
377
378
| distributor.extraEnv | list | `[]` | Environment variables to add to the distributor pods |
@@ -384,6 +385,7 @@ The memcached default args are removed and should be provided manually. The sett
384
385
| distributor.image.repository | string | `nil` | Docker image repository for the distributor image. Overrides `tempo.image.repository` |
385
386
| distributor.image.tag | string | `nil` | Docker image tag for the distributor image. Overrides `tempo.image.tag` |
386
387
| distributor.initContainers | list | `[]` | Init containers to add to the distributor pods |
388
+
| distributor.lifecycle | object | `{}` | Container lifecycle hooks for the distributor |
387
389
| distributor.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
388
390
| distributor.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating |
0 commit comments