We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184599e commit 690743fCopy full SHA for 690743f
gdi/opentelemetry/otel-other/other-ingestion-collectd.rst
@@ -69,6 +69,7 @@ The http and metrics configuration files look like this:
69
# http.conf
70
# The minimal configuration required to have collectd send data to an OpenTelemetry Collector
71
# with a collectdreceiver deployed on port 8081.
72
+
73
LoadPlugin write_http
74
<Plugin "write_http">
75
<Node "collector">
@@ -79,8 +80,11 @@ The http and metrics configuration files look like this:
79
80
</Node>
81
</Plugin>
82
83
+.. code:: yaml
84
85
# metrics.conf
86
# An example of collectd plugin configuration reporting free disk space on the host.
87
88
<LoadPlugin df>
89
Interval 3600
90
</LoadPlugin>
0 commit comments