@cryptotaxi247 / netdata-1 / commits / 33fb872da

docs(go.d/windows): add deprecation notice (#19009)

Ilya Mashchenko committed Nov 14, 2024 at 12:27 UTC 33fb872da0fba6bcaa990820cb2a7bd825fdb1c0
1 file changed +8
src/go/plugin/go.d/modules/windows/metadata.yaml
+8
@@ -23,6 +23,14 @@ modules:
23 overview:
24 data_collection:
25 metrics_description: |
26 + **Deprecation Notice**: This collector is no longer the recommended method for Windows monitoring and will be removed in a future release.
27 +
28 + The official Netdata Agent for Windows now provides a robust and user-friendly solution for real-time system and application performance monitoring. By installing Netdata on your Windows host, you'll gain access to a wide range of metrics and visualizations without the need for additional collectors or complex configurations.
29 +
30 + To get started with Netdata on Windows, see the [Netdata Windows Installer](/packaging/windows/WINDOWS_INSTALLER.md).
31 +
32 + ---
33 +
34 This collector monitors the performance of Windows machines, collects both host metrics and metrics from various Windows applications (e.g. Active Directory, MSSQL).
35 method_description: |
36 It collect metrics by periodically sending HTTP requests to [Prometheus exporter for Windows machines](https://github.com/prometheus-community/windows_exporter), a native Windows agent running on each host.