Skip to content

v0.0.5 / 2021-11-30

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 17:19
  • 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)