mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add ethereum-metrics-exporter (#3573)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e7cedee411
commit
64ca521458
12
etc/ethereum-metrics-exporter/config.yaml
Normal file
12
etc/ethereum-metrics-exporter/config.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
consensus:
|
||||
enabled: true
|
||||
url: "http://lighthouse:5052"
|
||||
name: "consensus-client"
|
||||
execution:
|
||||
enabled: true
|
||||
url: "http://reth:8545"
|
||||
name: "execution-client"
|
||||
modules:
|
||||
- "eth"
|
||||
- "net"
|
||||
- "web3"
|
||||
Reference in New Issue
Block a user