metrics-stack/tempo/config.yaml
2024-05-06 16:21:01 +03:00

43 lines
827 B
YAML

stream_over_http_enabled: true
server:
http_listen_port: 3200
log_level: info
distributor:
receivers:
otlp:
protocols:
http:
grpc:
ingester:
max_block_bytes: 131072000 # 128mb
metrics_generator:
registry:
external_labels:
source: trace
storage:
path: /tempo-data/generator/wal
remote_write:
- url: http://mimir:9009/api/v1/write
send_exemplars: true
compactor:
compaction:
block_retention: 672h # 28 days
compacted_block_retention: 30m
retention_concurrency: 2
storage:
trace:
backend: local
wal:
path: /tempo-data/wal # where to store the the wal locally
local:
path: /tempo-data/blocks
overrides:
defaults:
metrics_generator:
processors: [service-graphs, span-metrics] # enables metrics generator