mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
Add tempo to local testnet config and update fulu kurtosis config files (#7898)
This PR adds tempo to kurtosis config and will collect lighthouse traces on kurtosis local testnet. The traces can be viewed / queried from Grafana. Also updated fulu kurtosis configs to use latest geth image.
This commit is contained in:
@@ -2,7 +2,7 @@ participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
el_image: ethpandaops/geth:master
|
||||
supernode: true
|
||||
cl_extra_params:
|
||||
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
|
||||
@@ -12,7 +12,7 @@ participants:
|
||||
- cl_type: lighthouse
|
||||
cl_image: lighthouse:local
|
||||
el_type: geth
|
||||
el_image: ethpandaops/geth:fusaka-devnet-3
|
||||
el_image: ethpandaops/geth:master
|
||||
supernode: false
|
||||
cl_extra_params:
|
||||
# Note: useful for testing range sync (only produce block if the node is in sync to prevent forking)
|
||||
@@ -29,7 +29,9 @@ additional_services:
|
||||
- dora
|
||||
- spamoor
|
||||
- prometheus_grafana
|
||||
- tempo
|
||||
spamoor_params:
|
||||
image: ethpandaops/spamoor:master
|
||||
spammers:
|
||||
- scenario: eoatx
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user