Skip to content

Releases: dmitry-ee/time_exporter

v0.0.5 / 2021-11-30

30 Nov 17:19
Compare
Choose a tag to compare
  • Added sourcestats query, short sample:
# HELP time_chrony_sourcestats_est_offset_error_seconds Est. error in offset.
# TYPE time_chrony_sourcestats_est_offset_error_seconds gauge
time_chrony_sourcestats_est_offset_error_seconds{addr="188.225.9.167"} 0.0026298563480377196
# HELP time_chrony_sourcestats_est_offset_seconds Est. offset on the samples.
# TYPE time_chrony_sourcestats_est_offset_seconds gauge
time_chrony_sourcestats_est_offset_seconds{addr="188.225.9.167"} 0.00021530696749687194
# HELP time_chrony_sourcestats_nruns Number of residual runs with same sign.
# TYPE time_chrony_sourcestats_nruns gauge
time_chrony_sourcestats_nruns{addr="188.225.9.167"} 3
# HELP time_chrony_sourcestats_nsamples_total Number of sample points in measurement set.
# TYPE time_chrony_sourcestats_nsamples_total gauge
time_chrony_sourcestats_nsamples_total{addr="188.225.9.167"} 4
# HELP time_chrony_sourcestats_residential_freq Est. clock freq error (ppm).
# TYPE time_chrony_sourcestats_residential_freq gauge
time_chrony_sourcestats_residential_freq{addr="188.225.9.167"} 5923.0791015625
# HELP time_chrony_sourcestats_skew_freq Est. error in freq.
# TYPE time_chrony_sourcestats_skew_freq gauge
time_chrony_sourcestats_skew_freq{addr="188.225.9.167"} 73363.7421875
# HELP time_chrony_sourcestats_span_seconds Length of measurement set (time).
# TYPE time_chrony_sourcestats_span_seconds gauge
time_chrony_sourcestats_span_seconds{addr="188.225.9.167"} 6
# HELP time_chrony_sourcestats_std_dev_seconds Est. sample standard deviation.
# TYPE time_chrony_sourcestats_std_dev_seconds gauge
time_chrony_sourcestats_std_dev_seconds{addr="188.225.9.167"} 9.759564884006978e-06
  • Fixed logging (chrony library was silent even on debug & info log levels)
  • Removed web.config (as it was not fully testted)
  • Changed enabled collectors by default (now only time and chrony are enabled)
  • Updated go version
  • Upgraded underlying libraries

Additional Commits

  • 796f54f: fix sourcestats exp (Dmitry Evdokimov)

v0.0.3 / 2021-07-24

24 Jul 08:38
fdca8e4
Compare
Choose a tag to compare
  • Removed label id from all of the chrony output metrics (issue)

v0.0.2 / 2021-07-24

24 Jul 08:28
8e1b781
Compare
Choose a tag to compare

Bug Fixes

v0.0.1 / 2021-04-04

04 Apr 09:43
Compare
Choose a tag to compare

Commits

  • [86fa5e7]: fix readme && add release date (Dmitry Evdokimov)