mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-14 13:39:58 +00:00
- 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>
40 lines
934 B
YAML
40 lines
934 B
YAML
# Full configuration reference [here](https://github.com/ethpandaops/ethereum-package?tab=readme-ov-file#configuration).
|
|
participants:
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethereum/client-go:latest
|
|
supernode: true
|
|
cl_extra_params:
|
|
- --target-peers=3
|
|
count: 2
|
|
- cl_type: lighthouse
|
|
cl_image: lighthouse:local
|
|
el_type: geth
|
|
el_image: ethereum/client-go:latest
|
|
supernode: false
|
|
cl_extra_params:
|
|
- --target-peers=3
|
|
count: 2
|
|
network_params:
|
|
fulu_fork_epoch: 0
|
|
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
|
|
- tempo
|
|
spamoor_params:
|
|
image: ethpandaops/spamoor:master
|
|
spammers:
|
|
- scenario: eoatx
|
|
config:
|
|
throughput: 200
|
|
- scenario: blobs
|
|
config:
|
|
throughput: 20 |