Skip to content

Commit 0a61f92

Browse files
Merge pull request #79341 from max-cx/OBSDOCS-1147
OBSDOCS-1147: Bugfix - update storage secret table
2 parents ff64c82 + a28d6e1 commit 0a61f92

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

modules/distr-tracing-tempo-config-default.adoc

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,91 @@ managementState: managed # <21>
5959
<19> Configures operands to handle telemetry data.
6060
<20> Configures search capabilities.
6161
<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.
141+
|
142+
|
143+
144+
|`template.gateway:`
145+
|Configuration options for the Tempo gateway.
146+
|
147+
|
148+
149+
|===

0 commit comments

Comments
 (0)