mirror of
https://github.com/docling-project/docling-serve.git
synced 2026-03-07 22:33:44 +00:00
47 lines
845 B
YAML
47 lines
845 B
YAML
# Tempo configuration for trace storage
|
|
|
|
server:
|
|
http_listen_port: 3200
|
|
|
|
distributor:
|
|
receivers:
|
|
otlp:
|
|
protocols:
|
|
grpc:
|
|
endpoint: 0.0.0.0:4317
|
|
http:
|
|
endpoint: 0.0.0.0:4318
|
|
|
|
ingester:
|
|
trace_idle_period: 10s
|
|
max_block_bytes: 1048576
|
|
max_block_duration: 5m
|
|
|
|
compactor:
|
|
compaction:
|
|
compaction_window: 1h
|
|
max_compaction_objects: 1000000
|
|
block_retention: 1h
|
|
compacted_block_retention: 10m
|
|
|
|
storage:
|
|
trace:
|
|
backend: local
|
|
local:
|
|
path: /tmp/tempo/blocks
|
|
wal:
|
|
path: /tmp/tempo/wal
|
|
pool:
|
|
max_workers: 100
|
|
queue_depth: 10000
|
|
|
|
metrics_generator:
|
|
registry:
|
|
external_labels:
|
|
source: tempo
|
|
storage:
|
|
path: /tmp/tempo/generator/wal
|
|
remote_write:
|
|
- url: http://prometheus:9090/api/v1/write
|
|
send_exemplars: true
|