I'm looking for a metric to verify NTP time synchronization with remote NTP servers located within the organization through node-exporter & Prometheus.
In the below documentation, I see *node_ntp_stratum* metric is good enough to identify the synchronization against the stratum value. https://github.com/prometheus/node_exporter/blob/master/docs/TIME.md#node_ntp_stratum But I don't see the NTP related metrics available in the list of metrics exposed through node_exporter. As per below doc, I tried setting sysctl -w kernel.perf_event_paranoid to 1 but still no luck. https://github.com/prometheus/node_exporter#disabled-by-default *No NTP metrics listed: * curl -X GET http://127.0.0.1:19100/metrics | grep -i 'ntp_' *Other Details:* node_exporter Version - 0.17.0 Prometheus Version - 2.10.0 -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/f2b4810d-3433-4d15-8dbe-5d62f07f61cco%40googlegroups.com.

