https://github.com/dvisacker/grafana-pool-monitor
https://github.com/dvisacker/grafana-pool-monitor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvisacker/grafana-pool-monitor
- Owner: Dvisacker
- Created: 2024-12-29T07:33:52.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-08T13:41:19.000Z (6 months ago)
- Last Synced: 2025-01-08T14:51:45.162Z (6 months ago)
- Language: TypeScript
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)