Skip to content

Commit 956e779

Browse files
final suggestions
1 parent 8591fb8 commit 956e779

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

gdi/get-data-in/application/nodejs/breaking-changes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.. _nodejs-3x-breaking-changes:
22

3-
****************************
4-
Node.js 3.0 breaking changes
5-
****************************
3+
*****************************************************
4+
Splunk OpenTelemetry JS version 3.0 breaking changes
5+
*****************************************************
66

77
.. meta::
8-
:description:
8+
:description: Learn about the latest changes for Splunk OpenTelemetry JS version 3.0.
99

1010
Update to Splunk OpenTelemetry JS version 3.0
1111
==========================================================

gdi/get-data-in/application/nodejs/configuration/advanced-nodejs-otel-configuration.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -255,17 +255,6 @@ The following settings activate runtime metrics collection:
255255

256256
.. note:: To pass settings as arguments, use the ``start()`` function.
257257

258-
Configuring an existing metrics client to send custom metrics
259-
---------------------------------------------------------------------
260-
261-
You can use an existing SignalFx client for sending custom metrics instead of creating and configuring a new one.
262-
263-
The following is a list of dimensions added by default:
264-
265-
- ``service``: See ``serviceName`` in :ref:`trace-configuration-nodejs`.
266-
- ``metric_source``: ``splunk-otel-js``
267-
- ``node_version``: ``process.versions.node``, for example ``16.10.0``
268-
269258
.. _server-trace-information-nodejs-3x:
270259

271260
Server trace information

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Instrument Node.js applications for Splunk Observability Cloud
2323
Migrate from the SFx Tracing Library <troubleshooting/migrate-signalfx-nodejs-agent-to-otel>
2424
Version 2.X (deprecated) <version2x/get-started>
2525

26-
.. note:: The Splunk OpenTelemetry JS version 3.0 contains a set of breaking changes, including an update for semantic protocols. To view these changes and learn how to update to version 3.0, see :ref:`nodejs-3x-breaking-changes`. Previous versions of the agent, such as version 2.15, are incompatible with the protocol changes in version 3.0.
26+
.. 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`.
2727

2828
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.
2929

0 commit comments

Comments
 (0)