2018-11-18 16:05:37 +00:00
|
|
|
# cs collector
|
|
|
|
|
|
|
|
The cs collector exposes metrics detailing the hardware of the computer system
|
|
|
|
|
2018-11-18 21:26:38 +00:00
|
|
|
|||
|
|
|
|
-|-
|
|
|
|
Metric name prefix | `cs`
|
2018-11-18 16:05:37 +00:00
|
|
|
Classes | [`Win32_ComputerSystem`](https://msdn.microsoft.com/en-us/library/aa394102)
|
|
|
|
Enabled by default? | Yes
|
|
|
|
|
|
|
|
## Flags
|
|
|
|
|
|
|
|
None
|
|
|
|
|
|
|
|
## Metrics
|
|
|
|
|
|
|
|
Name | Description | Type | Labels
|
|
|
|
-----|-------------|------|-------
|
|
|
|
`wmi_cs_logical_processors` | Number of installed logical processors | gauge | None
|
|
|
|
`wmi_cs_physical_memory_bytes` | Total installed physical memory | gauge | None
|
2020-02-24 16:00:22 +00:00
|
|
|
`wmi_cs_hostname` | Labeled system hostname information | gauge | `hostname`, `domain`, `fqdn`
|
2018-11-18 16:05:37 +00:00
|
|
|
|
|
|
|
### 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!_
|