Merge pull request #925 from breed808/cpu_docs

Ensure CPU time description matches `mode` flag
This commit is contained in:
Ben Reedy
2022-02-08 08:09:18 +10:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ test_alpha_total 42
# TYPE windows_cpu_parking_status gauge
# HELP windows_cpu_processor_performance Processor Performance is the average performance of the processor while it is executing instructions, as a percentage of the nominal performance of the processor. On some processors, Processor Performance may exceed 100%
# TYPE windows_cpu_processor_performance gauge
# HELP windows_cpu_time_total Time that processor spent in different modes (idle, user, system, ...)
# HELP windows_cpu_time_total Time that processor spent in different modes (dpc, idle, interrupt, privileged, user)
# TYPE windows_cpu_time_total counter
# HELP windows_cs_hostname Labeled system hostname information as provided by ComputerSystem.DNSHostName and ComputerSystem.Domain
# TYPE windows_cs_hostname gauge