forked from yearn/yearn-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |