From 742e942cf91eeb773e57549c0ceba3dda2540023 Mon Sep 17 00:00:00 2001 From: anish kumar Date: Thu, 16 Apr 2026 19:52:00 +0530 Subject: [PATCH 1/2] docs: clarify time collector wording --- docs/TIME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TIME.md b/docs/TIME.md index 4f0b01a04b..4eecf7d6cd 100644 --- a/docs/TIME.md +++ b/docs/TIME.md @@ -4,7 +4,7 @@ NOTE: This collector is deprecated and will be removed in the next major version release. -This collector is intended for usage with local NTP daemons including [ntp.org](http://ntp.org/), [chrony](https://chrony.tuxfamily.org/comparison.html), and [OpenNTPD](http://www.openntpd.org/). +This collector is intended for use with local NTP daemons including [ntp.org](http://ntp.org/), [chrony](https://chrony.tuxfamily.org/comparison.html), and [OpenNTPD](http://www.openntpd.org/). Note, some chrony packages have `local stratum 10` configuration value making chrony a valid server when it is unsynchronised. This configuration makes one of the heuristics that derive `node_ntp_sanity` unreliable. From 731c1c0afd09a116158f13b50d5ca634894c1070 Mon Sep 17 00:00:00 2001 From: anish kumar Date: Thu, 16 Apr 2026 19:54:06 +0530 Subject: [PATCH 2/2] docs: clarify upgrade guidance wording --- docs/V0_16_UPGRADE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/V0_16_UPGRADE_GUIDE.md b/docs/V0_16_UPGRADE_GUIDE.md index 0a8bf24ee6..120d9775e1 100644 --- a/docs/V0_16_UPGRADE_GUIDE.md +++ b/docs/V0_16_UPGRADE_GUIDE.md @@ -14,7 +14,7 @@ We have provided a [sample recording rule set that translates old metrics to new ## Run both old and new versions simultaneously. -It's possible to run both the old and new exporter on different ports, and include an additional scrape job in Prometheus. It's recommended to enable only the collectors that have name changes that you care about. +It's possible to run both the old and new exporter on different ports, and include an additional scrape job in Prometheus. We recommend enabling only the collectors whose name changes matter to you. [naming best practices]: https://prometheus.io/docs/practices/naming/ [sample recording rule set that translates old metrics to new ones]: example-16-compatibility-rules.yml