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

@ -3,4 +3,9 @@ scrape_configs:
metrics_path: "/"
scrape_interval: 5s
static_configs:
- targets: ['reth:9001']
- targets: ['reth:9001']
- job_name: ethereum-metrics-exporter
metrics_path: "/metrics"
scrape_interval: 5s
static_configs:
- targets: ['metrics-exporter:9091']