Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Sep 21, 2020
1 parent 6e2d3ea commit 2e252fa
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# yearn exporter

collects on-chain numeric data about yearn vault and exposes it in prometheus format.

point prometheus at this exporter persist the data and make it queryable.

set up grafana for custom dashboards and alerts.


## usage

```
brownie run yearn exporter --network mainnet
```

## supported vaults

the goal of the project is to collect advanced metrics about vaults and strategies.
if a strategy type is not marked here, only basic metrics are exposed.

- [x] StrategyCurve*VoterProxy
- [ ] StrategyVaultUSDC
- [ ] StrategyDForceUSDC
- [ ] StrategyCurveYCRVVoter
- [ ] StrategyTUSDCurve
- [ ] StrategyDAICurve
- [ ] StrategyDForceUSDT
- [ ] StrategyCreamYFI
- [ ] StrategyCurveSBTC
- [ ] StrategyMKRVaultDAIDelegate
- [ ] CurveYCRVVoter

0 comments on commit 2e252fa

Please sign in to comment.