Files
probo/compose/tempo/tempo.yaml
Sacha Al Himdani f6962577c7 Update Tempo config for latest version
Remove deprecated compactor, bloom_filter, and v2_* storage fields
that were dropped in Tempo 2.10.x. Add inmemory ring kvstore for
the ingester lifecycler to prevent InstancesCount <= 0 errors in
single-instance dev mode.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2026-04-02 17:15:22 +02:00

34 lines
544 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"
lifecycler:
ring:
kvstore:
store: "inmemory"
replication_factor: 1
storage:
trace:
backend: "local"
local:
path: "/var/tempo/blocks"
wal:
path: "/var/tempo/wal"
pool:
max_workers: 100
queue_depth: 10000
usage_report:
reporting_enabled: false