Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit ed4885d

Browse files
Minor edits
1 parent 333469c commit ed4885d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gdi/opentelemetry/components/chrony-receiver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Chrony receiver
77
.. meta::
88
:description: Go implementation of the command chronyc tracking to allow for portability across systems and platforms.
99

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.
1111

1212
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>`.
1313

@@ -62,7 +62,7 @@ You can use the following settings:
6262

6363
* ``timeout``. Optional. The total amount of time allowed to read and process the data from chronyd. Use at least 1 second.
6464

65-
* ``collection_interval``. Determines how often to query Chrony.
65+
* ``collection_interval``. Optional. Determines how often to query Chrony.
6666

6767
* ``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>`.
6868

0 commit comments

Comments
 (0)