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
collect various stats and report them (syslog; file; statshat, etc.)
The text was updated successfully, but these errors were encountered:
https://github.com/rcrowley/go-metrics
Sorry, something went wrong.
from #960 Inspired by #915:
current etcd counts the total time for each AppendEntry RPC, and it varies a lot when leader changes frequently.
Personally i cannot infer root cause from it:
RPC time includes both the time for network transmission, state machine handling and disk I/O.
minimum, maximum and variance cannot give me the whole view of RPC. Maybe it is Normal distribution, or it could be binomial distribution.
More statistics could help us to figure out which part could be the problem for etcd cluster.
we end up with http://prometheus.io/
xiang90
No branches or pull requests
collect various stats and report them (syslog; file; statshat, etc.)
The text was updated successfully, but these errors were encountered: