Files
windows_exporter/docs/collector.cpu_info.md
Steffen Higel 7086e0f627 Add a cpu_info collector
The cpu_info collector exposes a single metric per socket with some
information on installed CPUs, somewhat like the node_cpu_info metric

Signed-off-by: Steffen Higel <higels@valvesoftware.com>
2021-02-15 17:13:58 -08:00

1.1 KiB

cpu_info collector

The cpu_info collector exposes metrics detailing a per-socket breakdown of the Processors in the system

Metric name prefix cpu_info
Classes Win32_Processor
Enabled by default? No

Flags

None

Metrics

Name Description Type Labels
windows_cpu_info Labeled CPU information gauge architecture, device_id, description, family, l2_cache_size l3_cache_size, name

Example metric

windows_cpu_info{architecture="9",description="AMD64 Family 23 Model 49 Stepping 0",device_id="CPU0",family="107",l2_cache_size="32768",l3_cache_size="262144",name="AMD EPYC 7702P 64-Core Processor"} 1

The value of the metric is irrelevant, but the labels expose some useful information on the CPU installed in each socket.

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!