From aa2b598b327ad3b4b0b2113bf42bacab440e68e4 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Sun, 18 May 2025 14:15:34 +0700 Subject: [PATCH] metrics for prysm --- ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml | 4 ++-- ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml | 4 ++-- ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml | 4 ++-- ethereum/reth/ethereum-holesky-reth-archive-trace.yml | 4 ++-- ethereum/reth/ethereum-holesky-reth-pruned-trace.yml | 4 ++-- ethereum/reth/ethereum-mainnet-reth-archive-trace.yml | 4 ++-- ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml | 4 ++-- ethereum/reth/ethereum-sepolia-reth-archive-trace.yml | 4 ++-- ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml | 4 ++-- fantom/sonic/fantom-mainnet-sonic-archive.yml | 2 +- fantom/sonic/fantom-testnet-sonic-archive.yml | 2 +- sonic/sonic/sonic-mainnet-sonic-archive.yml | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml index 6176626d..22fde72c 100644 --- a/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml @@ -117,9 +117,9 @@ services: - --grpc-gateway-host=0.0.0.0 - --holesky - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=16993 - --p2p-udp-port=16993 - --rpc-host=0.0.0.0 diff --git a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml index c2c919a6..182f7ec6 100644 --- a/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml @@ -117,9 +117,9 @@ services: - --grpc-gateway-host=0.0.0.0 - --jwt-secret=/jwtsecret - --mainnet - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=17023 - --p2p-udp-port=17023 - --rpc-host=0.0.0.0 diff --git a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml index ea7f0e6c..4a26bcab 100644 --- a/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml +++ b/ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml @@ -116,9 +116,9 @@ services: - --execution-endpoint=http://ethereum-sepolia:8551 - --grpc-gateway-host=0.0.0.0 - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=19710 - --p2p-udp-port=19710 - --rpc-host=0.0.0.0 diff --git a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml index cf6fffd9..3497cd2c 100644 --- a/ethereum/reth/ethereum-holesky-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-archive-trace.yml @@ -120,9 +120,9 @@ services: - --grpc-gateway-host=0.0.0.0 - --holesky - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=18752 - --p2p-udp-port=18752 - --rpc-host=0.0.0.0 diff --git a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml index ced7c605..11199f14 100644 --- a/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-holesky-reth-pruned-trace.yml @@ -121,9 +121,9 @@ services: - --grpc-gateway-host=0.0.0.0 - --holesky - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=16849 - --p2p-udp-port=16849 - --rpc-host=0.0.0.0 diff --git a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml index 1bf0dc3c..779a51d3 100644 --- a/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-archive-trace.yml @@ -120,9 +120,9 @@ services: - --grpc-gateway-host=0.0.0.0 - --jwt-secret=/jwtsecret - --mainnet - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=19563 - --p2p-udp-port=19563 - --rpc-host=0.0.0.0 diff --git a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml index 05f77066..dd3824d7 100644 --- a/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml @@ -121,9 +121,9 @@ services: - --grpc-gateway-host=0.0.0.0 - --jwt-secret=/jwtsecret - --mainnet - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=15150 - --p2p-udp-port=15150 - --rpc-host=0.0.0.0 diff --git a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml index d27bcaf1..581cf2a4 100644 --- a/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-archive-trace.yml @@ -119,9 +119,9 @@ services: - --execution-endpoint=http://ethereum-sepolia-archive:8551 - --grpc-gateway-host=0.0.0.0 - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=19330 - --p2p-udp-port=19330 - --rpc-host=0.0.0.0 diff --git a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml index 9a24c840..4759014e 100644 --- a/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml +++ b/ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml @@ -120,9 +120,9 @@ services: - --execution-endpoint=http://ethereum-sepolia:8551 - --grpc-gateway-host=0.0.0.0 - --jwt-secret=/jwtsecret - - --metrics-host=0.0.0.0 - - --metrics-port=8080 - --monitoring-host=0.0.0.0 + - --monitoring-host=0.0.0.0 + - --monitoring-port=8080 - --p2p-tcp-port=17150 - --p2p-udp-port=17150 - --rpc-host=0.0.0.0 diff --git a/fantom/sonic/fantom-mainnet-sonic-archive.yml b/fantom/sonic/fantom-mainnet-sonic-archive.yml index abfce8ee..4b45cee8 100644 --- a/fantom/sonic/fantom-mainnet-sonic-archive.yml +++ b/fantom/sonic/fantom-mainnet-sonic-archive.yml @@ -93,7 +93,7 @@ services: labels: - prometheus-scrape.enabled=true - prometheus-scrape.port=6060 - - prometheus-scrape.path=/metrics + - prometheus-scrape.path=/debug/metrics/prometheus - traefik.enable=true - traefik.http.middlewares.fantom-mainnet-sonic-archive-stripprefix.stripprefix.prefixes=/fantom-mainnet-archive - traefik.http.services.fantom-mainnet-sonic-archive.loadbalancer.server.port=8545 diff --git a/fantom/sonic/fantom-testnet-sonic-archive.yml b/fantom/sonic/fantom-testnet-sonic-archive.yml index 271cb945..8ed45019 100644 --- a/fantom/sonic/fantom-testnet-sonic-archive.yml +++ b/fantom/sonic/fantom-testnet-sonic-archive.yml @@ -93,7 +93,7 @@ services: labels: - prometheus-scrape.enabled=true - prometheus-scrape.port=6060 - - prometheus-scrape.path=/metrics + - prometheus-scrape.path=/debug/metrics/prometheus - traefik.enable=true - traefik.http.middlewares.fantom-testnet-sonic-archive-stripprefix.stripprefix.prefixes=/fantom-testnet-archive - traefik.http.services.fantom-testnet-sonic-archive.loadbalancer.server.port=8545 diff --git a/sonic/sonic/sonic-mainnet-sonic-archive.yml b/sonic/sonic/sonic-mainnet-sonic-archive.yml index c85da656..1a934264 100644 --- a/sonic/sonic/sonic-mainnet-sonic-archive.yml +++ b/sonic/sonic/sonic-mainnet-sonic-archive.yml @@ -92,7 +92,7 @@ services: labels: - prometheus-scrape.enabled=true - prometheus-scrape.port=6060 - - prometheus-scrape.path=/metrics + - prometheus-scrape.path=/debug/metrics/prometheus - traefik.enable=true - traefik.http.middlewares.sonic-mainnet-sonic-archive-stripprefix.stripprefix.prefixes=/sonic-mainnet-archive - traefik.http.services.sonic-mainnet-sonic-archive.loadbalancer.server.port=8545