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

Commit 806e41c

Browse files
author
Tracey Carter
committed
Merge branch 'main' into tcarter-OD6463-WorkRule
2 parents e04fc6b + b8684c6 commit 806e41c

File tree

4 files changed

+39
-8
lines changed

4 files changed

+39
-8
lines changed

gdi/monitors-databases/exec-input.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
.. _exec-input:
22

3-
Exec Input
4-
==========
3+
Exec Input (deprecated)
4+
==============================
55

66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the Telegraf Exec monitor. See benefits, install, configuration, and metrics
88

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
9+
.. caution::
10+
11+
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.
12+
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.
14+
15+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
1016
Exec Input monitor type, an embedded form of the Telegraf Exec plugin,
1117
to receive metrics or logs from exec files.
1218

gdi/monitors-databases/mysql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MySQL (deprecated)
1212

1313
To monitor your MySQL databases you can use the native OpenTelemetry MySQL receiver instead. See more at :ref:`MySQL receiver <mysql-receiver>`.
1414

15-
The :ref:`Splunk Distribution of OpenTelemetry Collector <otel-intro>` uses the :ref:`Smart Agent receiver <smartagent-receiver>` with the MySQL monitor type to retrieve metrics and logs from MySQL.
15+
The :ref:`Splunk Distribution of the OpenTelemetry Collector <otel-intro>` uses the :ref:`Smart Agent receiver <smartagent-receiver>` with the MySQL monitor type to retrieve metrics and logs from MySQL.
1616

1717
This monitor connects to a MySQL instance and reports on the values
1818
returned by a ``SHOW STATUS`` command, which include the following:

gdi/monitors-monitoring/nagios.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
.. _nagios:
22

3-
Nagios
4-
======
3+
Nagios (deprecated)
4+
==============================
55

66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the nagios monitor. See benefits, install, configuration, and metrics
88

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
9+
.. caution::
10+
11+
The Nagios monitor is now deprecated and will reach of End of Support on October 31st, 2024. 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.
12+
13+
To monitor your system you can use native OpenTelemetry components instead. See more at :ref:`otel-components`.
14+
15+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
1016
Nagios monitor type to run existing Nagios status check scripts through
1117
the Collector, which acts as the Nagios Remote Plugin Executor (NRPE) or
1218
the Simple Network Management Protocol (SNMP) exec directive, and send

gdi/opentelemetry/components/host-metrics-receiver.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,26 @@ Process
205205
mute_process_io_error: <true|false>
206206
scrape_process_delay: <time>
207207
208-
If you keep getting errors related to process reading, consider setting ``mute_process_name_error``, ``mute_process_exe_error``, or ``mute_process_io_error`` to ``true``.
208+
The following example demonstrates how to configure a process scraper that collects two metrics, in addition to the defaults, and uses a resource attribute to include the process owner in the collected data:
209+
210+
.. code:: yaml
211+
212+
receivers:
213+
hostmetrics:
214+
scrapers:
215+
process:
216+
resource_attributes:
217+
process.owner:
218+
enabled: true
219+
metrics:
220+
process.memory.usage:
221+
enabled: true
222+
process.disk.io:
223+
enabled: true
224+
225+
For more information about enabling and disabling metrics and resource attributes using the process scraper, see :new-page:`hostmetricsreceiver/process <https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/hostmetricsreceiver/internal/scraper/processscraper/documentation.md>` in the OpenTelemetry documentation.
226+
227+
If you continuously see errors related to process reading, consider setting ``mute_process_name_error``, ``mute_process_exe_error``, or ``mute_process_io_error`` to ``true``.
209228

210229
Filtering
211230
----------------------

0 commit comments

Comments
 (0)