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
<19> Configures operands to handle telemetry data.
60
60
<20> Configures search capabilities.
61
61
<21> Defines whether or not this CR is managed by the Operator. The default value is `managed`.
62
+
63
+
.`TempoStack` CR parameters
64
+
[options="header"]
65
+
[cols="a, a, a, a"]
66
+
|===
67
+
|Parameter |Description |Values |Default value
68
+
69
+
|`apiVersion:`
70
+
|API version to use when creating the object.
71
+
|`tempo.grafana.com/v1alpha1`
72
+
|`tempo.grafana.com/v1alpha1`
73
+
74
+
|`kind:`
75
+
|Defines the kind of the Kubernetes object to create.
76
+
|`tempo`
77
+
|
78
+
79
+
|`metadata:`
80
+
|Data that uniquely identifies the object, including a `name` string, `UID`, and optional `namespace`.
81
+
|
82
+
|{product-title} automatically generates the `UID` and completes the `namespace` with the name of the project where the object is created.
83
+
84
+
|`name:`
85
+
|Name for the object.
86
+
|Name of your TempoStack instance.
87
+
|`tempo-all-in-one-inmemory`
88
+
89
+
|`spec:`
90
+
|Specification for the object to be created.
91
+
|Contains all of the configuration parameters for your TempoStack instance. When a common definition for all Tempo components is required, it is defined under the `spec` node. When the definition relates to an individual component, it is placed under the `spec.template.<component>` node.
92
+
|N/A
93
+
94
+
|`resources:`
95
+
|Resources assigned to the TempoStack instance.
96
+
|
97
+
|
98
+
99
+
|`storageSize:`
100
+
|Storage size for ingester PVCs.
101
+
|
102
+
|
103
+
104
+
|`replicationFactor:`
105
+
|Configuration for the replication factor.
106
+
|
107
+
|
108
+
109
+
|`retention:`
110
+
|Configuration options for retention of traces.
111
+
|
112
+
|
113
+
114
+
|`storage:`
115
+
|Configuration options that define the storage.
116
+
|
117
+
|
118
+
119
+
|`template.distributor:`
120
+
|Configuration options for the Tempo distributor.
121
+
|
122
+
|
123
+
124
+
|`template.ingester:`
125
+
|Configuration options for the Tempo ingester.
126
+
|
127
+
|
128
+
129
+
|`template.compactor:`
130
+
|Configuration options for the Tempo compactor.
131
+
|
132
+
|
133
+
134
+
|`template.querier:`
135
+
|Configuration options for the Tempo querier.
136
+
|
137
+
|
138
+
139
+
|`template.queryFrontend:`
140
+
|Configuration options for the Tempo query frontend.
0 commit comments