feat: add ethereum-metrics-exporter (#3573)

Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
Paolo Facchinetti
2023-07-05 16:49:42 +02:00
committed by GitHub
parent e7cedee411
commit 64ca521458
7 changed files with 3668 additions and 32 deletions

View 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"