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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user