You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
:description: Use this Splunk Observability Cloud integration for the Telegraf monitor. See benefits, install, configuration, and metrics.
8
8
9
-
To monitor your system with Telegraf Exec using native OpenTelemetry, install the Telegraf plugin independently, then push metrics to the Splunk Opentelemetry Collector
9
+
To monitor your service with Telegraf using native OpenTelemetry in Splunk Observability Cloud, install the service's Telegraf plugin then push metrics to the Splunk Opentelemetry Collector
10
10
via OTLP.
11
11
12
12
.. note:: This setup is designed for a Linux Ubuntu OS but should be replicable on any machines running Linux OS with Debian flavor. These instructions might not work on other OS (MacOS/Windows).
@@ -21,11 +21,12 @@ Configuration
21
21
22
22
Follow these steps to scrape Telegraf metrics with the OTel Collector:
23
23
24
-
1. Install the Telegraf Exec Input plugin
25
-
2. Set up the OpenTelemetry Output plugin
26
-
3. Configure the OpenTelemetry Collector
24
+
1. Install Telegraf
25
+
2. Set up your service's Telegraf Input plugin
26
+
3. Set up the Telegraf OpenTelemetry Output plugin
Next, install the Telegraf Input plugin for the service you want to monitor. Available plugins include Chrony, Consul, Docker, Elasticsearch, Fluentd, GitHub, Jenkins, RabbitMQ or SQL. Find a complete list of Input plugins at :new-page:`Telegraf Input plugins <https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec>` in GitHub.
48
+
49
+
For example, if you want to monitor Exec, use a setup like:
50
+
51
+
.. code::
52
+
53
+
# Read metrics from one or more commands that can output to stdout
Next, add the OTel Output plugin to your Telegraf configuration file:
@@ -52,26 +85,28 @@ Next, add the OTel Output plugin to your Telegraf configuration file:
52
85
53
86
The config file usually resides on the ./etc/telegraf/telegraf.d directory.
54
87
55
-
For detailed information on the Telegraf Opentelemetry output plugin see the :new-page:`Exec Input Plugin <https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opentelemetry/README.md>` documentation in GitHub.
88
+
For detailed information see Telegraf's :new-page:`OpenTelemetry Output plugin <https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opentelemetry/README.md>` documentation in GitHub.
0 commit comments