]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
cpu plugin: Improve the description of the `system.cpu.logical.count` metric.
authorFlorian Forster <octo@collectd.org>
Fri, 19 Jan 2024 20:15:31 +0000 (21:15 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 22 Jan 2024 15:07:57 +0000 (16:07 +0100)
src/cpu.c

index b07d87c754e38a11585b324d59d0b3f7ae5865c0..c99f46b06a5159c3dbef15ae29f83b85ab73e6c6 100644 (file)
--- 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,
   };