-
Notifications
You must be signed in to change notification settings - Fork 15
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
Enhance "sources" information with NtpData response #106
base: main
Are you sure you want to change the base?
Conversation
Can you open an issue about this? I am unable to reproduce this, running with |
d48359c
to
74800d0
Compare
I have rebased this PR against the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also update the README.md --help
output.
A couple of minor nits, otherwise looks great. |
This commit extends the "sources" information with additional peer/source information from the NtpData response. Namely it adds: - Offset - Peer Delay - Peer Dispersion - Peer Response Time - Peer Jitter Asymmetry The additional data collection is hidden behind a new flag `--collector.sources-with-ntpdata` which defaults to `false` Signed-off-by: Rudolph Bott <[email protected]>
74800d0
to
485bc99
Compare
Both nits have been addressed, thanks for reviewing so quickly :-) |
We would like to extend source information with some peer details which can be retrieved via the
NtpData
resource.This PR extends the "sources" information with additional peer/source information from the NtpData response. Namely it adds:
What do you think about the implementation? Since the current
main
build does not work (crashes with logging issues when set todebug
log level) we developed/tested this against the latest release tag.