|
1 | 1 | # tempo-distributed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode |
6 | 6 |
|
@@ -616,6 +616,7 @@ The memcached default args are removed and should be provided manually. The sett |
616 | 616 | | ingester.config.replication_factor | int | `3` | Number of copies of spans to store in the ingester ring | |
617 | 617 | | ingester.config.trace_idle_period | string | `nil` | Amount of time a trace must be idle before flushing it to the wal. | |
618 | 618 | | ingester.extraArgs | list | `[]` | Additional CLI args for the ingester | |
| 619 | +| ingester.extraContainers | list | `[]` | Containers to add to the ingester pods | |
619 | 620 | | ingester.extraEnv | list | `[]` | Environment variables to add to the ingester pods | |
620 | 621 | | ingester.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the ingester pods | |
621 | 622 | | ingester.extraVolumeMounts | list | `[]` | Extra volumes for ingester pods | |
@@ -699,6 +700,7 @@ The memcached default args are removed and should be provided manually. The sett |
699 | 700 | | memcached.affinity | string | Hard node and soft zone anti-affinity | Affinity for memcached pods. Passed through `tpl` and, thus, to be configured as string | |
700 | 701 | | memcached.enabled | bool | `true` | Specified whether the memcached cachce should be enabled | |
701 | 702 | | memcached.extraArgs | list | `[]` | Additional CLI args for memcached | |
| 703 | +| memcached.extraContainers | list | `[]` | Containers to add to the memcached pods | |
702 | 704 | | memcached.extraEnv | list | `[]` | Environment variables to add to memcached pods | |
703 | 705 | | memcached.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to memcached pods | |
704 | 706 | | memcached.extraVolumeMounts | list | `[]` | Extra volumes for memcached pods | |
@@ -775,6 +777,7 @@ The memcached default args are removed and should be provided manually. The sett |
775 | 777 | | metricsGenerator.config.traces_storage | object | `{"path":"/var/tempo/traces"}` | Used by the local blocks processor to store a wal for traces. | |
776 | 778 | | metricsGenerator.enabled | bool | `false` | Specifies whether a metrics-generator should be deployed | |
777 | 779 | | metricsGenerator.extraArgs | list | `[]` | Additional CLI args for the metrics-generator | |
| 780 | +| metricsGenerator.extraContainers | list | `[]` | Containers to add to the metrics-generator pods | |
778 | 781 | | metricsGenerator.extraEnv | list | `[]` | Environment variables to add to the metrics-generator pods | |
779 | 782 | | metricsGenerator.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the metrics-generator pods | |
780 | 783 | | metricsGenerator.extraVolumeMounts | list | `[]` | Extra volumes for metrics-generator pods | |
@@ -876,6 +879,7 @@ The memcached default args are removed and should be provided manually. The sett |
876 | 879 | | querier.config.search.query_timeout | string | `"30s"` | Timeout for search requests | |
877 | 880 | | querier.config.trace_by_id.query_timeout | string | `"10s"` | Timeout for trace lookup requests | |
878 | 881 | | querier.extraArgs | list | `[]` | Additional CLI args for the querier | |
| 882 | +| querier.extraContainers | list | `[]` | Containers to add to the querier pods | |
879 | 883 | | querier.extraEnv | list | `[]` | Environment variables to add to the querier pods | |
880 | 884 | | querier.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the querier pods | |
881 | 885 | | querier.extraVolumeMounts | list | `[]` | Extra volumes for querier pods | |
@@ -927,6 +931,7 @@ The memcached default args are removed and should be provided manually. The sett |
927 | 931 | | queryFrontend.config.trace_by_id | object | `{"query_shards":50}` | Trace by ID lookup configuration | |
928 | 932 | | queryFrontend.config.trace_by_id.query_shards | int | `50` | The number of shards to split a trace by id query into. | |
929 | 933 | | queryFrontend.extraArgs | list | `[]` | Additional CLI args for the query-frontend | |
| 934 | +| queryFrontend.extraContainers | list | `[]` | Containers to add to the query-frontend pods | |
930 | 935 | | queryFrontend.extraEnv | list | `[]` | Environment variables to add to the query-frontend pods | |
931 | 936 | | queryFrontend.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the query-frontend pods | |
932 | 937 | | queryFrontend.extraVolumeMounts | list | `[]` | Extra volumes for query-frontend pods | |
|
0 commit comments