Skip to content

Commit 690743f

Browse files
Edits
1 parent 184599e commit 690743f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gdi/opentelemetry/otel-other/other-ingestion-collectd.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The http and metrics configuration files look like this:
6969
# http.conf
7070
# The minimal configuration required to have collectd send data to an OpenTelemetry Collector
7171
# with a collectdreceiver deployed on port 8081.
72+
7273
LoadPlugin write_http
7374
<Plugin "write_http">
7475
<Node "collector">
@@ -79,8 +80,11 @@ The http and metrics configuration files look like this:
7980
</Node>
8081
</Plugin>
8182
83+
.. code:: yaml
84+
8285
# metrics.conf
8386
# An example of collectd plugin configuration reporting free disk space on the host.
87+
8488
<LoadPlugin df>
8589
Interval 3600
8690
</LoadPlugin>

0 commit comments

Comments
 (0)