|
1 | 1 | # tempo-distributed |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode |
6 | 6 |
|
@@ -622,6 +622,7 @@ The memcached default args are removed and should be provided manually. The sett |
622 | 622 | | ingester.service.annotations | object | `{}` | Annotations for ingester service | |
623 | 623 | | ingester.service.internalTrafficPolicy | string | `"Cluster"` | https://kubernetes.io/docs/concepts/services-networking/service-traffic-policy/ | |
624 | 624 | | 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 | |
625 | 626 | | ingester.statefulStrategy | object | `{"rollingUpdate":{"partition":0}}` | updateStrategy of the ingester statefulset. This is ignored when ingester.zoneAwareReplication.enabled=true. | |
626 | 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. | |
627 | 628 | | ingester.tolerations | list | `[]` | Tolerations for ingester pods | |
@@ -768,6 +769,7 @@ The memcached default args are removed and should be provided manually. The sett |
768 | 769 | | metricsGenerator.replicas | int | `1` | Number of replicas for the metrics-generator | |
769 | 770 | | metricsGenerator.resources | object | `{}` | Resource requests and limits for the metrics-generator | |
770 | 771 | | metricsGenerator.service.annotations | object | `{}` | Annotations for Metrics Generator service | |
| 772 | +| metricsGenerator.serviceDiscovery.annotations | object | `{}` | Annotations for Metrics Generator discovery service | |
771 | 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. | |
772 | 774 | | metricsGenerator.tolerations | list | `[]` | Tolerations for metrics-generator pods | |
773 | 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 | |
|
0 commit comments