Files
infrastructure/roles/tempo/templates/config.yml.j2
Leonidas Spyropoulos d5581d82bc tempo: fix compaction work cache path
Align with tempo 3.0 config version which was in prod

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2026-06-21 22:38:22 +01:00

58 lines
1.1 KiB
Django/Jinja

stream_over_http_enabled: true
server:
http_listen_address: 127.0.0.1
http_listen_port: 3200
grpc_listen_address: 127.0.0.1
grpc_listen_port: 3201
log_level: info
query_frontend:
search:
duration_slo: 5s
throughput_bytes_slo: 1.073741824e+09
trace_by_id:
duration_slo: 5s
distributor:
receivers:
otlp:
protocols:
http:
endpoint: {{ wireguard_address }}:4318
live_store:
shutdown_marker_dir: /var/lib/tempo/live-store/shutdown-marker
wal:
path: /var/lib/tempo/live-store/traces
backend_scheduler:
local_work_path: /var/lib/tempo/scheduler
metrics_generator:
registry:
external_labels:
source: tempo
storage:
path: /var/lib/tempo/generator/wal
remote_write:
- url: http://localhost:9090/api/v1/write
send_exemplars: true
storage:
trace:
backend: local
wal:
path: /var/lib/tempo/wal
local:
path: /var/lib/tempo/blocks
overrides:
defaults:
metrics_generator:
processors: [service-graphs, span-metrics]
compaction:
block_retention: 168h # 7 days
usage_report:
reporting_enabled: false