Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const Name = "thermalzone"
Variables ¶
View Source
var ConfigDefaults = Config{}
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector struct {
// contains filtered or unexported fields
}
A Collector is a Prometheus Collector for WMI Win32_PerfRawData_Counters_ThermalZoneInformation metrics.
func NewWithFlags ¶
func NewWithFlags(_ *kingpin.Application) *Collector
type Win32_PerfRawData_Counters_ThermalZoneInformation ¶
type Win32_PerfRawData_Counters_ThermalZoneInformation struct { Name string `mi:"Name"` HighPrecisionTemperature uint32 `mi:"HighPrecisionTemperature"` PercentPassiveLimit uint32 `mi:"PercentPassiveLimit"` ThrottleReasons uint32 `mi:"ThrottleReasons"` }
Win32_PerfRawData_Counters_ThermalZoneInformation docs: https://wutils.com/wmi/root/cimv2/win32_perfrawdata_counters_thermalzoneinformation/
Click to show internal directories.
Click to hide internal directories.