mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
* Initial draft of collector documentation * Add docs for all collectors * Update main README with links to docs * Fix link syntax
1.5 KiB
1.5 KiB
os collector
The os collector exposes metrics about the operating system
Metric name prefix | os
Classes | Win32_OperatingSystem
Enabled by default? | Yes
Flags
None
Metrics
| Name | Description | Type | Labels |
|---|---|---|---|
wmi_os_paging_limit_bytes |
Not yet documented | gauge | None |
wmi_os_paging_free_bytes |
Not yet documented | gauge | None |
wmi_os_physical_memory_free_bytes |
Not yet documented | gauge | None |
wmi_os_time |
Not yet documented | gauge | None |
wmi_os_timezone |
Not yet documented | gauge | timezone |
wmi_os_processes |
Not yet documented | gauge | None |
wmi_os_processes_limit |
Not yet documented | gauge | None |
wmi_os_process_memory_limix_bytes |
Not yet documented | gauge | None |
wmi_os_users |
Not yet documented | gauge | None |
wmi_os_virtual_memory_bytes |
Not yet documented | gauge | None |
wmi_os_visible_memory_bytes |
Not yet documented | gauge | None |
wmi_os_virtual_memory_free_bytes |
Not yet documented | gauge | None |
Example metric
This collector does not yet have explained examples, we would appreciate your help adding them!
Useful queries
This collector does not yet have any useful queries added, we would appreciate your help adding them!
Alerting examples
This collector does not yet have alerting examples, we would appreciate your help adding them!