2023-06-09 16:04:23 +02:00
|
|
|
server:
|
|
|
|
http_listen_port: 3200
|
|
|
|
|
|
|
|
distributor:
|
|
|
|
receivers:
|
|
|
|
otlp:
|
|
|
|
protocols:
|
2025-02-06 12:14:37 +01:00
|
|
|
http:
|
|
|
|
endpoint: '0.0.0.0:4318'
|
2023-06-09 16:04:23 +02:00
|
|
|
grpc:
|
2025-02-06 12:14:37 +01:00
|
|
|
endpoint: '0.0.0.0:4317'
|
2023-06-09 16:04:23 +02:00
|
|
|
|
|
|
|
ingester:
|
|
|
|
max_block_duration: 5m
|
|
|
|
|
|
|
|
compactor:
|
|
|
|
compaction:
|
|
|
|
block_retention: 1h
|
|
|
|
|
|
|
|
storage:
|
|
|
|
trace:
|
|
|
|
backend: local
|
|
|
|
wal:
|
|
|
|
path: /tmp/tempo/wal
|
|
|
|
local:
|
|
|
|
path: /tmp/tempo/blocks
|