@@ -17,8 +17,6 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details.
1717
1818## Configuration
1919
20- There are now configuration options for this plugin.
21-
2220``` toml @sample.conf
2321# Read metrics about temperature
2422[[inputs .temp ]]
@@ -28,23 +26,45 @@ There are now configuration options for this plugin.
2826
2927- timex
3028 - fields:
31- - offset_seconds (float) - The offset from local and reference clock.
32- - frequency_adjustment_ratio (float) - Local clock frequency adjustment ratio.
33- - maxerror_seconds (float) - The maximum error in seconds.
34- - estimated_error_seconds (float) - The estimated error in seconds.
35- - loop_time_constant (float) - Phase-locked loop time constant.
36- - tick_seconds (float) - Seconds between clock ticks.
37- - pps_frequency_hertz (float) - Pulse-per-second frequency in hertz.
38- - pps_jitter_seconds (float) - Pulse-per-second jitter in seconds.
39- - pps_shift_seconds (float) - Pulse-per-second interval duration in seconds.
40- - pps_stability_hertz (float) - Pulse-per-second stability, average of relative frequency changes.
41- - pps_jitter_total (float) - Pulse-per-second per second count of jitter limit exceeded events.
42- - pps_calibration_total (float) - Pulse-per-second count of calibration intervals.
43- - pps_error_total (float) - Pulse-per-second count of calibration errors.
44- - pps_stability_exceeded_total (float) - Pulse-per-second total stability exceeded in seconds.
45- - tai_offset_seconds (float) - TAI offset in seconds.
46- - sync_status (int) - Is clock synchronized with a server (1 = yes, 0 = no).
47- - status (float) - Clock command/status
29+ - offset_seconds (float)
30+ - frequency_adjustment_ratio (float)
31+ - maxerror_seconds (float)
32+ - estimated_error_seconds (float)
33+ - loop_time_constant (float)
34+ - tick_seconds (float)
35+ - pps_frequency_hertz (float)
36+ - pps_jitter_seconds (float)
37+ - pps_shift_seconds (float)
38+ - pps_stability_hertz (float)
39+ - pps_jitter_total (float)
40+ - pps_calibration_total (float)
41+ - pps_error_total (float)
42+ - pps_stability_exceeded_total (float)
43+ - tai_offset_seconds (float)
44+ - sync_status (int)
45+ - status (float)
46+
47+ ** Fields**
48+ * offset_seconds - The offset from local and reference clock.
49+ * frequency_adjustment_ratio - Local clock frequency adjustment ratio.
50+ * maxerror_seconds - The maximum error in seconds.
51+ * estimated_error_seconds - The estimated error in seconds.
52+ * loop_time_constant - Phase-locked loop time constant.
53+ * tick_seconds - Seconds between clock ticks.
54+ * pps_frequency_hertz - Pulse-per-second frequency in hertz.
55+ * pps_jitter_seconds - Pulse-per-second jitter in seconds.
56+ * pps_shift_seconds - Pulse-per-second interval duration in seconds.
57+ * pps_stability_hertz - Pulse-per-second stability, average of relative
58+ frequency changes.
59+ * pps_jitter_total - Pulse-per-second per second count of jitter limit
60+ exceeded events.
61+ * pps_calibration_total - Pulse-per-second count of calibration intervals.
62+ * pps_error_total - Pulse-per-second count of calibration errors.
63+ * pps_stability_exceeded_total - Pulse-per-second total stability
64+ exceeded in seconds.
65+ * tai_offset_seconds - TAI offset in seconds.
66+ * sync_status - Is clock synchronized with a server (1 = yes, 0 = no).
67+ * status - Clock command/status
4868
4969## Example Output
5070
0 commit comments