|
1 | 1 | # tempo-distributed
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode
|
6 | 6 |
|
@@ -305,6 +305,7 @@ The memcached default args are removed and should be provided manually. The sett
|
305 | 305 | | cache.caches[0].roles[1] | string | `"bloom"` | |
|
306 | 306 | | cache.caches[0].roles[2] | string | `"frontend-search"` | |
|
307 | 307 | | compactor.affinity | string | Hard node and soft zone anti-affinity | Affinity for compactor pods. Passed through `tpl` and, thus, to be configured as string |
|
| 308 | +| compactor.annotations | object | `{}` | Annotations for compactor deployment | |
308 | 309 | | compactor.autoscaling | object | `{"enabled":false,"hpa":{"behavior":{},"enabled":false,"targetCPUUtilizationPercentage":100,"targetMemoryUtilizationPercentage":null},"keda":{"enabled":false,"triggers":[]},"maxReplicas":3,"minReplicas":1}` | Autoscaling configurations |
|
309 | 310 | | compactor.autoscaling.enabled | bool | `false` | Enable autoscaling for the compactor |
|
310 | 311 | | compactor.autoscaling.hpa | object | `{"behavior":{},"enabled":false,"targetCPUUtilizationPercentage":100,"targetMemoryUtilizationPercentage":null}` | Autoscaling via HPA object |
|
@@ -355,6 +356,7 @@ The memcached default args are removed and should be provided manually. The sett
|
355 | 356 | | config | string | See values.yaml | Config file contents for Tempo distributed. Passed through the `tpl` function to allow templating |
|
356 | 357 | | configStorageType | string | `"ConfigMap"` | Defines what kind of object stores the configuration, a ConfigMap or a Secret. In order to move sensitive information (such as credentials) from the ConfigMap/Secret to a more secure location (e.g. vault), it is possible to use [environment variables in the configuration](https://grafana.com/docs/mimir/latest/operators-guide/configuring/reference-configuration-parameters/#use-environment-variables-in-the-configuration). Such environment variables can be then stored in a separate Secret and injected via the global.extraEnvFrom value. For details about environment injection from a Secret please see [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/#use-case-as-container-environment-variables). |
|
357 | 358 | | distributor.affinity | string | Hard node and soft zone anti-affinity | Affinity for distributor pods. Passed through `tpl` and, thus, to be configured as string |
|
| 359 | +| distributor.annotations | object | `{}` | Annotations for distributor deployment | |
358 | 360 | | distributor.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the distributor service. This allows distributor to work with istio protocol selection. |
|
359 | 361 | | distributor.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
|
360 | 362 | | distributor.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the distributor |
|
@@ -412,6 +414,7 @@ The memcached default args are removed and should be provided manually. The sett
|
412 | 414 | | enterprise.image.repository | string | `"grafana/enterprise-traces"` | Grafana Enterprise Traces container image repository. Note: for Grafana Tempo use the value 'image.repository' |
|
413 | 415 | | enterprise.image.tag | string | `"v2.8.1"` | Grafana Enterprise Traces container image tag. Note: for Grafana Tempo use the value 'image.tag' |
|
414 | 416 | | enterpriseFederationFrontend.affinity | string | Hard node and soft zone anti-affinity | Affinity for federation-frontend pods. Passed through `tpl` and, thus, to be configured as string |
|
| 417 | +| enterpriseFederationFrontend.annotations | object | `{}` | Annotations for the federation-frontend Deployment | |
415 | 418 | | enterpriseFederationFrontend.autoscaling.enabled | bool | `false` | Enable autoscaling for the federation-frontend |
|
416 | 419 | | enterpriseFederationFrontend.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the federation-frontend |
|
417 | 420 | | enterpriseFederationFrontend.autoscaling.minReplicas | int | `1` | Minimum autoscaling replicas for the federation-frontend |
|
@@ -811,6 +814,7 @@ The memcached default args are removed and should be provided manually. The sett
|
811 | 814 | | provisioner.securityContext | object | `{"runAsGroup":10001,"runAsNonRoot":true,"runAsUser":10001}` | Run containers as nonroot user (uid=10001)` |
|
812 | 815 | | provisioner.tolerations | list | `[]` | Tolerations for tokengen Pods |
|
813 | 816 | | querier.affinity | string | Hard node and soft zone anti-affinity | Affinity for querier pods. Passed through `tpl` and, thus, to be configured as string |
|
| 817 | +| querier.annotations | object | `{}` | Annotations for querier deployment | |
814 | 818 | | querier.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the querier service. This allows querier to work with istio protocol selection. |
|
815 | 819 | | querier.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
|
816 | 820 | | querier.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the querier |
|
@@ -849,6 +853,7 @@ The memcached default args are removed and should be provided manually. The sett
|
849 | 853 | | querier.tolerations | list | `[]` | Tolerations for querier pods |
|
850 | 854 | | querier.topologySpreadConstraints | string | Defaults to allow skew no more then 1 node per AZ | topologySpread for querier pods. Passed through `tpl` and, thus, to be configured as string |
|
851 | 855 | | queryFrontend.affinity | string | Hard node and soft zone anti-affinity | Affinity for query-frontend pods. Passed through `tpl` and, thus, to be configured as string |
|
| 856 | +| queryFrontend.annotations | object | `{}` | Annotations for the query-frontend Deployment | |
852 | 857 | | queryFrontend.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the queryFrontend service. This allows queryFrontend to work with istio protocol selection. |
|
853 | 858 | | queryFrontend.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
|
854 | 859 | | queryFrontend.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the query-frontend |
|
|
0 commit comments