mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
os: remove deprecated metrics (#2116)
This commit is contained in:
@@ -295,26 +295,6 @@ windows_exporter_collector_timeout{collector="udp"} 0
|
||||
# TYPE windows_os_hostname gauge
|
||||
# HELP 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.
|
||||
# TYPE windows_os_info gauge
|
||||
# HELP windows_os_physical_memory_free_bytes Deprecated: Use `windows_memory_physical_free_bytes` instead.
|
||||
# TYPE windows_os_physical_memory_free_bytes gauge
|
||||
# HELP windows_os_process_memory_limit_bytes Deprecated: Use `windows_memory_process_memory_limit_bytes` instead.
|
||||
# TYPE windows_os_process_memory_limit_bytes gauge
|
||||
# HELP windows_os_processes Deprecated: Use `windows_system_processes` instead.
|
||||
# TYPE windows_os_processes gauge
|
||||
# HELP windows_os_processes_limit Deprecated: Use `windows_system_process_limit` instead.
|
||||
# TYPE windows_os_processes_limit gauge
|
||||
# HELP windows_os_time Deprecated: Use windows_time_current_timestamp_seconds instead.
|
||||
# TYPE windows_os_time gauge
|
||||
# HELP windows_os_timezone Deprecated: Use windows_time_timezone instead.
|
||||
# TYPE windows_os_timezone gauge
|
||||
# HELP windows_os_users Deprecated: Use `sum(windows_terminal_services_session_info{state="active"})` instead.
|
||||
# TYPE windows_os_users gauge
|
||||
# HELP windows_os_virtual_memory_bytes Deprecated: Use `windows_memory_commit_limit` instead.
|
||||
# TYPE windows_os_virtual_memory_bytes gauge
|
||||
# HELP windows_os_virtual_memory_free_bytes Deprecated: Use `windows_memory_commit_limit - windows_memory_committed_bytes` instead.
|
||||
# TYPE windows_os_virtual_memory_free_bytes gauge
|
||||
# HELP windows_os_visible_memory_bytes Deprecated: Use `windows_memory_physical_total_bytes` instead.
|
||||
# TYPE windows_os_visible_memory_bytes gauge
|
||||
# HELP windows_pagefile_free_bytes Number of bytes that can be mapped into the operating system paging files without causing any other pages to be swapped out
|
||||
# TYPE windows_pagefile_free_bytes gauge
|
||||
# HELP windows_pagefile_limit_bytes Number of bytes that can be stored in the operating system paging files. 0 (zero) indicates that there are no paging files
|
||||
|
||||
Reference in New Issue
Block a user