We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to be able to monitor how much is being written into vstorage.
Receive()
vstorage.go
set
legacySet
setWithoutNotify
append
agoric-sdk/golang/cosmos/x/vstorage/vstorage.go
Lines 44 to 241 in 9f48684
TBD
Manual testing to observe new slog entries for an appropriate pre-existing test case
The text was updated successfully, but these errors were encountered:
@siarhei-agoric can you please share what approach you are taking to get vstorage metrics?
Sorry, something went wrong.
Yes. Please see updated Description of the Design section in the OP.
Description of the Design
siarhei-agoric
No branches or pull requests
What is the Problem Being Solved?
We need to be able to monitor how much is being written into vstorage.
Description of the Design
Receive()
invstorage.go
to capture and feed necessary metrics to cosmos telemetry forset
,legacySet
,setWithoutNotify
, andappend
agoric-sdk/golang/cosmos/x/vstorage/vstorage.go
Lines 44 to 241 in 9f48684
Security Considerations
TBD
Scaling Considerations
TBD
Test Plan
Manual testing to observe new slog entries for an appropriate pre-existing test case
Upgrade Considerations
TBD
The text was updated successfully, but these errors were encountered: