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
eqx stats cosmos
The follow queries provide key store metrics which would be very useful to be able to provide in the eqx tool:
eqx
SELECT VALUE SUM(c.n) FROM c WHERE c.id="-1"
SELECT VALUE COUNT(1) FROM c WHERE c.id="-1"
tip-isa-Batch
SELECT VALUE COUNT(1) FROM c
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Implement stats subcommand #127 (#176)
b961123
bartelink
Successfully merging a pull request may close this issue.
The follow queries provide key store metrics which would be very useful to be able to provide in the
eqx
tool:SELECT VALUE SUM(c.n) FROM c WHERE c.id="-1"
SELECT VALUE COUNT(1) FROM c WHERE c.id="-1"
(will need to become a distinct count operation if/when Cosmos: Harden and mergetip-isa-Batch
branch #109 is implemented)SELECT VALUE COUNT(1) FROM c
The text was updated successfully, but these errors were encountered: