Skip to content

Commit 790b2fc

Browse files
Edits
1 parent 729ccce commit 790b2fc

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. _other-ingestion-collectd:
22

3-
Monitor services with collectd and OpenTelemetry
3+
Monitor hosts with collectd and OpenTelemetry
44
=====================================================================
55

66
.. meta::
77
:description: Use collectd and native OpenTelemetry to monitor services in Splunk Observability Cloud. See benefits, install, configuration, and metrics.
88

9-
To monitor your services with collectd using native OpenTelemetry in Splunk Observability Cloud, connect a collectd daemon to your Collector instance as described in this document.
9+
To monitor your infrastructure with collectd using native OpenTelemetry in Splunk Observability Cloud, install a collectd daemon in your host and connect it to your Collector instance as described in this document.
1010

1111
Benefits
1212
--------
@@ -25,19 +25,24 @@ Benefits
2525
Configuration
2626
----------------------------------
2727

28-
This example shows how to connect a collectd daemon running on a host to an OpenTelemetry Collector.
28+
Install a collectd daemon in your a host and connect it to an OpenTelemetry Collector with the following steps:
29+
30+
1. Install and configure collectd
31+
2. Configure the OpenTelemetry Collector
32+
3. Build and run
2933

30-
.. note:: In this example, the host is represented by an Ubuntu 24.04 docker image.
3134

3235
1. Install and configure collectd
3336
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3437

3538
Follow these steps to install and configure the collectd daemon:
3639

37-
#. Install collectd as a Debian package in your host using stock instructions
40+
#. Install collectd as a Debian package in your host
3841
#. Configure the daemon to ingest free disk related metrics through `collectd/metrics.conf`
3942
#. Configure the daemon to send data over HTTP using `collectd/http.conf`
4043

44+
In this example, the host is represented by an Ubuntu 24.04 docker image.
45+
4146
.. code::
4247
4348
version: "3"
@@ -82,7 +87,7 @@ Set up your Collector instance to listen for traffic from the collectd daemon ov
8287
8388
.. caution:: Make sure to use ``0.0.0.0`` to expose port 8081 over the Docker network interface so that both Docker containers can interact.
8489

85-
3. Run the example
90+
3. Build and run
8691
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8792

8893
Run the example with the instruction to start the docker-compose setup and build the collectd container:

0 commit comments

Comments
 (0)