tempo.yml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Copyright Materialize, Inc. and contributors. All rights reserved.
  2. #
  3. # Use of this software is governed by the Business Source License
  4. # included in the LICENSE file at the root of this repository.
  5. #
  6. # As of the Change Date specified in that file, in accordance with
  7. # the Business Source License, use of this software will be governed
  8. # by the Apache License, Version 2.0.
  9. server:
  10. http_listen_port: 3200
  11. distributor:
  12. receivers:
  13. otlp:
  14. protocols:
  15. grpc:
  16. max_recv_msg_size_mib: 20
  17. ingester:
  18. max_block_duration: 5m
  19. compactor:
  20. compaction:
  21. block_retention: 15m
  22. metrics_generator:
  23. registry:
  24. external_labels:
  25. source: tempo
  26. cluster: docker-compose
  27. storage:
  28. path: /tmp/tempo/generator/wal
  29. remote_write:
  30. - url: http://prometheus:9090/api/v1/write
  31. send_exemplars: true
  32. storage:
  33. trace:
  34. backend: local
  35. wal:
  36. path: /tmp/tempo/wal
  37. local:
  38. path: /tmp/tempo/blocks
  39. overrides:
  40. metrics_generator_processors: [service-graphs, span-metrics]