From f3fe572f40d98effc46c1841bd43667d6e487dae Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 19 Jan 2024 21:15:31 +0100 Subject: [PATCH] cpu plugin: Improve the description of the `system.cpu.logical.count` metric. --- src/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/cpu.c b/src/cpu.c index b07d87c75..c99f46b06 100644 --- a/src/cpu.c +++ b/src/cpu.c @@ -575,8 +575,7 @@ static void cpu_commit_num_cpu(gauge_t value) /* {{{ */ { metric_family_t fam = { .name = "system.cpu.logical.count", - .help = "Reports the number of logical (virtual) processor cores created " - "by the operating system to manage multitasking", + .help = "The number of logical (virtual) processor cores", .unit = "{cpu}", .type = METRIC_TYPE_GAUGE, }; -- 2.47.3