Skip to content

Releases: sapcc/ntp_exporter

v2.6.1

08 Jul 13:00
v2.6.1
7e03518
Compare
Choose a tag to compare

Changes:

  • The Go compiler that used to compile the release binaries was updated to version 1.22.5.
  • The Alpine used in the release container was updated to version 3.20.
  • Updated all go dependencies to their latest versions.

v2.6.0

17 May 16:52
v2.6.0
bc0473f
Compare
Choose a tag to compare

Changes:

  • Add new metric named ntp_server_reachable which returns 1 if the ntp server is reachable
  • The high drift threshold is now configurable via the high-drift query string
  • The Go used to build the prebuilt binaries was updated to version 1.22.3.
  • Updated all dependencies to their current versions.

v2.5.0

14 Nov 14:57
Compare
Choose a tag to compare

Changes:

  • The Go used to build the prebuilt binaries was updated to version 1.21.4.
  • The Docker container no longer contains apk or its dependencies. This removes openssl and reduces the amount of vulnerabilities found.
  • The prebuilt containers now contain an linux/arm64 variant.
  • Updated all dependencies to their current versions.

v2.4.0

11 Oct 15:04
Compare
Choose a tag to compare

Changes:

  • Go was updated to version 1.21.
  • Update all dependencies to their current versions.

v2.3.0

14 Jun 14:58
Compare
Choose a tag to compare

Changes:

  • The container image moved from Docker Hub to ghcr.io and can now be found under ghcr.io/sapcc/ntp_exporter:vX.X.X
  • Add automaxprocs
  • Update all dependencies to their current versions.

v2.2.0

04 Apr 13:03
Compare
Choose a tag to compare

Changes:

  • Add ntp_build_info metric.
  • Golang was updated to version 1.20.
  • Update all dependencies to their current versions.

v2.1.0

17 Jun 13:48
Compare
Choose a tag to compare

Changes:

  • New metrics were added: ntp_rtt_seconds, ntp_reference_timestamp_seconds, ntp_root_delay_seconds, ntp_root_dispersion_seconds, ntp_root_distance_seconds, ntp_precision_seconds, ntp_leap
  • The ntp_stratum metric now has the label server, and is reported separately for each server.
  • Go got updated to version 1.18.

v2.0.2

04 May 11:35
Compare
Choose a tag to compare

Changes:

  • Update all dependencies to their current versions.

v2.0.1

24 Sep 09:15
Compare
Choose a tag to compare

Changes:

  • Update all dependencies to their current versions.

v2.0.0

04 Aug 09:58
Compare
Choose a tag to compare

Backwards-incompatible changes:

  • With -ntp.source http, the query parameter containing the NTP server has been renamed from source to target. With this change, you can use the multi-target exporter pattern.

Changes:

  • Update all dependencies to their current versions.