|
1 | 1 | # tempo-distributed
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode
|
6 | 6 |
|
@@ -46,14 +46,14 @@ The command removes all the Kubernetes components associated with the chart and
|
46 | 46 |
|
47 | 47 | A major chart version change indicates that there is an incompatible breaking change needing manual actions.
|
48 | 48 |
|
49 |
| -### from Chart versions < 1.13.0 |
| 49 | +### From Chart versions < 1.15.2 |
50 | 50 |
|
51 |
| -EXPERIMENTAL: Zone Aware Replication has been added to the ingester statefulset. |
52 |
| -Attention, the calculation of the pods per AZ is as follows ```(.values.ingester.replicas + numberOfZones -1)/numberOfZones``` |
| 51 | +Switch to new overrides format, see https://grafana.com/docs/tempo/latest/configuration/#overrides. |
53 | 52 |
|
54 |
| -### From Chart versions < 1.8.0 |
| 53 | +### From Chart versions < 1.13.0 |
55 | 54 |
|
56 |
| -Switch to new overrides format, see https://grafana.com/docs/tempo/latest/configuration/#overrides. |
| 55 | +EXPERIMENTAL: Zone Aware Replication has been added to the ingester statefulset. |
| 56 | +Attention, the calculation of the pods per AZ is as follows ```(.values.ingester.replicas + numberOfZones -1)/numberOfZones``` |
57 | 57 |
|
58 | 58 | ### From Chart versions < 1.6.0
|
59 | 59 |
|
@@ -661,7 +661,7 @@ The memcached default args are removed and should be provided manually. The sett
|
661 | 661 | | minio.rootPassword | string | `"supersecret"` | |
|
662 | 662 | | minio.rootUser | string | `"grafana-tempo"` | |
|
663 | 663 | | multitenancyEnabled | bool | `false` | |
|
664 |
| -| overrides | string | `"overrides: {}\n"` | | |
| 664 | +| overrides | object | `{}` | | |
665 | 665 | | prometheusRule.annotations | object | `{}` | PrometheusRule annotations |
|
666 | 666 | | prometheusRule.enabled | bool | `false` | If enabled, a PrometheusRule resource for Prometheus Operator is created |
|
667 | 667 | | prometheusRule.groups | list | `[]` | Contents of Prometheus rules file |
|
|
0 commit comments