Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG GRAFANA_VERSION=v12.2.0
# renovate: datasource=github-releases depName=prometheus packageName=prometheus/prometheus
ARG PROMETHEUS_VERSION=v3.7.1
# renovate: datasource=github-releases depName=tempo packageName=grafana/tempo
ARG TEMPO_VERSION=v2.8.2
ARG TEMPO_VERSION=v2.9.0
# renovate: datasource=github-releases depName=loki packageName=grafana/loki
ARG LOKI_VERSION=v3.5.7
# renovate: datasource=github-releases depName=pyroscope packageName=grafana/pyroscope
Expand Down
2 changes: 1 addition & 1 deletion docker/run-tempo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

source ./logging.sh

run_with_logging "Tempo ${TEMPO_VERSION}" "${ENABLE_LOGS_TEMPO:-false}" ./tempo/tempo --config.file=./tempo-config.yaml
run_with_logging "Tempo ${TEMPO_VERSION}" "true" ./tempo/tempo --config.file=./tempo-config.yaml
4 changes: 4 additions & 0 deletions docker/tempo-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ ingester:
replication_factor: 1
min_ready_duration: 1s

memberlist:
bind_addr: [127.0.0.1]
bind_port: 7947

querier:
frontend_worker:
frontend_address: 127.0.0.1:9096
Expand Down