Releases: sapcc/ntp_exporter
Releases · sapcc/ntp_exporter
v2.0.2
Changes:
- Update all dependencies to their current versions.
v2.0.1
v2.0.0
Backwards-incompatible changes:
- With
-ntp.source http
, the query parameter containing the NTP server has been renamed fromsource
totarget
. With this change, you can use the multi-target exporter pattern.
Changes:
- Update all dependencies to their current versions.
v1.1.2
v1.1.1
v1.1.0
New features:
- When the clock drift is unusually high, retry clock drift measurement multiple times and take the average, to avoid alerts because of a one-time mismeasurement.
- The NTP server name is now reported as a metric label.
- The option
-ntp.source
has been added. With-ntp.source http
, the NTP server is not defined through command-line options, but through query parameters on the HTTP GET request.
Changes:
- The default port is now 9559, instead of 9100, to match our port allocation.
- Update all dependencies to their current versions.