metadata.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ---
  2. type: chrony
  3. status:
  4. class: receiver
  5. stability:
  6. alpha: [metrics]
  7. distributions: [contrib]
  8. codeowners:
  9. active: [MovieStoreGuy, jamesmoessis]
  10. attributes:
  11. leap.status:
  12. description: how the chrony is handling leap seconds
  13. type: string
  14. enum:
  15. - normal
  16. - insert_second
  17. - delete_second
  18. - unsynchronised
  19. metrics:
  20. ntp.frequency.offset:
  21. enabled: false
  22. description: The frequency is the rate by which the system s clock would be wrong if chronyd was not correcting it.
  23. extended_documentation: "It is expressed in ppm (parts per million). For example, a value of 1 ppm would mean that when the system’s clock thinks it has advanced 1 second, it has actually advanced by 1.000001 seconds relative to true time."
  24. unit: "ppm"
  25. gauge:
  26. value_type: double
  27. attributes:
  28. - leap.status
  29. ntp.skew:
  30. enabled: true
  31. description: This is the estimated error bound on the frequency.
  32. unit: "ppm"
  33. gauge:
  34. value_type: double
  35. ntp.stratum:
  36. enabled: false
  37. description: The number of hops away from the reference system keeping the reference time
  38. extended_documentation: To read further, refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite#sect-Checking_chrony_tracking
  39. unit: "{count}"
  40. gauge:
  41. value_type: int
  42. ntp.time.correction:
  43. enabled: true
  44. description: The number of seconds difference between the system's clock and the reference clock
  45. unit: seconds
  46. gauge:
  47. value_type: double
  48. attributes:
  49. - leap.status
  50. ntp.time.last_offset:
  51. enabled: true
  52. description: The estimated local offset on the last clock update
  53. unit: seconds
  54. gauge:
  55. value_type: double
  56. attributes:
  57. - leap.status
  58. ntp.time.rms_offset:
  59. enabled: false
  60. description: the long term average of the offset value
  61. unit: seconds
  62. gauge:
  63. value_type: double
  64. attributes:
  65. - leap.status
  66. ntp.time.root_delay:
  67. enabled: false
  68. description: This is the total of the network path delays to the stratum-1 system from which the system is ultimately synchronised.
  69. unit: seconds
  70. gauge:
  71. value_type: double
  72. attributes:
  73. - leap.status