-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consume metrics into DB/Prometheus for Econ Stress Test #5681
Comments
amm, vaults w/governance working via RPC
TODO: PSM, Reserve, BLD BoostAmong the other targets from #5421:
We have all but Oracle available, to at least some extent:
Oracle???I'm not sure if we have clear plans for this one. p.s. yes, we do: #4652 That reminds me...
|
6cd8054 is working pretty well. no individual vaults yet. nor reserve etc. |
I'm not sure what to make of this:
for now, I set p.s. @gibson042 suspects a timing issue with follow-up queries going out too early or some such. |
I deployed it to GCP using a systemd user unit... it gets the starting / current values, but doesn't seem to update as new values come in. |
@arirubinstein I'd like to go over ist-monitor.service with you. I went over ist-monitor2.mjs with @gibson042 ; using that as a throw-away prototype, the two of you should be able to put together a service that works for @btulloh and Nalin. Using a google sheet is not necessary; whatever works for the customer is fine by me. But I'd be a little surprised if the "write CSV or JSON to stdout" approach works, since then the customer has to install and run the code and maintain updates. |
@gibson042 re |
Handing off to @arirubinstein |
dev work on this is planned for after we have a network running with the features in this release such as |
vault detail available via RPC on xnetpublished.vaultFactory.manager0.vaults.vault2$ ~/go/bin/agd --node=https://xnet.rpc.agoric.net:443 query vstorage data published.vaultFactory.manager0.vaults.vault2 -o json | jq '.value | fromjson | {body: .body | fromjson, slots}' {
"body": {
"debtSnapshot": {
"debt": {
"brand": {
"@qclass": "slot",
"iface": "Alleged: IST brand",
"index": 0
},
"value": {
"@qclass": "bigint",
"digits": "30300000"
}
},
"interest": {
"denominator": {
"brand": {
"@qclass": "slot",
"index": 0
},
"value": {
"@qclass": "bigint",
"digits": "100"
}
},
"numerator": {
"brand": {
"@qclass": "slot",
"index": 0
},
"value": {
"@qclass": "bigint",
"digits": "100"
}
}
}
},
"locked": {
"brand": {
"@qclass": "slot",
"iface": "Alleged: IbcATOM brand",
"index": 1
},
"value": {
"@qclass": "bigint",
"digits": "50000"
}
},
"vaultState": "active"
},
"slots": [
"board0074",
"board03446"
]
} |
@arirubinstein gave a demo of @nalinbhatt plans to try it out. Presuming that works out, I'm closing this. (Feel free to re-open if doesn't work and you can't otherwise find out how to get the data you need). |
What is the Problem Being Solved?
Econ Stress test needs a bunch of data in a convenient form.
Design
up to @arirubinstein and co
Security Considerations
gets a whole bunch of moving parts, including a private signing key, out of the equasion
Test Plan
manual, with, Nalin, @btulloh and co.
The text was updated successfully, but these errors were encountered: