# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 server: http_listen_port: 3200 distributor: receivers: otlp: protocols: grpc: endpoint: 0.0.0.0:4317 # Receives from OTEL collector http: endpoint: 0.0.0.0:4318 ingester: trace_idle_period: 10s max_block_bytes: 1_000_000 max_block_duration: 5m storage: trace: backend: local block: bloom_filter_false_positive: .05 wal: path: /tmp/tempo/wal local: path: /tmp/tempo/blocks compactor: compaction: compaction_window: 1h max_compaction_objects: 1000000 block_retention: 1h compacted_block_retention: 10m