-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add new chrony serverstats counters to exposed serverstats metrics #87
Merged
SuperQ
merged 1 commit into
SuperQ:main
from
raphaelthomas:raphaelthomas/fix-serverstats-chrony-4.5
Oct 27, 2024
Merged
Add new chrony serverstats counters to exposed serverstats metrics #87
SuperQ
merged 1 commit into
SuperQ:main
from
raphaelthomas:raphaelthomas/fix-serverstats-chrony-4.5
Oct 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not overly proficient in Go, feedback is much appreciated. |
SuperQ
reviewed
Jul 1, 2024
I've created a minimal fix PR: #96. If you want to work on adding additional stats, that'd be great. |
raphaelthomas
force-pushed
the
raphaelthomas/fix-serverstats-chrony-4.5
branch
2 times, most recently
from
October 16, 2024 19:34
10d144c
to
de46b26
Compare
This needs a DCO sign-off. You can use |
SuperQ
requested changes
Oct 23, 2024
Closed
raphaelthomas
force-pushed
the
raphaelthomas/fix-serverstats-chrony-4.5
branch
from
October 27, 2024 16:22
de46b26
to
f3bcd1a
Compare
SuperQ
reviewed
Oct 27, 2024
Exposes the additional NTP packet timestamping counter serverstats metrics introduced in `chronyd` version `4.4`. Signed-off-by: Raphael Seebacher <raphael@seebachers.ch>
raphaelthomas
force-pushed
the
raphaelthomas/fix-serverstats-chrony-4.5
branch
from
October 27, 2024 18:19
f3bcd1a
to
c34ec8f
Compare
SuperQ
approved these changes
Oct 27, 2024
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.
Awesome, thanks!
SuperQ
added a commit
that referenced
this pull request
Oct 27, 2024
Merged
SuperQ
added a commit
that referenced
this pull request
Oct 27, 2024
SuperQ
added a commit
that referenced
this pull request
Oct 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Exposes the additional NTP packet timestamping counter serverstats
metrics introduced in
chronyd
version4.4
.