-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix(inputs.chrony): Handle ServerStats4 response #15568
Conversation
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.
Thanks for caring for the chrony plugin @Frankkkkk! Much appreciated.
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.
Thanks for caring for the chrony plugin @Frankkkkk! Much appreciated. Could you please run make tidy
and push the changes so CI is happy!?
Chrony ≥ 4.4 introduces a new ServerStats response with u64 numbers and more fields. Fixes influxdata#15553 NB: The plugin still doesn't work due to influxdata#15549. To test this commit, please make sure you use influxdata#15552. Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu> Signed-off-by: Frank Villaro-Dixon <frank.villarodixon@merkle.com>
56c17a2
to
3745fd6
Compare
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
@srebhan Sorry for that! Fixed; thanks! |
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.
Thanks @Frankkkkk for taking care of the chrony plugin and your prompt responses! Much appreciated!
(cherry picked from commit e2a8625)
Chrony ≥ 4.4 introduces a new ServerStats response with u64 numbers and more fields.
Fixes #15553
NB: The plugin still doesn't work due to #15549. To test this commit, please make sure you use #15552.
Summary
Support chrony versions ≥ 4.4
Checklist
Related issues
resolves #15553