From: Eero Tamminen Date: Mon, 3 Oct 2022 12:10:46 +0000 (+0300) Subject: gpu_sysman: Give variant config examples in doc X-Git-Tag: 6.0.0-rc0~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec23c1637eea93c2cce68f7876bcd8ae303e310;p=thirdparty%2Fcollectd.git gpu_sysman: Give variant config examples in doc With the given 2 example variant configs, one does not miss any of the information that Sysman might provide. Signed-off-by: Eero Tamminen --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index d9f1236a0..00c270fa6 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3736,10 +3736,10 @@ Several of the metric types support multiple variants for their values. This option specifies which ones of them are to be reported. Default is to report all variants ("counter:rate:ratio"). To reduce -amount of data, it is better to configure just the relevant one for -given use. Note that some of the metric types support only two of -these variants, whereas metrics supporting only single variant ignore -this option. +amount of data, it is better to configure just the relevant ones for +given use (e.g. "counter:ratio" or "rate:ratio"). Note that some of +the metric types support only two of these variants, whereas metrics +supporting only single variant ignore this option. Counter metric variant (e.g. HW energy usage as Joules counter) is preferred by Prometheus as doing rate calculations in Prometheus is