Move graph-node upstream head metric exporter to monitoring stack
Lint Checks / Run linter (pull_request) Successful in 45s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m41s
Smoke Test / Run basic test suite (pull_request) Successful in 4m49s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m42s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 8m48s

This commit is contained in:
2024-05-30 14:37:51 +05:30
parent 42db22bedf
commit babce424b2
6 changed files with 22 additions and 21 deletions
@@ -75,9 +75,6 @@ Update `config.env` file inside deployment directory with the following values b
export ETH_RPC_HOST=
export ETH_RPC_PORT=
# RPC endpoint used by graph-node for exposing upstream head as metrics
export ETH_RPC_ENDPOINT=
# The etherum network(s) graph-node will connect to
# Set this to a space-separated list of the networks where each entry has the form NAME:URL
export ETH_NETWORKS=
@@ -104,7 +101,6 @@ Example `config.env` file:
```bash
export ETH_RPC_HOST=filecoin.chainup.net
export ETH_RPC_PORT=443
export ETH_RPC_ENDPOINT=https://filecoin.chainup.net
export ETH_NETWORKS=filecoin:https://filecoin.chainup.net/rpc/v1