Merge pull request #1402 from simon04/patch-2

This commit is contained in:
Jan-Otto Kröpke
2024-04-20 21:26:01 +02:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ func (c *collector) GetPerfCounter() ([]string, error) {
func (c *collector) Build() error {
c.CpuInfo = prometheus.NewDesc(
prometheus.BuildFQName(types.Namespace, "", Name),
"Labeled CPU information as provided provided by Win32_Processor",
"Labelled CPU information as provided provided by Win32_Processor",
[]string{
"architecture",
"device_id",

View File

@@ -63,7 +63,7 @@ func (c *collector) Build() error {
)
c.Hostname = prometheus.NewDesc(
prometheus.BuildFQName(types.Namespace, Name, "hostname"),
"Labeled system hostname information as provided by ComputerSystem.DNSHostName and ComputerSystem.Domain",
"Labelled system hostname information as provided by ComputerSystem.DNSHostName and ComputerSystem.Domain",
[]string{
"hostname",
"domain",