diff --git a/modules/distr-tracing-tempo-config-default.adoc b/modules/distr-tracing-tempo-config-default.adoc index 782da8f6d7fc..32f04264f58a 100644 --- a/modules/distr-tracing-tempo-config-default.adoc +++ b/modules/distr-tracing-tempo-config-default.adoc @@ -19,7 +19,10 @@ spec: # <5> storage: {} # <6> resources: {} # <7> replicationFactor: 1 # <8> - retention: {} # <9> + retention: # <9> + global: + traces: 48h + perTenant: {} template: distributor: {} # <10> ingester: {} # <11> @@ -46,7 +49,7 @@ managementState: managed # <21> <6> Storage is specified at instance deployment. See the installation page for information about storage options for the instance. <7> Defines the compute resources for the Tempo container. <8> Integer value for the number of ingesters that must acknowledge the data from the distributors before accepting a span. -<9> Configuration options for retention of traces. +<9> Configuration options for retention of traces. The default value is `48h`. <10> Configuration options for the Tempo `distributor` component. <11> Configuration options for the Tempo `ingester` component. <12> Configuration options for the Tempo `compactor` component.