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

Slowlog monitoring #33

Closed
wooparadog opened this issue Apr 5, 2016 · 0 comments
Closed

Slowlog monitoring #33

wooparadog opened this issue Apr 5, 2016 · 0 comments

Comments

@wooparadog
Copy link
Contributor

We should count how many requests are slow in corvus, and send it to statsd.

Thoughts:

For a specific $cluster, if one $cmd (like GET, SET...) has cost more than 10ms(can be configured),
increase the inmemory counter for that slow log category by 1. And send the combined result to statsd
every 10s

  1. statsd.corvus.$cluster.slow_query.$cmd
  2. statsd.corvus.$cluster.nodes.$node.slow_query.$cmd
wooparadog added a commit that referenced this issue Jul 5, 2016
Revert "Send slow command to statsd. Close #33"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant