summaryrefslogtreecommitdiff
path: root/example/tracing/tempo.yaml
blob: 551d3b3902b86e9ac9a0b2a6283a34467f021b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
server:
  http_listen_port: 3200

distributor:
  receivers:
    otlp:
      protocols:
        http:
          endpoint: '0.0.0.0:4318'
        grpc:
          endpoint: '0.0.0.0:4317'

ingester:
  max_block_duration: 5m

compactor:
  compaction:
    block_retention: 1h

storage:
  trace:
    backend: local
    wal:
      path: /tmp/tempo/wal
    local:
      path: /tmp/tempo/blocks