Fix local testnet Tempo and Prometheus/Grafana config (#9054)

- Pin Tempo image to `grafana/tempo:2.10.3` — `grafana/tempo:latest` now resolves to an unreleased 3.0 build that removed the `compactor` config field, causing startup failure
- Replace deprecated `prometheus_grafana` additional service with separate `prometheus` + `grafana` services


Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Jimmy Chen
2026-03-31 11:19:18 +11:00
committed by GitHub
parent 991dc92d8f
commit 2fb69f84c0

View File

@@ -21,10 +21,13 @@ network_params:
slot_duration_ms: 3000
snooper_enabled: false
global_log_level: debug
tempo_params:
image: grafana/tempo:2.10.3
additional_services:
- dora
- spamoor
- prometheus_grafana
- prometheus
- grafana
- tempo
spamoor_params:
image: ethpandaops/spamoor:master