Skip to content

Commit 01bac2e

Browse files
pavolloffaymax-cx
authored andcommitted
OBSDOCS-1737: Provide examples of configuring retention in TempoStack
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
1 parent 1545132 commit 01bac2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ spec: # <5>
1919
storage: {} # <6>
2020
resources: {} # <7>
2121
replicationFactor: 1 # <8>
22-
retention: {} # <9>
22+
retention: # <9>
23+
global:
24+
traces: 48h
25+
perTenant: {}
2326
template:
2427
distributor: {} # <10>
2528
ingester: {} # <11>
@@ -46,7 +49,7 @@ spec: # <5>
4649
<6> Storage is specified at instance deployment. See the installation page for information about storage options for the instance.
4750
<7> Defines the compute resources for the Tempo container.
4851
<8> Integer value for the number of ingesters that must acknowledge the data from the distributors before accepting a span.
49-
<9> Configuration options for retention of traces.
52+
<9> Configuration options for retention of traces. The default value is `48h`.
5053
<10> Configuration options for the Tempo `distributor` component.
5154
<11> Configuration options for the Tempo `ingester` component.
5255
<12> Configuration options for the Tempo `compactor` component.

0 commit comments

Comments
 (0)