diff options
Diffstat (limited to 'example/tracing/tempo.yaml')
-rw-r--r-- | example/tracing/tempo.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/example/tracing/tempo.yaml b/example/tracing/tempo.yaml new file mode 100644 index 000000000..52f6147a0 --- /dev/null +++ b/example/tracing/tempo.yaml @@ -0,0 +1,23 @@ +server: + http_listen_port: 3200 + +distributor: + receivers: + otlp: + protocols: + grpc: + +ingester: + max_block_duration: 5m + +compactor: + compaction: + block_retention: 1h + +storage: + trace: + backend: local + wal: + path: /tmp/tempo/wal + local: + path: /tmp/tempo/blocks |