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
Membership has a feature for measuring clock drift. The Cartridge uses it for showing an issue if the diff exceeds a threshold.
But even if the issue isn't shown, the exact value of clock_delta may still be interesting for matching logs of two different instances.
clock_delta
Let's expose this metric by default.
Check out this code.
https://github.com/tarantool/cartridge/blob/cc607f5a6508449608f3953a3f93669e8c8c4ab0/cartridge/issues.lua#L375-L398
But, perhaps, in metrics, min and max values should be separate.
min
max
See also:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Membership has a feature for measuring clock drift. The Cartridge uses it for showing an issue if the diff exceeds a threshold.
But even if the issue isn't shown, the exact value of
clock_delta
may still be interesting for matching logs of two different instances.Let's expose this metric by default.
Check out this code.
https://github.com/tarantool/cartridge/blob/cc607f5a6508449608f3953a3f93669e8c8c4ab0/cartridge/issues.lua#L375-L398
But, perhaps, in metrics,
min
andmax
values should be separate.See also:
The text was updated successfully, but these errors were encountered: