From: Florian Forster Date: Fri, 19 Jan 2024 20:15:31 +0000 (+0100) Subject: cpu plugin: Improve the description of the `system.cpu.logical.count` metric. X-Git-Tag: 6.0.0-rc0~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3fe572f40d98effc46c1841bd43667d6e487dae;p=thirdparty%2Fcollectd.git cpu plugin: Improve the description of the `system.cpu.logical.count` metric. --- 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, };