From cc6044265474c86bf6026c465da2e88440c822aa Mon Sep 17 00:00:00 2001 From: davemorera Date: Thu, 10 Sep 2026 14:24:17 -0500 Subject: [PATCH] Update BEST_PRACTICES_IMPLEMENTED.md --- BEST_PRACTICES_IMPLEMENTED.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/BEST_PRACTICES_IMPLEMENTED.md b/BEST_PRACTICES_IMPLEMENTED.md index 158fbb6ac..7fccc8936 100644 --- a/BEST_PRACTICES_IMPLEMENTED.md +++ b/BEST_PRACTICES_IMPLEMENTED.md @@ -217,12 +217,3 @@ environment. --- -## Known documentation gap - -`README.md` currently states that historical data collection requires **vCenter Statistical Level -2 or higher**. As of the latest fix pass, MTAT's own range-visibility check now only requires -**Level 1** (matching what its `Get-Stat` queries actually need, see #4 above, and the code -comment at the historical-range discovery logic). The `README.md` line predates that fix and should -be updated to avoid telling users they need a higher Statistics Level than the tool actually -requires. Flagging here rather than changing `README.md` unprompted, since it wasn't part of this -specific request.