File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ spec: # <5>
19
19
storage: {} # <6>
20
20
resources: {} # <7>
21
21
replicationFactor: 1 # <8>
22
- retention: {} # <9>
22
+ retention: # <9>
23
+ global:
24
+ traces: 48h
25
+ perTenant: {}
23
26
template:
24
27
distributor: {} # <10>
25
28
ingester: {} # <11>
@@ -46,7 +49,7 @@ spec: # <5>
46
49
<6> Storage is specified at instance deployment. See the installation page for information about storage options for the instance.
47
50
<7> Defines the compute resources for the Tempo container.
48
51
<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` .
50
53
<10> Configuration options for the Tempo `distributor` component.
51
54
<11> Configuration options for the Tempo `ingester` component.
52
55
<12> Configuration options for the Tempo `compactor` component.
You can’t perform that action at this time.
0 commit comments