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

Commit bc5e9c4

Browse files
Merge pull request #2612 from splunk/urbiz-DG28422-python-deprecation
[DG28422]: Edits to OTel Python
2 parents 343ad13 + 74f38df commit bc5e9c4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

gdi/get-data-in/application/python/get-started.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ Instrument Python applications for Splunk Observability Cloud
2424
Migrate to Splunk Python 2.X <migration-guide>
2525
Version 1.X (deprecated) <version1x/get-started-1x>
2626

27-
The Splunk Distribution of OpenTelemetry Python provides a Python agent that automatically adds APM instrumentation to your Python application. The instrumentation captures distributed traces and metrics and sends them to Splunk Observability Cloud.
27+
The Splunk Distribution of OpenTelemetry Python provides a Python agent that automatically adds APM instrumentation to your Python application. The instrumentation captures distributed traces and metrics and sends them to Splunk Observability Cloud. For more information, see :ref:`splunk-python-otel-dist`.
2828

2929
To instrument your Python application, follow these steps:
3030

3131
#. Check compatibility and requirements. See :ref:`python-otel-requirements`.
3232
#. Instrument your Python application. See :ref:`instrument-python-applications`.
3333
#. Configure your instrumentation. See :ref:`configure-python-instrumentation`.
3434

35-
For more information, see :ref:`splunk-python-otel-dist`.
36-
37-
.. note:: The SignalFx Python Agent is deprecated and will reach End of Support on December 17th, 2022. See :ref:`migrate-signalfx-python-agent-to-otel` to migrate to the Splunk Distribution of OpenTelemetry Python.
35+
.. note:: The SignalFx Python Agent is deprecated and has reached End of Support. See :ref:`migrate-signalfx-python-agent-to-otel` to migrate to the Splunk Distribution of OpenTelemetry Python.

gdi/get-data-in/application/python/instrumentation/instrument-python-application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following example shows how to update a deployment to expose environment var
214214
Send data directly to Splunk Observability Cloud
215215
==========================================================
216216

217-
By default, the agent sends all telemetry to the local instance of the Splunk Distribution of OpenTelemetry Collector.
217+
By default, the agent sends all telemetry to the local instance of the Splunk Distribution of the OpenTelemetry Collector.
218218

219219
To send data directly to Splunk Observability Cloud, set the following environment variables:
220220

0 commit comments

Comments
 (0)