gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

tempo.yaml (302B)


      1 server:
      2   http_listen_port: 3200
      3 
      4 distributor:
      5   receivers:
      6     otlp:
      7       protocols:
      8         grpc:
      9 
     10 ingester:
     11   max_block_duration: 5m
     12 
     13 compactor:
     14   compaction:
     15     block_retention: 1h
     16 
     17 storage:
     18   trace:
     19     backend: local
     20     wal:
     21       path: /tmp/tempo/wal
     22     local:
     23       path: /tmp/tempo/blocks