Skip to content

Commit 022cf4b

Browse files
initial commit
1 parent eb51100 commit 022cf4b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Instrument Node.js applications for Splunk Observability Cloud
1717
Manual instrumentation <instrumentation/manual-instrumentation>
1818
Configure the Node.js agent <configuration/advanced-nodejs-otel-configuration>
1919
Performance overhead <performance>
20-
Version 2.X <version-2x/get-started>
20+
Version 2.X (deprecated) <version-2x/get-started>
2121
Splunk OTel JS 3.0 breaking changes <breaking-changes>
2222
Troubleshoot the Node.js agent <troubleshooting/common-nodejs-troubleshooting>
2323
About Splunk OTel JS <splunk-nodejs-otel-distribution>

gdi/get-data-in/application/nodejs/version-2x/get-started.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Instrument Node.js applications for Splunk Observability Cloud
2121
About Splunk OTel JS <splunk-nodejs-otel-dist.rst>
2222
Migrate from the SFx Tracing Library <troubleshooting/migrate-signalfx-nodejs-agent-to-otel.rst>
2323

24-
.. note:: The Splunk OpenTelemetry JS version 3.0 contains a set of breaking changes. To view these changes and learn how to update to version 3.0, see :ref:`nodejs-3x-breaking-changes`.
24+
.. caution::
25+
26+
The Splunk Distribution of OpenTelemetry JS version 2.X is deprecated as of February 28, 2025 and will reach end of support on February 28, 2026. Until then, only critical security fixes and bug fixes will be provided.
27+
28+
New customers should use the Splunk OpenTelemetry JS agent version 3.0. Existing customers should consider migrating to Splunk OpenTelemetry JS 3.0 or higher. See :ref:`nodejs-3x-breaking-changes`.
2529

2630
The Splunk Distribution of OpenTelemetry JS provides a Node.js SDK that automatically adds APM instrumentation to your Node.js application. The instrumentation captures traces, runtime metrics, and CPU and memory profiles and sends them to Splunk Observability Cloud.
2731

gdi/get-data-in/application/python/version1x/get-started-1x.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Instrument Python applications for Splunk Observability Cloud
1515
Configure the Python agent <advanced-python-otel-configuration-1x>
1616
Metrics and attributes <python-otel-metrics-1x>
1717

18+
.. note::
19+
20+
The Splunk Distribution of OpenTelemetry Python version 1.X is deprecated as of February 28, 2025 and will reach end of support on February 28, 2026. Until then, only critical security fixes and bug fixes will be provided.
21+
22+
New customers should use the Splunk OpenTelemetry Python agent version 2.0. Existing customers should consider migrating to Splunk OpenTelemetry Python 2.0 or higher. See :ref:`python-migration-guide`.
23+
1824
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.
1925

2026
To instrument your Python application, follow these steps:

0 commit comments

Comments
 (0)