Fix typo "Privileged"

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

View File

@@ -174,7 +174,7 @@ func (c *collector) Build() error {
)
c.ProcessorPrivUtility = prometheus.NewDesc(
prometheus.BuildFQName(types.Namespace, Name, "processor_privileged_utility_total"),
"Processor Privilieged Utility represents is the amount of time the core has spent executing instructions inside the kernel",
"Processor Privileged Utility represents is the amount of time the core has spent executing instructions inside the kernel",
[]string{"core"},
nil,
)