SuperQ / chrony_exporter

Exporter for Chrony NTP
Apache License 2.0
55 stars 14 forks source link

Add new chrony serverstats counters to exposed serverstats metrics #87

Closed raphaelthomas closed 3 weeks ago

raphaelthomas commented 4 months ago

Exposes the additional NTP packet timestamping counter serverstats metrics introduced in chronyd version 4.4.

raphaelthomas commented 4 months ago

Not overly proficient in Go, feedback is much appreciated.

SuperQ commented 1 month ago

I've created a minimal fix PR: https://github.com/SuperQ/chrony_exporter/pull/96.

If you want to work on adding additional stats, that'd be great.

raphaelthomas commented 1 month ago

I've created a minimal fix PR: #96.

If you want to work on adding additional stats, that'd be great.

Wonderful, thanks a lot and apologies for the long silence 🙏🏼 I'll gladly add the missing stats then once #96 is merged.

SuperQ commented 1 month ago

This needs a DCO sign-off. You can use git commit -s --amend to add it.