Files
ports/sysutils/tempo/files/patch-example_docker-compose_shared_tempo.yaml
T
Daniel Morante ae4db05349 sysutils/tempo: Update 2.7.2 => 2.10.5
Changelog:
https://github.com/grafana/tempo/blob/v2.10.5/CHANGELOG.md

- Fix build with custom user/group not from UIDs/GIDs.
- Fix substitution in comments in rc script.

PR:		295525
Sponsored by:	UNIS Labs
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
2026-05-24 01:37:36 +03:00

31 lines
867 B
YAML

--- example/docker-compose/shared/tempo.yaml.orig 2025-01-01 00:00:00 UTC
+++ example/docker-compose/shared/tempo.yaml
@@ -33,20 +33,20 @@ metrics_generator:
registry:
external_labels:
source: tempo
- cluster: docker-compose
+ cluster: freebsd
storage:
- path: /var/tempo/generator/wal
+ path: /var/db/tempo/generator/wal
remote_write:
- url: http://prometheus:9090/api/v1/write
send_exemplars: true
traces_storage:
- path: /var/tempo/generator/traces
+ path: /var/db/tempo/generator/traces
storage:
trace:
backend: local # backend configuration to use
wal:
- path: /var/tempo/wal # where to store the wal locally
+ path: /var/db/tempo/wal # where to store the wal locally
local:
- path: /var/tempo/blocks
+ path: /var/db/tempo/blocks
overrides:
defaults: