23 lines
511 B
YAML
23 lines
511 B
YAML
server:
|
|
http_listen_port: 3200
|
|
|
|
distributor:
|
|
receivers:
|
|
otlp:
|
|
protocols:
|
|
grpc:
|
|
|
|
ingester:
|
|
max_block_duration: 5m # cut the headblock when this much time passes. this is being set for dev purposes and should probably be left alone normally
|
|
|
|
compactor:
|
|
compaction:
|
|
block_retention: 1h # overall Tempo trace retention. set for dev purposes
|
|
|
|
storage:
|
|
trace:
|
|
backend: local
|
|
wal:
|
|
path: /tmp/tempo/wal
|
|
local:
|
|
path: /tmp/tempo/blocks
|