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
| tempo.livenessProbe.httpGet.port | int |`3100`||
67
+
| tempo.livenessProbe.httpGet.port | int |`3200`||
68
68
| tempo.livenessProbe.initialDelaySeconds | int |`30`||
69
69
| tempo.livenessProbe.periodSeconds | int |`10`||
70
70
| tempo.livenessProbe.successThreshold | int |`1`||
@@ -82,7 +82,7 @@ Grafana Tempo Single Binary Mode
82
82
| tempo.queryFrontend | object |`{}`| Configuration options for the query-fronted. Refers to: https://grafana.com/docs/tempo/latest/configuration/#query-frontend|
83
83
| tempo.readinessProbe.failureThreshold | int |`3`||
Copy file name to clipboardExpand all lines: charts/tempo/README.md.gotmpl
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,18 @@ The command removes all the Kubernetes components associated with the chart and
40
40
41
41
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
42
42
43
+
### From Chart versions < 1.22.0
44
+
* Breaking Change *
45
+
Please be aware that we've updated the Tempo version to 2.8, which includes some breaking changes
46
+
We recommend reviewing the [release notes](https://grafana.com/docs/tempo/latest/release-notes/v2-8/) before upgrading.
47
+
48
+
### From Chart versions < 1.21.1
49
+
* Breaking Change *
50
+
In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200.
51
+
43
52
### From Chart versions < 1.19.0
44
53
* Breaking Change *
45
-
In order to reduce confusion, the overrides configurations have been renamed as below.
54
+
In order to reduce confusion, the overrides configurations have been renamed as below.
46
55
47
56
`global_overrides` => `overrides` (this is where the defaults for every tenant is set)
48
57
`overrides` => `per_tenant_overrides` (this is where configurations for specific tenants can be set)
@@ -65,11 +74,11 @@ We recommend reviewing the [release notes](https://github.com/grafana/tempo/rele
65
74
### From Chart versions < 1.0.0
66
75
67
76
Please note that we've incremented the major version when upgrading to Tempo 2.0. There were a large number of
68
-
changes in this release (breaking and otherwise). It is encouraged to review the [release notes](https://grafana.com/docs/tempo/latest/release-notes/v2-0/)
77
+
changes in this release (breaking and otherwise). It is encouraged to review the [release notes](https://grafana.com/docs/tempo/latest/release-notes/v2-0/)
69
78
and [1.5 -> 2.0 upgrade guide](https://grafana.com/docs/tempo/latest/setup/upgrade/) before upgrading.
70
79
71
80
### From Chart versions < 0.7.0
72
81
73
82
Upgrading from pre 0.7.0 will, by default, move your trace storage from `/tmp/tempo/traces` to `/var/tempo/traces`.
74
-
This will cause Tempo to lose trace history. If you would like to retain history just copy the contents from the
75
-
old folder to the new.
83
+
This will cause Tempo to lose trace history. If you would like to retain history just copy the contents from the
0 commit comments