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>
This commit is contained in:
Sacha Al Himdani
2026-04-02 14:44:25 +02:00
parent 6600f415b7
commit f6962577c7
2 changed files with 7 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ unit:
tracing:
addr: "localhost:4317"
max-batch-size: 512
batch-timeout: 5
export-timeout: 30
batch-timeout: 1
export-timeout: 1
max-queue-size: 2048
probod: