From 460478c6a2c5828b0fced3a09fe0eb92465895cd Mon Sep 17 00:00:00 2001 From: cventastic Date: Wed, 7 Sep 2022 23:51:59 +0200 Subject: [PATCH] forgot metric ports --- erigon.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/erigon.yml b/erigon.yml index a8a274f0..32e4d5c9 100644 --- a/erigon.yml +++ b/erigon.yml @@ -27,6 +27,7 @@ services: - "prometheus-scrape.enabled=true" - "prometheus-scrape.port=6060" - "prometheus-scrape.job_name=erigon" + - "prometheus-scrape.metrics_path=/debug/metrics/prometheus" rpcdaemon: image: thorax/erigon:v2022.08.03