Added thermal zone information and documentation

This commit is contained in:
Stewart Thomson
2019-07-12 14:54:20 -04:00
parent 56be7c63d5
commit c73f52338d
3 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# tcp collector
The thermalzone collector exposes metrics about system temps. Note that temperature is given in Kelvin
|||
-|-
Metric name prefix | `thermalzone`
Classes | [`Win32_PerfRawData_Counters_ThermalZoneInformation`](https://msdn.microsoft.com/en-us/library/aa394341(v=vs.85).aspx)
Enabled by default? | No
## Flags
None
## Metrics
Name | Description | Type | Labels
-----|-------------|------|-------
`wmi_thermalzone_high_precision_temperature` | _Not yet documented_ | gauge | None
`wmi_thermalzone_percent_passive_limit` | _Not yet documented_ | gauge | None
`wmi_thermalzone_temperature ` | _Not yet documented_ | gauge | None
`wmi_thermalzone_throttle_reasons ` | _Not yet documented_ | gauge | None
### Example metric
_This collector does not yet have explained examples, we would appreciate your help adding them!_
## 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!_