Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 91a3628

Browse files
Merge pull request #2478 from splunk/urbiz-OD6512-telegraf-links
[6512]: Telegraf links
2 parents f8ff3e5 + 3cd9c45 commit 91a3628

File tree

7 files changed

+32
-16
lines changed

7 files changed

+32
-16
lines changed

gdi/integrations-list.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Supported integrations in Splunk Observability Cloud
1919
Infrastructure monitoring <get-data-in/compute/compute>
2020
APM instrumentation <get-data-in/application/application>
2121
RUM instrumentation <get-data-in/rum/rum-instrumentation>
22-
OpenTelemetry receivers <opentelemetry/components/a-components-receivers>
22+
OpenTelemetry: Receivers <opentelemetry/components/a-components-receivers>
23+
OpenTelemetry: Other ingestion methods <opentelemetry/otel-other/otel-other-landing>
2324
Applications: Caches and memory TOGGLE <caches-memory>
2425
Applications: Cloud platforms TOGGLE <cloud>
2526
Applications: Cloudfoundry <monitors-cloudfoundry/cloudfoundry-firehose-nozzle>
@@ -130,6 +131,7 @@ You can monitor your applications and services with the Collector and the follow
130131
You can also send data to Splunk Observability Cloud with OpenTelemetry with the following options:
131132

132133
* :ref:`prometheus-generic`
134+
* :ref:`telegraf-generic`
133135

134136
.. raw:: html
135137

gdi/monitoring.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ Configure application exporters and receivers for monitoring
1313

1414
monitors-monitoring/cadvisor
1515
monitors-monitoring/cgroups
16-
Istio <get-data-in/application/istio/istio>
1716
monitors-monitoring/jaeger-grpc
1817
monitors-monitoring/nagios
1918
monitors-monitoring/signalfx-forwarder
20-
opentelemetry/components/splunk-apm-exporter
2119
monitors-monitoring/win_perf_counters
2220

2321
These application receivers gather metrics from their associated monitoring applications and the hosts the applications are running on.
@@ -28,7 +26,6 @@ These application receivers gather metrics from their associated monitoring appl
2826
* :ref:`jaeger-grpc`
2927
* :ref:`nagios`
3028
* :ref:`signalfx-forwarder`
31-
* :ref:`telegraf`
3229
* :ref:`telegraf-win-perf-counters`
3330

3431
These exporters determine where to send the received data.

gdi/monitors-databases/exec-input.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ Exec Input (deprecated)
1010

1111
The Exec Input monitor is now deprecated and will reach of End of Support on February 3, 2025. During this period only critical security and bug fixes are provided. When End of Support is reached, the monitor will be removed and no longer be supported, and you won't be able to use it to send data to Splunk Observability Cloud.
1212

13-
To monitor your system with Telegraf Exec you can use native OpenTelemetry instead. See more at :new-page:`OpenTelemetry Output Plugin <https://github.com/influxdata/telegraf/blob/master/plugins/outputs/opentelemetry/README.md>` in GitHub.
13+
To monitor your system with Telegraf Exec you can use native OpenTelemetry instead. See :ref:`telegraf-generic` to learn how.
1414

15-
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
16-
Exec Input monitor type, an embedded form of the Telegraf Exec plugin,
17-
to receive metrics or logs from exec files.
15+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the Exec Input monitor type, an embedded form of the Telegraf Exec plugin, to receive metrics or logs from exec files.
1816

1917
Benefits
2018
--------
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _otel-other-landing:
2+
3+
******************************************
4+
Other OpenTelemetry ingestion methods
5+
******************************************
6+
7+
.. meta::
8+
:description: Learn about other options to send your data with OpenTelemetry to Splunk Observability Cloud OpenTelemetry Collector.
9+
10+
.. toctree::
11+
:maxdepth: 4
12+
:titlesonly:
13+
:hidden:
14+
15+
prometheus-generic
16+
telegraf
17+
18+
On top of the available native :ref:`OpenTelemetry receivers <otel-components-receivers>`, you can also send data to Splunk Observability Cloud with OpenTelemetry with the following options:
19+
20+
* :ref:`prometheus-generic`
21+
* :ref:`telegraf-generic`
File renamed without changes.

gdi/monitors-monitoring/telegraf.rst renamed to gdi/opentelemetry/otel-other/telegraf.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.. _telegraf:
2+
.. _telegraf-generic:
23

34
Monitor services with Telegraf and OpenTelemetry
45
========================================================

gdi/prometheus.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,21 @@ Configure application receivers with Prometheus metrics
1111
:maxdepth: 4
1212
:hidden:
1313

14-
monitors-prometheus/prometheus-generic
15-
opentelemetry/components/prometheus-receiver
1614
monitors-prometheus/prometheus-exporter
1715
monitors-prometheus/prometheus-go
1816
monitors-prometheus/prometheus-nginx-ingress
1917
monitors-prometheus/prometheus-nginx-vts
2018
monitors-prometheus/prometheus-node
2119
monitors-prometheus/prometheus-velero
2220

23-
You can use the OpenTelementry native Prometheus receiver to gather metrics from any software, tool or service that exposes metrics in the Prometheus format, such as Ansible Tower (AWX), CockroachDB, Docker Daemon, Doorman, Etcd, Flink, Grafana, PATROL, Traefik, or Zipkin. See more at :ref:`prometheus-receiver`.
21+
Splunk Observability Cloud offers the following OTel solutions to monitor applications and services that expose metrics in the Prometheus format:
2422

25-
Splunk Observability Cloud offers the following solutions:
23+
* :ref:`prometheus-receiver`. You can use the OpenTelementry native Prometheus receiver to gather metrics from any software, tool or service that exposes metrics in the Prometheus format, such as Ansible Tower (AWX), CockroachDB, Docker Daemon, Doorman, Etcd, Flink, Grafana, PATROL, Traefik, or Zipkin.
24+
* :ref:`prometheus-generic`.
2625

27-
* :ref:`prometheus-generic`
28-
* :ref:`prometheus-receiver`
29-
* See a complete list of third-party applications compatible with Prometheus in :new-page:`Prometheus' official documentation <https://prometheus.io/docs/instrumenting/exporters/>`.
26+
You can find the complete list of third-party applications compatible with Prometheus in :new-page:`Prometheus' official documentation <https://prometheus.io/docs/instrumenting/exporters/>`.
3027

31-
See also:
28+
The following Smart Agent monitors are also available:
3229

3330
* :ref:`prometheus-exporter`
3431
* :ref:`prometheus-go`

0 commit comments

Comments
 (0)