From 6d1ba11a8e20535882476bfc398ed4dfbc506cc8 Mon Sep 17 00:00:00 2001 From: Max Lendrich Date: Wed, 16 Jun 2021 15:18:29 +0200 Subject: [PATCH] Fix doc: collector.cpu.md Signed-off-by: Max Lendrich --- docs/collector.cpu.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/collector.cpu.md b/docs/collector.cpu.md index d26af937..71dd962b 100644 --- a/docs/collector.cpu.md +++ b/docs/collector.cpu.md @@ -27,11 +27,11 @@ These metrics are only exposed on Windows Server 2008R2 and later: Name | Description | Type | Labels -----|-------------|------|------- -`windows_cpu_clock_interrupts_total` | Total number of received and serviced clock tick interrupts | `core` -`windows_cpu_idle_break_events_total` | Total number of time processor was woken from idle | `core` -`windows_cpu_parking_status` | Parking Status represents whether a processor is parked or not | `gauge` -`windows_cpu_core_frequency_mhz` | Core frequency in megahertz | `gauge` -`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% | `gauge` +`windows_cpu_clock_interrupts_total` | Total number of received and serviced clock tick interrupts | counter | `core` +`windows_cpu_idle_break_events_total` | Total number of time processor was woken from idle | counter | `core` +`windows_cpu_parking_status` | Parking Status represents whether a processor is parked or not | gauge | `core` +`windows_cpu_core_frequency_mhz` | Core frequency in megahertz | gauge | `core` +`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% | gauge | `core` ### Example metric Show frequency of host CPU cores