Fix typo "Labelled"

Signed-off-by: Simon Legner <Simon.Legner@gmail.com>
This commit is contained in:
Simon Legner
2024-02-01 09:46:33 +01:00
parent 6eebfcce57
commit c4a4da07f8
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ None
Name | Description | Type | Labels
-----|-------------|------|-------
`windows_cpu_info` | Labeled CPU information | gauge | `architecture`, `device_id`, `description`, `family`, `l2_cache_size` `l3_cache_size`, `name`
`windows_cpu_info` | Labelled CPU information | gauge | `architecture`, `device_id`, `description`, `family`, `l2_cache_size` `l3_cache_size`, `name`
### Example metric
```

View File

@@ -18,7 +18,7 @@ Name | Description | Type | Labels
-----|-------------|------|-------
`windows_cs_logical_processors` | Number of installed logical processors | gauge | None
`windows_cs_physical_memory_bytes` | Total installed physical memory | gauge | None
`windows_cs_hostname` | Labeled system hostname information | gauge | `hostname`, `domain`, `fqdn`
`windows_cs_hostname` | Labelled system hostname information | gauge | `hostname`, `domain`, `fqdn`
### Example metric
_This collector does not yet have explained examples, we would appreciate your help adding them!_