Skip to content

Commit a69fbcb

Browse files
fix
1 parent 859524e commit a69fbcb

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Splunk OpenTelemetry JS version 3.0 breaking changes
1010
Update to Splunk OpenTelemetry JS version 3.0
1111
==========================================================
1212

13-
To update your Splunk Distribution for OpenTelemetry JS agent to version 3.0, see :ref:`instrument-nodejs-application` and install the latest version of the Splunk OpenTelemetry JS agent.
13+
To update your Splunk Distribution for OpenTelemetry JS agent to version 3.0, see :ref:`instrument-nodejs-applications-3x` and install the latest version of the Splunk OpenTelemetry JS agent.
1414

1515
Default port and protocol changes
1616
=================================

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The following settings control trace sampling:
144144

145145
.. list-table::
146146
:header-rows: 1
147-
:widths: 30 70
147+
:widths: 20 40 40
148148
:width: 100%
149149

150150
* - Environment variable
@@ -155,7 +155,7 @@ The following settings control trace sampling:
155155
- ``always_on``
156156
* - OTEL_TRACES_SAMPLER_ARG
157157
- Semicolon-separated list of rules for the ``rules`` sampler. For example, when setting the sampler to ``parentbased_traceidratio`` you can set the ratio using a number in the 0 to 1 range: |br| |br| ``OTEL_TRACES_SAMPLER_ARG=0.25``.
158-
- `` ``
158+
- None
159159

160160

161161
.. _trace-exporters-settings-nodejs-3x:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Install the Splunk Distribution of OpenTelemetry JS manually
3838
If you don't use the guided setup, follow these instructions to manually install the Splunk Distribution of OpenTelemetry JS:
3939

4040
- :ref:`install-enable-nodejs-agent`
41-
- :ref:`enable_profiling_nodejs`
42-
- :ref:`enable_automatic_metric_collection_nodejs`
4341
- :ref:`configure-nodejs-instrumentation`
4442
- :ref:`nodejs-programmatically-instrument`
4543

@@ -151,7 +149,7 @@ To activate automatic runtime metric collection, activate the metrics feature us
151149
Configure the Node.js distribution
152150
-----------------------------------------------------
153151

154-
In most cases, the only configuration setting you need to enter is the service name. For advanced configuration, like changing trace propagation formats or configuring server trace data, see :ref:`advanced-nodejs-otel-configuration`.
152+
In most cases, the only configuration setting you need to enter is the service name. For advanced configuration, such as changing trace propagation formats or configuring server trace data, see :ref:`advanced-nodejs-otel-configuration`.
155153

156154
.. _nodejs-programmatically-instrument-3x:
157155

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.. _nodejs-otel-performance-3x:
22

33
***************************************************
4-
Performance reference for Splunk OTel Node.js agent
4+
Performance reference for Splunk OTel JS agent
55
***************************************************
66

77
.. meta::
88
:description: Minimum requirements of the Splunk OTel Node.js agent, as well as potential constraints impacting performance, and guidelines to optimize and troubleshoot the performance of the agent.
99

10-
The Splunk OTel Node.js agent instruments your application at runtime. Like any other software agent, the Node.js agent requires system resources like CPU, memory, and network bandwidth. The use of resources by the agent is called agent overhead or performance overhead. The Splunk OTel Node.js agent has minimal impact on system performance when instrumenting Node.js applications, although the final agent overhead depends on multiple factors.
10+
The Splunk OTel JS agent instruments your application at runtime. Like any other software agent, the JS agent requires system resources like CPU, memory, and network bandwidth. The use of resources by the agent is called agent overhead or performance overhead. The Splunk OTel Node.js agent has minimal impact on system performance when instrumenting Node.js applications, although the final agent overhead depends on multiple factors.
1111

1212
Some factors that might increase agent overhead are environmental, such as the physical machine architecture, CPU frequency, amount and speed of memory, system temperature, and resource contention. Other factors include virtualization and containerization, the operating system and its libraries, the Node.js version, Node.js configuration, the algorithmic design of the software being monitored, and software dependencies.
1313

0 commit comments

Comments
 (0)