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
As discussed with @vicsn and @niklaslong , it might be useful to expose metrics on DB writes/reads from SnarkVM to be scraped by Prometheus
To better debug/diagnose latency in the network/nodes
Add metrics (most likely latency histograms) to the ledger/store/src/helpers/rocksdb Map atomic read/write methods
ledger/store/src/helpers/rocksdb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature
As discussed with @vicsn and @niklaslong , it might be useful to expose metrics on DB writes/reads from SnarkVM to be scraped by Prometheus
Motivation
To better debug/diagnose latency in the network/nodes
Implementation
Add metrics (most likely latency histograms) to the
ledger/store/src/helpers/rocksdb
Map atomic read/write methodsThe text was updated successfully, but these errors were encountered: