Hi there, I tried to install a test node in my local pc, I have completed test GRT approve and stake on staking contract. Then I followed the instruction here to install indexer agent, service and node with docker: https://github.com/StakeSquid/graphprotocol-testnet-docker
Check the containers are all running and not restarting on a crash with docker container list
Check the logs for the indexer-agent container docker logs --follow --tail 100 indexer-agent
In addition, now the graph command is working.
But I still have lots of questions. e.g.
Grafana (visualize metrics) http://<host-ip>:3000
But the link doesn’t work for me. So how to check metrics UI?
I found graph doc is still limited. E.g. how to set cost model, if there are some examples ?
I have the same issue that it seems everything has come up but the :9090, :9091, :9093, and :3000 ports aren’t serving anything up on either the host IP or through the domain that was set up for the dashboard.mydomain.tld.
Afterwards you need to rebuild the indexer-agent containter by running
bash start --force-recreate indexer-agent
With that run, I’m now seeing everything running perfectly on docker ps and the right response when running the .shell/cli + graph indexer rules get all