30 lines
426 B
YAML
30 lines
426 B
YAML
|
|
server:
|
||
|
|
http_listen_port: 3200
|
||
|
|
|
||
|
|
distributor:
|
||
|
|
receivers:
|
||
|
|
otlp:
|
||
|
|
protocols:
|
||
|
|
grpc:
|
||
|
|
endpoint: 0.0.0.0:4317
|
||
|
|
|
||
|
|
ingester:
|
||
|
|
max_block_duration: 5m
|
||
|
|
|
||
|
|
compactor:
|
||
|
|
compaction:
|
||
|
|
block_retention: 48h
|
||
|
|
|
||
|
|
storage:
|
||
|
|
trace:
|
||
|
|
backend: local
|
||
|
|
local:
|
||
|
|
path: /var/tempo/traces
|
||
|
|
wal:
|
||
|
|
path: /var/tempo/wal
|
||
|
|
|
||
|
|
query_frontend:
|
||
|
|
search:
|
||
|
|
duration_slo: 5s
|
||
|
|
throughput_bytes_slo: 1.073741824e+09
|