You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/collector.update.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,11 @@ The Windows Update service is responsible for managing the installation of updat
14
14
15
15
## Flags
16
16
17
-
> [!NOTE]
18
-
> The collector name used in the CLI flags is `updates`, while the metric prefix is `update`. This naming mismatch is known and intentional for compatibility reasons.
19
-
20
-
### `--collector.updates.online`
17
+
### `--collector.update.online`
21
18
Whether to search for updates online. If set to `false`, the collector will only list updates that are already found by the Windows Update service.
22
19
Set to `true` to search for updates online, which will take longer to complete.
23
20
24
-
### `--collector.updates.scrape-interval`
21
+
### `--collector.update.scrape-interval`
25
22
Define the interval of scraping Windows Update information
0 commit comments