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
@ -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']
|
||||
Reference in New Issue
Block a user