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
@@ -532,6 +532,10 @@ The memcached default args are removed and should be provided manually. The sett
532
532
| gateway.ingress.hosts | list | `[{"host":"gateway.tempo.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the gateway ingress |
533
533
| gateway.ingress.labels | object | `{}` | Labels for the gateway ingress |
534
534
| gateway.ingress.tls | list | `[{"hosts":["gateway.tempo.example.com"],"secretName":"tempo-gateway-tls"}]` | TLS configuration for the gateway ingress |
| gateway.livenessProbe.initialDelaySeconds | int | `30` | |
538
+
| gateway.livenessProbe.timeoutSeconds | int | `5` | |
535
539
| gateway.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
536
540
| gateway.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating |
537
541
| gateway.nginxConfig.file | string | See values.yaml | Config file contents for Nginx. Passed through the `tpl` function to allow templating |
@@ -618,6 +622,7 @@ The memcached default args are removed and should be provided manually. The sett
618
622
| ingester.service.annotations | object | `{}` | Annotations for ingester service |
| ingester.service.type | string | `"ClusterIP"` | Type of the service: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types |
625
+
| ingester.serviceDiscovery.annotations | object | `{}` | Annotations for ingester discovery service |
621
626
| ingester.statefulStrategy | object | `{"rollingUpdate":{"partition":0}}` | updateStrategy of the ingester statefulset. This is ignored when ingester.zoneAwareReplication.enabled=true. |
622
627
| ingester.terminationGracePeriodSeconds | int | `300` | Grace period to allow the ingester to shutdown before it is killed. Especially for the ingestor, this must be increased. It must be long enough so ingesters can be gracefully shutdown flushing/transferring all data and to successfully leave the member ring on shutdown. |
623
628
| ingester.tolerations | list | `[]` | Tolerations for ingester pods |
@@ -764,6 +769,7 @@ The memcached default args are removed and should be provided manually. The sett
764
769
| metricsGenerator.replicas | int | `1` | Number of replicas for the metrics-generator |
765
770
| metricsGenerator.resources | object | `{}` | Resource requests and limits for the metrics-generator |
766
771
| metricsGenerator.service.annotations | object | `{}` | Annotations for Metrics Generator service |
772
+
| metricsGenerator.serviceDiscovery.annotations | object | `{}` | Annotations for Metrics Generator discovery service |
767
773
| metricsGenerator.terminationGracePeriodSeconds | int | `300` | Grace period to allow the metrics-generator to shutdown before it is killed. Especially for the ingestor, this must be increased. It must be long enough so metrics-generators can be gracefully shutdown flushing/transferring all data and to successfully leave the member ring on shutdown. |
768
774
| metricsGenerator.tolerations | list | `[]` | Tolerations for metrics-generator pods |
769
775
| metricsGenerator.topologySpreadConstraints | string | Defaults to allow skew no more then 1 node per AZ | topologySpread for metrics-generator pods. Passed through `tpl` and, thus, to be configured as string |
@@ -959,6 +965,8 @@ The memcached default args are removed and should be provided manually. The sett
959
965
| storage.trace.blocklist_poll_fallback | string | `nil` | fallback to scanning the entire bucket. Set to false to disable this behavior. |
| storage.trace.blocklist_poll_tenant_index_builders | string | `nil` | Maximum number of compactors that should build the tenant index. All other components will download the index. |
968
+
| storage.trace.empty_tenant_deletion_age | string | `nil` | How fast the poller will delete a tenant if it is empty. Will need to be enabled in 'empty_tenant_deletion_enabled'. |
| storage.trace.pool.max_workers | int | `400` | Total number of workers pulling jobs from the queue |
963
971
| storage.trace.pool.queue_depth | int | `20000` | Length of job queue. imporatant for querier as it queues a job for every block it has to search |
964
972
| storage.trace.search.prefetch_trace_count | int | `1000` | Number of traces to prefetch while scanning blocks. Increasing this value can improve trace search performance at the cost of memory. |
@@ -967,6 +975,10 @@ The memcached default args are removed and should be provided manually. The sett
| tempo.memberlist.appProtocol | string | `nil` | Adds the appProtocol field to the memberlist service. This allows memberlist to work with istio protocol selection. Set the optional service protocol. Ex: "tcp", "http" or "https". |
972
984
| tempo.memberlist.service | object | `{"annotations":{}}` | Adds the service field to the memberlist service |
0 commit comments