diff --git a/tempo/config.yaml b/tempo/config.yaml index 6ac22bb..7ab90d9 100644 --- a/tempo/config.yaml +++ b/tempo/config.yaml @@ -10,6 +10,9 @@ distributor: http: grpc: +ingester: + max_block_bytes: 131072000 # 128mb + metrics_generator: registry: external_labels: @@ -22,15 +25,16 @@ metrics_generator: compactor: compaction: - block_retention: 168h # 7 days + block_retention: 672h # 28 days compacted_block_retention: 30m - retention_concurrency: 1 + retention_concurrency: 2 storage: trace: backend: s3 wal: path: /tempo-data/wal # where to store the the wal locally + encoding: zstd s3: endpoint: s3.kmsign.ru bucket: tempo