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>
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.
You can’t perform that action at this time.
0 commit comments