|
1 | 1 | .. _telegraf: |
2 | 2 | .. _telegraf-generic: |
3 | 3 |
|
4 | | -Monitor services with Telegraf and OpenTelemetry |
5 | | -======================================================== |
| 4 | +Monitor services with Telegraf Input plugins and OpenTelemetry |
| 5 | +===================================================================== |
6 | 6 |
|
7 | 7 | .. meta:: |
8 | 8 | :description: Use this Splunk Observability Cloud integration for the Telegraf monitor. See benefits, install, configuration, and metrics. |
9 | 9 |
|
10 | | -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 |
11 | | -via OTLP. |
| 10 | +To monitor your service with Telegraf using native OpenTelemetry in Splunk Observability Cloud, install the service's Telegraf Input plugin then push metrics to the Splunk Opentelemetry Collector via OTLP. |
12 | 11 |
|
13 | 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). |
14 | 13 |
|
@@ -45,9 +44,9 @@ Run the following commands to install Telegraf from the InfluxData repository: |
45 | 44 | 2. Set up your service's Telegraf Input plugin |
46 | 45 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
47 | 46 |
|
48 | | -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. |
| 47 | +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 available plugins at :new-page:`Telegraf Input plugins <https://github.com/influxdata/telegraf/tree/master/plugins/inputs>` in GitHub. |
49 | 48 |
|
50 | | -For example, if you want to monitor execute commands on every interval and parse metrics from their output with the exec input plugin, use a setup like: |
| 49 | +For example, if you want to monitor execute commands on every interval and parse metrics from their output with the Exec Input plugin, use a setup like: |
51 | 50 |
|
52 | 51 | .. code:: |
53 | 52 |
|
|
0 commit comments