35 lines
664 B
YAML
35 lines
664 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
|
|
|
|
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
|
|
global:
|
|
max_bytes_per_trace: 10000000
|