Files
probo/compose/tempo/tempo.yaml
Émile Ré 7aa02da555 Fix tempo protocol in local stack
Signed-off-by: Émile Ré <nemile.re@gmail.com>
2025-12-05 13:47:22 +04:00

41 lines
743 B
YAML

server:
http_listen_port: 3200
distributor:
receivers:
otlp:
protocols:
http:
endpoint: "0.0.0.0:4317"
ingester:
trace_idle_period: "10s"
max_block_bytes: 1_000_000
max_block_duration: "5m"
compactor:
compaction:
compaction_window: "1h"
max_block_bytes: 100_000_000
block_retention: "1h"
compacted_block_retention: "10m"
storage:
trace:
backend: "local"
local:
path: "/var/tempo/blocks"
block:
bloom_filter_false_positive: .05
v2_index_downsample_bytes: 1000
v2_encoding: "zstd"
wal:
path: "/var/tempo/wal"
v2_encoding: "snappy"
pool:
max_workers: 100
queue_depth: 10000
usage_report:
reporting_enabled: false