Add _seconds suffix to node_time. (#823)
This commit is contained in:
parent
05eabe60fb
commit
52c031890e
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ implementation details vary from "**local** wall-clock time" to "Reference Time
|
|||
field in incoming SNTP packet".
|
||||
|
||||
`time() - node_ntp_reference_timestamp_seconds` and
|
||||
`node_time - node_ntp_reference_timestamp_seconds` represent some estimate of
|
||||
`node_time_seconds - node_ntp_reference_timestamp_seconds` represent some estimate of
|
||||
"freshness" of synchronization.
|
||||
|
||||
### `node_ntp_root_delay` and `node_ntp_root_dispersion`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue