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

Collect statistics, reported passively via an API. #17

Open
ajtack opened this issue Feb 3, 2012 · 0 comments
Open

Collect statistics, reported passively via an API. #17

ajtack opened this issue Feb 3, 2012 · 0 comments
Labels

Comments

@ajtack
Copy link
Owner

ajtack commented Feb 3, 2012

Riak-Cpp should expose mean/min/max for various time periods of such values as:

  • Average number of siblings encountered on get
  • Number of sibling resolutions required for each successful get operation
  • Numbers, separately, of
    • get requests
    • "update" puts, or those automatically generated by sibling resolution
    • "resolve siblings" puts, or those needed by the application directly
    • delete requests
  • Round-trip request latency, overall
  • Round-trip request latency per individual request types (not composite operations like get+sibling resolves)
  • Number of simultaneous in-flight (application-layer) requests
@ajtack ajtack added the feature label Feb 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant