From 7bd2ebc6d021b5611c8d65c070fea774de56eb84 Mon Sep 17 00:00:00 2001 From: Ben Reedy Date: Tue, 30 Aug 2022 17:42:57 +1000 Subject: [PATCH] Document recent changes to os_build_info metric Changes introduced in 46fa84f have exposed additional labels to the os_build_info metric. Signed-off-by: Ben Reedy --- docs/collector.os.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collector.os.md b/docs/collector.os.md index 74689fd0..04369c0a 100644 --- a/docs/collector.os.md +++ b/docs/collector.os.md @@ -16,7 +16,7 @@ None Name | Description | Type | Labels -----|-------------|------|------- -`windows_os_info` | Contains full product name & version in labels | gauge | `product`, `version` +`windows_os_info` | Contains full product name & version in labels. Note that the `major_version` for Windows 11 is "10"; a build number greater than 22000 represents Windows 11. | gauge | `product`, `version`, `major_version`, `minor_version`, `build_number` `windows_os_paging_limit_bytes` | Total number of bytes that can be stored in the operating system paging files. 0 (zero) indicates that there are no paging files | gauge | None `windows_os_paging_free_bytes` | Number of bytes that can be mapped into the operating system paging files without causing any other pages to be swapped out | gauge | None `windows_os_physical_memory_free_bytes` | Bytes of physical memory currently unused and available | gauge | None