]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
src/collectd.conf.pod: Describe "resources" in more detail.
authorFlorian Forster <octo@collectd.org>
Fri, 22 Dec 2023 07:08:44 +0000 (08:08 +0100)
committerFlorian Forster <octo@collectd.org>
Thu, 28 Dec 2023 08:08:20 +0000 (09:08 +0100)
src/collectd.conf.pod

index 737acb2829ae6f913656d55135dc6a6dc7cf59a1..d24202c14ac94f8df8a755ff673fde2cd33fe6c2 100644 (file)
@@ -330,9 +330,11 @@ is enabled by default.
 
 =item B<Resource> I<Type>
 
-The B<Resource> block defined the I<Resource Attributes> to use for local
+The B<Resource> block defines the I<Resource Attributes> to use for local
 metrics such as CPU usage, i.e. metrics that were not received from a remote
-system or service.
+system or service. The resource attributes describe the resource being
+monitored. A common case for collectd is that the monitored resource is a
+(physical or virtual) I<Host>.
 
 The recommended way to configure resource attributes is by following the
 OpenTelemetry Semantic Conventions,