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
Issue summary
Typing http://localhost:6116/stats/db in a browser when Forest + paritydb backend is running results in:
# RocksDB statistics: Not enabled. Set enable_statistics to true in config and restart daemon
We would like proper comment and help message to enable db statistics. Ie:
# ParityDb statistics: Not enabled. Set stats to true in parity_db section and restart daemon
But even when forcing stats to true in default ParityDbConfig constructor shows nothing.
stats
ParityDbConfig
Acceptance Criteria
Other information and links
forest/utils/metrics/src/lib.rs
Line 71 in a1f2567
The text was updated successfully, but these errors were encountered:
LesnyRumcajs
Successfully merging a pull request may close this issue.
Issue summary
Typing http://localhost:6116/stats/db in a browser when Forest + paritydb backend is running results in:
We would like proper comment and help message to enable db statistics. Ie:
But even when forcing
stats
to true in defaultParityDbConfig
constructor shows nothing.Acceptance Criteria
Other information and links
forest/utils/metrics/src/lib.rs
Line 71 in a1f2567
The text was updated successfully, but these errors were encountered: