Skip to content
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

Add eqx stats cosmos #127

Closed
bartelink opened this issue May 5, 2019 · 1 comment · Fixed by #176
Closed

Add eqx stats cosmos #127

bartelink opened this issue May 5, 2019 · 1 comment · Fixed by #176
Assignees
Labels

Comments

@bartelink
Copy link
Collaborator

bartelink commented May 5, 2019

The follow queries provide key store metrics which would be very useful to be able to provide in the eqx tool:

  • event count: SELECT VALUE SUM(c.n) FROM c WHERE c.id="-1"
  • stream count SELECT VALUE COUNT(1) FROM c WHERE c.id="-1" (will need to become a distinct count operation if/when Cosmos: Harden and merge tip-isa-Batch branch #109 is implemented)
  • document count SELECT VALUE COUNT(1) FROM c
@bartelink
Copy link
Collaborator Author

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant