1
1
# tempo-distributed
2
2
3
- ![ Version: 1.32.1 ] ( https://img.shields.io/badge/Version-1.32.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.7.1] ( https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square )
3
+ ![ Version: 1.32.2 ] ( https://img.shields.io/badge/Version-1.32.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 2.7.1] ( https://img.shields.io/badge/AppVersion-2.7.1-informational?style=flat-square )
4
4
5
5
Grafana Tempo in MicroService mode
6
6
@@ -354,6 +354,7 @@ The memcached default args are removed and should be provided manually. The sett
354
354
| 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 |
355
355
| distributor.config.log_received_traces | string | `nil` | WARNING : Deprecated. Use log_received_spans instead. |
356
356
| distributor.extraArgs | list | `[]` | Additional CLI args for the distributor |
357
+ | distributor.extraContainers | list | `[]` | Containers to add to the distributor pod |
357
358
| distributor.extraEnv | list | `[]` | Environment variables to add to the distributor pods |
358
359
| distributor.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the distributor pods |
359
360
| distributor.extraVolumeMounts | list | `[]` | Extra volumes for distributor pods |
@@ -363,6 +364,7 @@ The memcached default args are removed and should be provided manually. The sett
363
364
| distributor.image.registry | string | `nil` | The Docker registry for the distributor image. Overrides `tempo.image.registry` |
364
365
| distributor.image.repository | string | `nil` | Docker image repository for the distributor image. Overrides `tempo.image.repository` |
365
366
| distributor.image.tag | string | `nil` | Docker image tag for the distributor image. Overrides `tempo.image.tag` |
367
+ | distributor.initContainers | list | `[]` | Init containers to add to the distributor pods |
366
368
| distributor.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
367
369
| distributor.nodeSelector | object | `{}` | Node selector for distributor pods |
368
370
| distributor.podAnnotations | object | `{}` | Annotations for distributor pods |
0 commit comments