Running via Docker
Setting Environment Variables
Grafana Dashboard Variables
Change this if you want to have a different admin user name, default is admin.
Change this if you want to have a different admin password, default is admin.
This needs to be set. Generate an Ethereum project api key via Infura.io. This is the Project ID key.
If this is set, it overrides Infura, and instead a custom url is used as the web3 provider. This can be a url to a Ethereum Archive/Full Node.
This needs to be set. Generate an Etherscan api key via Etherscan.io.
If this is set, the exporters will wait the given amount of time between subsequent invocations to your web3 provider. If you are not using a full node and using infura you will need to rate limit your calls via SLEEP_SECONDS.
You will need to download and have docker & docker-compose installed.
To run use the follow command in the root directory of Yearn-Exporter.
After successful startup you can go directly to grafana at http://localhost:3000
. If you want to change your dashboards you can sign-in at the lower left with admin:admin .
Last updated
Was this helpful?