]> git.ipfire.org Git - thirdparty/collectd.git/commit
gpu_sysman plugin: Fix double reporting of metric. 4203/head
authorFlorian Forster <octo@collectd.org>
Wed, 20 Dec 2023 11:09:43 +0000 (12:09 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 20 Dec 2023 11:09:43 +0000 (12:09 +0100)
commitcea739bf07374a614fd80eef9a1a069720532f61
tree46f85bef4e7c9146e734828e067fd4929f6ba78b
parent9f55b8d04aeb14c2ceb0c5e04f5593d28c10b581
gpu_sysman plugin: Fix double reporting of metric.

This metric is already added to the metric family in line 1553. Adding
it twice leads to `uc_update` errors.

Fixes: #4200
src/gpu_sysman.c