You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/components/chrony-receiver.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Chrony receiver
7
7
.. meta::
8
8
:description: Go implementation of the command chronyc tracking to allow for portability across systems and platforms.
9
9
10
-
The Chrony receiver is a pure Go implementation of the command ``chronyc tracking`` to allow for portability across systems and platforms. The receiver produces all of the metrics that would typically be captured by the tracking command.
10
+
The Chrony receiver is a pure Go implementation of the command ``chronyc tracking`` which allows portability across systems and platforms. The receiver produces all of the metrics that would typically be captured by the tracking command.
11
11
12
12
For more information about Chrony, see :new-page:`Red Hat's Chrony suite documentation <https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite>`.
13
13
@@ -62,7 +62,7 @@ You can use the following settings:
62
62
63
63
* ``timeout``. Optional. The total amount of time allowed to read and process the data from chronyd. Use at least 1 second.
64
64
65
-
* ``collection_interval``. Determines how often to query Chrony.
65
+
* ``collection_interval``. Optional. Determines how often to query Chrony.
66
66
67
67
* ``initial_delay``. Optional. ``1s`` by default. Defines how long this receiver waits before starting. See more in :new-page:`Red Hat's Chrony suite documentation <https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite>`.
0 commit comments