SuperQ / chrony_exporter

Exporter for Chrony NTP
Apache License 2.0
49 stars 13 forks source link

Add new chrony serverstats counters to exposed serverstats metrics #87

Open raphaelthomas opened 3 months ago

raphaelthomas commented 3 months ago

Makes the exporter compatible with chronyd version 4.4 and later, which return serverstats in format ReplyServerStats4. The additional metrics in said format are added to the serverstats.

Fixes #82.

raphaelthomas commented 3 months ago

Not overly proficient in Go, feedback is much appreciated.