An open API service indexing awesome lists of open source software.

https://github.com/dvisacker/grafana-pool-monitor


https://github.com/dvisacker/grafana-pool-monitor

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pool Monitor

A service that monitors Uniswap/Curve pool reserves and displays historical data in Grafana dashboards.

## Configuration

Configure the following environment variables:
- `RPC_URL`: Ethereum RPC endpoint
- `POOL_ADDRESS`: Address of the pool to monitor
- `DB_CONNECTION`: TimescaleDB connection string
- `POLLING_INTERVAL`: How often to fetch pool data (in milliseconds)